mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
Fix typo in `org-splice-latex-header'.
This commit is contained in:
parent
00afe22952
commit
1ad6b5b864
@ -1,3 +1,7 @@
|
||||
2010-04-04 Bastien Guerry <bzg@altern.org>
|
||||
|
||||
* org.el (org-splice-latex-header): Fix typo.
|
||||
|
||||
2010-04-04 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-latex.el (org-export-latex-make-header): Use
|
||||
|
@ -15313,7 +15313,7 @@ at the end. If EXTRA is a string, it is also appended."
|
||||
(if (string-match "\\[PACKAGES\\]" template)
|
||||
(setq template (replace-match (or packages "") t t template))
|
||||
(setq template (concat template "\n" packages)))
|
||||
(if (and extra (sring-match "\\S-" extra))
|
||||
(if (and extra (string-match "\\S-" extra))
|
||||
(concat template "\n" extra)
|
||||
template)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user