Re: [O] Customizing Timestamps in html Export.

2014-12-03 Thread Ian Barton
On 02/12/14 09:45, Nicolas Goaziou wrote: Hello, Ian Barton li...@wilkesley.net writes: However, the using the minimal.el: #+begin_src emacs-lisp ;; activate debugging (setq debug-on-error t) (setq debug-on-quit t) (add-to-list 'load-path ~/.emacs.d/src/lisp) (require 'org) ;; The

Re: [O] Customizing Timestamps in html Export.

2014-12-03 Thread Nicolas Goaziou
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

Re: [O] Customizing Timestamps in html Export.

2014-12-02 Thread Nicolas Goaziou
Hello, Ian Barton li...@wilkesley.net writes: However, the using the minimal.el: #+begin_src emacs-lisp ;; activate debugging (setq debug-on-error t) (setq debug-on-quit t) (add-to-list 'load-path ~/.emacs.d/src/lisp) (require 'org) ;; The following lines are always needed. Choose

Re: [O] Customizing Timestamps in html Export.

2014-12-01 Thread Ian Barton
On 26/11/14 11:23, Ian Barton wrote: I can't work out how to do this. I want to customize the format of timestamps when I publish a project to html. There seem to be various variables, such as org-html-metadata-timestamp-format, which customize the format in pre and postambles and when using the

[O] Customizing Timestamps in html Export.

2014-11-26 Thread Ian Barton
I can't work out how to do this. I want to customize the format of timestamps when I publish a project to html. There seem to be various variables, such as org-html-metadata-timestamp-format, which customize the format in pre and postambles and when using the DATE: buffer option, but nothing