Carsten Dominik 15 years ago
parent
commit
6a5af81a99
2 changed files with 3 additions and 1 deletions
  1. 2 0
      lisp/ChangeLog
  2. 1 1
      lisp/org-latex.el

+ 2 - 0
lisp/ChangeLog

@@ -1,5 +1,7 @@
 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
 
+	* org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
+
 	* org.el (org-insert-link): Improve error message when there is no
 	default link to select with RET.
 

+ 1 - 1
lisp/org-latex.el

@@ -376,7 +376,7 @@ allowed.  The default we use here encompasses both."
 
 (defgroup org-export-pdf nil
   "Options for exporting Org-mode files to PDF, via LaTeX."
-  :tag "Org Export LaTeX"
+  :tag "Org Export PDF"
   :group 'org-export-latex
   :group 'org-export)