* org-export-latex.el (org-export-latex-make-header): Double
the commenting % in the time stamp format.
+2008-12-21 Carsten Dominik <dominik@science.uva.nl>
+
+ * org-export-latex.el (org-export-latex-make-header): Double the
+ commenting % in the time stamp format.
+
2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-get-refile-targets, org-refile-get-location): Use
(author (plist-get opt-plist :author)))
(concat
(if (plist-get opt-plist :time-stamp-file)
- (format-time-string "% Created %Y-%m-%d %a %H:%M\n"))
+ (format-time-string "%% Created %Y-%m-%d %a %H:%M\n"))
;; insert LaTeX custom header
org-export-latex-header
"\n"