Fix typo
This commit is contained in:
parent
a50243cdc4
commit
6a5af81a99
|
@ -1,5 +1,7 @@
|
||||||
2009-11-26 Carsten Dominik <carsten.dominik@gmail.com>
|
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
|
* org.el (org-insert-link): Improve error message when there is no
|
||||||
default link to select with RET.
|
default link to select with RET.
|
||||||
|
|
||||||
|
|
|
@ -376,7 +376,7 @@ allowed. The default we use here encompasses both."
|
||||||
|
|
||||||
(defgroup org-export-pdf nil
|
(defgroup org-export-pdf nil
|
||||||
"Options for exporting Org-mode files to PDF, via LaTeX."
|
"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-latex
|
||||||
:group 'org-export)
|
:group 'org-export)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue