This commit is contained in:
Carsten Dominik 2010-05-09 23:01:56 +02:00
parent d087351f37
commit 95c725ae38
1 changed files with 2 additions and 2 deletions

View File

@ -580,8 +580,8 @@ non-nil, create a buffer with that name and export to that
buffer. If TO-BUFFER is the symbol `string', don't leave any buffer. If TO-BUFFER is the symbol `string', don't leave any
buffer behind but just return the resulting LaTeX as a string. buffer behind but just return the resulting LaTeX as a string.
When BODY-ONLY is set, don't produce the file header and footer, When BODY-ONLY is set, don't produce the file header and footer,
simply return the content of \begin{document}...\end{document}, simply return the content of \\begin{document}...\\end{document},
without even the \begin{document} and \end{document} commands. 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") (interactive "P")
(when (and (not body-only) arg (listp arg)) (setq body-only t)) (when (and (not body-only) arg (listp arg)) (setq body-only t))