2008-12-21 Carsten Dominik <dominik@science.uva.nl>
authorCarsten Dominik <dominik@science.uva.nl>
Sun, 21 Dec 2008 09:38:09 +0000 (09:38 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Sun, 21 Dec 2008 09:38:09 +0000 (09:38 +0000)
* org-export-latex.el (org-export-latex-make-header): Double
the commenting % in the time stamp format.

lisp/org/ChangeLog
lisp/org/org-export-latex.el

index 40f76c3..e4277f8 100644 (file)
@@ -1,3 +1,8 @@
+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
index d23652d..2d81652 100644 (file)
@@ -689,7 +689,7 @@ OPT-PLIST is the options plist for current buffer."
        (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"