Nick Dokos <ndo...@gmail.com> writes: >> #+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 > > # Local Variables: > # org-latex-title-command: "" > # End: > > at the end of your file.
No, I'm wrong: it's not the same problem. And using BIND should work in this case, assuming that it is allowed. Check the value of org-export-allow-bind-keywords. If nil, then BIND keywords seem to be ignored silently. -- Nick