From: John Hendy <jw.hendy@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Exporting timestamps in html
Date: Fri, 21 Jun 2013 15:54:37 -0500 [thread overview]
Message-ID: <CA+M2ft8e0tS=ZYwn_qG7_RMTMX8ey5pLNO3VLPq8vwe-J2YYeA@mail.gmail.com> (raw)
In-Reply-To: <CA+M2ft-7yX3MF21Nc5LmFqdY-BNaD7n_BtzR5yYfxcnn6MEozg@mail.gmail.com>
On Fri, Jun 21, 2013 at 3:47 PM, John Hendy <jw.hendy@gmail.com> wrote:
> On Fri, Jun 21, 2013 at 3:41 PM, John Hendy <jw.hendy@gmail.com> wrote:
>> I have the following options line in my file header:
>>
>> #+options: <:t num:t author:t tags:t toc:nil tasks:t todo:t
>>
>> Sample file:
>>
>> #+begin_src org
>> #+options: <:t num:t author:t tags:t toc:nil tasks:t todo:t
>>
>> * Task list
>>
>> ** todo task 1
>> DEADLINE: <2013-06-21 Fri>
>>
>> ** todo task 2
>> SCHEDULED: <2013-06-24 Mon>
>> #+end_src
>>
>> I'm not getting any time stamps in my output file, though. Any
>> suggestions on where to start looking for the issue?
>
> Just wanted to look at =org-export-date-timestamp-format= and noted this:
>
> #+begin_src help
>
> org-export-date-timestamp-format is a variable defined in `org-exp.el'.
> Its value is nil
> Original value was "%Y-%m-%d"
>
> Documentation:
> Time string format for Org timestamps in the #+DATE option.
>
> You can customize this variable.
>
> This variable was introduced, or its default value was changed, in
> version 24.1 of Emacs.
>
> #+end_src
>
> I'm on emacs 24.3.1... is this variable having a setting of nil
> preventing export of timestamps? Since I didn't do this myself, does
> the above mean that Emacs might have introduced something that affects
> this Org export option?
One more update... I had the idea to try a regular timestamp, and
those export, even though SCHEDULED and DEADLINE do not. Lastly, I
used a minimal config and emacs -Q and get the same behavior:
#+begin_src min-config
(add-to-list 'load-path "~/.elisp/org.git/contrib/lisp")
(add-to-list 'load-path "~/.elisp/org.git/lisp/")
#+end_src
Same file as above, and not getting deadline/scheduled timestamps exported.
John
>
>
> Thanks,
> John
>
>>
>>
>> Thanks,
>> John
next prev parent reply other threads:[~2013-06-21 20:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-21 20:41 Exporting timestamps in html John Hendy
2013-06-21 20:47 ` John Hendy
2013-06-21 20:54 ` John Hendy [this message]
2013-06-21 21:58 ` Nicolas Goaziou
2013-07-09 17:52 ` John Hendy
2013-07-09 20:00 ` Nicolas Goaziou
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CA+M2ft8e0tS=ZYwn_qG7_RMTMX8ey5pLNO3VLPq8vwe-J2YYeA@mail.gmail.com' \
--to=jw.hendy@gmail.com \
--cc=emacs-orgmode@gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).