From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Bastien <bzg@altern.org>
Cc: Orgmode <emacs-orgmode@gnu.org>, Jambunathan K <kjambunathan@gmail.com>
Subject: Re: New exporter: no custom timestamps
Date: Wed, 19 Sep 2012 22:28:27 +0200 [thread overview]
Message-ID: <878vc5ep04.fsf@gmail.com> (raw)
In-Reply-To: <87r4pz4m5n.fsf@bzg.ath.cx> (Bastien's message of "Tue, 18 Sep 2012 13:15:32 +0200")
Hello,
Bastien <bzg@altern.org> writes:
> I suggest to fix this in org-e-html.el with the attached patch.
>
> There is another option: to set :raw-value for time-stamps, but
> this feels a bit clumsy, especially when there is a :range-end.
>
> (org-element-property :raw-value TIMESTAMP)
I tend to think that :raw-value would be a good option. Timestamps
properties could be enriched. Besides common properties
(:begin, :end, :post-blank) timestamps objects may accept :
- :type
- :year-start
- :year-end
- :month-start
- :month-end
- :day-start
- :day-end
- :hour-start
- :hour-end
- :minute-start
- :minute-end
- :repeater-type (a symbol among: `cumulative', 'catch-up', 'restart'
corresponding to, respectively "+", "++" ".+" repeater marks)
- :repeater-value
- :raw-value
:*-end properties would be the same as :*-start properties when
timestamp isn't a range. Both would be nil (along with :repeater-*) when
type is `diary'.
By default back-ends would use :raw-value and `org-translate-time'.
:range-end property would be removed.
What do you think?
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2012-09-19 20:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-17 13:49 New exporter: no custom timestamps Giovanni Ridolfi
2012-09-17 18:49 ` Jambunathan K
2012-09-18 11:15 ` Bastien
2012-09-19 20:28 ` Nicolas Goaziou [this message]
2012-09-22 16:40 ` Bastien
2012-10-28 15:44 ` Nicolas Goaziou
2012-10-29 5:39 ` Bastien
2012-09-22 16:44 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878vc5ep04.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
--cc=kjambunathan@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.