Преглед изворни кода

ox-latex: Parse DATE

* lisp/ox-latex.el (latex): Parse DATE.
Nicolas Goaziou пре 10 година
родитељ
комит
9bf5ecbad1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/ox-latex.el

+ 1 - 1
lisp/ox-latex.el

@@ -142,7 +142,7 @@
     (:latex-title-command nil nil org-latex-title-command)
     (:latex-toc-command nil nil org-latex-toc-command)
     ;; Redefine regular options.
-    (:date "DATE" nil "\\today" t)))
+    (:date "DATE" nil "\\today" parse)))