Browse Source

ox-latex: Parse DATE

* lisp/ox-latex.el (latex): Parse DATE.
Nicolas Goaziou 10 năm trước cách đây
mục cha
commit
9bf5ecbad1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)))