Browse Source

ox-latex: fix lost export option

* lisp/ox-latex.el (latex): reintroduce `latex-custom-id-labels' option in backend

TINYCHANGE
Richard Lawrence 10 years ago
parent
commit
24a61a2938
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/ox-latex.el

+ 1 - 0
lisp/ox-latex.el

@@ -110,6 +110,7 @@
     ;; Other variables.
     (:latex-active-timestamp-format nil nil org-latex-active-timestamp-format)
     (:latex-classes nil nil org-latex-classes)
+    (:latex-custom-id-labels nil nil org-latex-custom-id-as-label)
     (:latex-default-figure-position nil nil org-latex-default-figure-position)
     (:latex-default-table-environment nil nil org-latex-default-table-environment)
     (:latex-default-table-mode nil nil org-latex-default-table-mode)