0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 03:32:51 +00:00

* org-latex.el (org-export-latex-header-defs-re): Delete.

This commit is contained in:
Bastien Guerry 2011-07-11 13:29:34 +02:00
parent 9a2bf02346
commit 1fa21737be

View file

@ -1461,8 +1461,6 @@ If END is non-nil, it is the end of the region."
(defvar org-export-latex-header-defs nil
"The header definitions that might be used in the LaTeX body.")
(defvar org-export-latex-header-defs-re nil
"The header definitions that might be used in the LaTeX body.")
(defun org-export-latex-content (content &optional exclude-list)
"Convert CONTENT string to LaTeX.