emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Updated syntax for #+bind and no LaTeX \maketitle command?


From: Nick Dokos
Subject: Re: [O] Updated syntax for #+bind and no LaTeX \maketitle command?
Date: Fri, 24 May 2013 01:47:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

John Hendy <address@hidden> writes:

> I sometimes don't want a title in my LaTeX exported documents and used to use:
>
> #+bind: org-export-latex-title-command ""
>
> in my documents. I see that the new variable is simply
> =org-latex-title-command= and now have:
>
> #+bind: org-latex-title-command ""
>
> This is still generating a \maketitle line in my .tex file.
>
> What's the proper way to do this on Org 8.0?
>
>

I suspect this is the same problem as the one discussed in the following:

   http://thread.gmane.org/gmane.emacs.orgmode/72085

Nicolas suggested using a file local variable for that problem and I've
verified that that solution also works for this one. Just add

--8<---------------cut here---------------start------------->8---
# Local Variables:
# org-latex-title-command: ""
# End:
--8<---------------cut here---------------end--------------->8---

at the end of your file.
-- 
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]