emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org mode latex export excude title


From: Charles C. Berry
Subject: Re: [O] org mode latex export excude title
Date: Fri, 30 Dec 2016 11:55:48 -0800
User-agent: Alpine 2.20 (OSX 67 2015-01-07)

On Fri, 30 Dec 2016, Ken Mankoff wrote:

(setq-local org-latex-title-command "")

Can be set as a buffer local variable.


True, but not relevant to the OPs query:

Is there any way to excude the empty `\title{}` command?

And if you browse thru org-latex-template, you will see that

         "\\title{%s%s}\n"

is hard coded. The value of org-latex-title-command has no effect on that part of the template.

So, the OP can either use a filter as I suggested or write a derived backend supplying a different template transcoder that drops the string quoted above.

Chuck



reply via email to

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