emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug(?) ox-html always add a timestamp in comment which can't be customized away
@ 2013-06-08  5:22 Haojun Bao
  2013-06-08  5:30 ` Nick Dokos
  0 siblings, 1 reply; 5+ messages in thread
From: Haojun Bao @ 2013-06-08  5:22 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 483 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-08 14:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-08  5:22 bug(?) ox-html always add a timestamp in comment which can't be customized away Haojun Bao
2013-06-08  5:30 ` Nick Dokos
2013-06-08  5:46   ` Haojun Bao
2013-06-08  6:04     ` Nick Dokos
2013-06-08 14:14       ` Haojun Bao

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).