Hello, Ian Barton <li...@wilkesley.net> 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