0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 06:32:53 +00:00

Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2013-01-01 17:35:50 +01:00
commit 55e1489d98
2 changed files with 2 additions and 2 deletions

View file

@ -3053,7 +3053,7 @@ to the value of `temporary-file-directory'."
(eval ;; convert to fmt -- mimicking `org-run-like-in-org-mode'
(list 'let org-local-vars
(list (intern (format "org-export-as-%s" fmt))
nil nil nil ''string t dir))))
nil nil ''string t dir))))
(delete-file tmp-file))))
;;;###autoload

View file

@ -872,7 +872,7 @@ no LaTeX header.
When BODY-ONLY is set, don't produce the file header and footer,
simply return the content of \\begin{document}...\\end{document},
without even the \\begin{document} and \\end{document} commands.
when PUB-DIR is set, use this as the publishing directory."
When PUB-DIR is set, use this as the publishing directory."
(interactive "P")
(when (and (not body-only) arg (listp arg)) (setq body-only t))
(run-hooks 'org-export-first-hook)