Fix custom timestamps during export
commite1adb17ba509a43e9a03a5b367a98b8bc8de8b02
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 3 Dec 2014 16:09:43 +0000 (3 17:09 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 3 Dec 2014 16:18:16 +0000 (3 17:18 +0100)
tree59d8f085bb9797b28487ecda510968235b6fad9b
parente4727803be118739a6badc88e458f34135af5976
Fix custom timestamps during export

* lisp/org.el (org-translate-time): Remove function.
(org-timestamp-translate): Rewrite function so it doesn't use the one
above.

* lisp/ox-ascii.el (org-ascii-clock, org-ascii-planning):
* lisp/ox-html.el (org-html-clock, org-html-planning, org-html-timestamp):
* lisp/ox-latex.el (org-latex-clock, org-latex-planning):
* lisp/ox-texinfo.el (org-texinfo-clock, org-texinfo-planning): Use
  `org-timestamp-translate' instead of `org-translate-time'.

* etc/ORG-NEWS: Document function removal.

Reported-by: Ian Barton <lists@wilkesley.net>
<http://permalink.gmane.org/gmane.emacs.orgmode/93127>
etc/ORG-NEWS
lisp/org.el
lisp/ox-ascii.el
lisp/ox-html.el
lisp/ox-latex.el
lisp/ox-texinfo.el