emacs-orgmode
[Top][All Lists]
Advanced

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

[O] bug(?) ox-html always add a timestamp in comment which can't be cust


From: Haojun Bao
Subject: [O] bug(?) ox-html always add a timestamp in comment which can't be customized away
Date: Sat, 8 Jun 2013 13:22:03 +0800

The culprit code is the following:

  (when :time-stamp-file
    (format-time-string
     (concat "<!-- " org-html-metadata-timestamp-format " -->\n")))

This `when' condition is always true, because :time-stamp-file is a keyword and always eval to itself, never to nil.

So I think org-export-time-stamp-file should be used instead of :time-stamp-file.


reply via email to

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