Просмотр исходного кода

ox-latex: Parse DATE

* lisp/ox-latex.el (latex): Parse DATE.
Nicolas Goaziou 10 лет назад
Родитель
Сommit
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)))