emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Customizing Timestamps in html Export.


From: Nicolas Goaziou
Subject: Re: [O] Customizing Timestamps in html Export.
Date: Wed, 03 Dec 2014 17:20:17 +0100

Hello,

Ian Barton <address@hidden> writes:

> (setq org-export-allow-bind-keywords t)
> (setq org-display-custom-times t)
> (setq org-html-metadata-timestamp-format "%a %d %B %Y")
> (setq org-time-stamp-custom-formats  "%a %d %B %Y")
>
> #+end_src
>
> #+begin_src
> #+BIND: org-display-custom-times t
>
> The date: [2014-12-01 Mon]
>
> #+end_src
>
>
> I see the message in the mini buffer "Timestamps are overlaid with 
> custom format", but the format is unchanged. I have tried both with and 
> without the #+bind directive.

This should be fixed in master. However `org-time-stamp-custom-formats'
should be a cons cell, not a string.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]