This commit is contained in:
Carsten Dominik 2009-11-26 07:27:55 +01:00
parent a50243cdc4
commit 6a5af81a99
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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)