aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2008-12-21 09:38:09 +0000
committerCarsten Dominik2008-12-21 09:38:09 +0000
commit6671980fe247e820339af10a1f07bdf9c72eee42 (patch)
treeba75468b5cfa5f30208fb01526b9cdf1c4fa1e0e
parent125f795168b05fa6297abf2090a88c2200d6d5d3 (diff)
downloademacs-6671980fe247e820339af10a1f07bdf9c72eee42.tar.gz
emacs-6671980fe247e820339af10a1f07bdf9c72eee42.zip
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.
-rw-r--r--lisp/org/ChangeLog5
-rw-r--r--lisp/org/org-export-latex.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 40f76c3c272..e4277f8110d 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,8 @@
12008-12-21 Carsten Dominik <dominik@science.uva.nl>
2
3 * org-export-latex.el (org-export-latex-make-header): Double the
4 commenting % in the time stamp format.
5
12008-12-20 Carsten Dominik <carsten.dominik@gmail.com> 62008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
2 7
3 * org.el (org-get-refile-targets, org-refile-get-location): Use 8 * org.el (org-get-refile-targets, org-refile-get-location): Use
diff --git a/lisp/org/org-export-latex.el b/lisp/org/org-export-latex.el
index d23652df29c..2d816529da8 100644
--- a/lisp/org/org-export-latex.el
+++ b/lisp/org/org-export-latex.el
@@ -689,7 +689,7 @@ OPT-PLIST is the options plist for current buffer."
689 (author (plist-get opt-plist :author))) 689 (author (plist-get opt-plist :author)))
690 (concat 690 (concat
691 (if (plist-get opt-plist :time-stamp-file) 691 (if (plist-get opt-plist :time-stamp-file)
692 (format-time-string "% Created %Y-%m-%d %a %H:%M\n")) 692 (format-time-string "%% Created %Y-%m-%d %a %H:%M\n"))
693 ;; insert LaTeX custom header 693 ;; insert LaTeX custom header
694 org-export-latex-header 694 org-export-latex-header
695 "\n" 695 "\n"