From 1fa21737bee7cf5196d0cc11e0ccc8baa62633d0 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 11 Jul 2011 13:29:34 +0200 Subject: [PATCH] * org-latex.el (org-export-latex-header-defs-re): Delete. --- lisp/org-latex.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 229694632..e1c85ce58 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -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.