Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread James Harkins
On Apr 29, 2013 10:08 PM, "Nicolas Goaziou" wrote: > Try: > > #+BIND: org-latex-title-command "" > > This assumes `org-export-allow-bind-keywords' is non-nil. Oh, ok, I thought I'd tried something like that but I guess I didn't get all the moving parts in the right place. Thanks! hjh

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: > I couldn't find a reference to this variable in the manual. I'd suggest > replacing the word `Eventually' with the clause before the first comma > in the paragraph below, or something like it. > > If the variable `org-export-allow-bind-keywor

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou writes: > Hello, > > Try: > > #+BIND: org-latex-title-command "" > > This assumes `org-export-allow-bind-keywords' is non-nil. I couldn't find a reference to this variable in the manual. I'd suggest replacing the word `Eventually' with the clause before the fir

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread Nicolas Goaziou
Hello, James Harkins writes: > On Apr 29, 2013 8:23 PM, "Thomas S. Dye" wrote: >> >> James Harkins writes: >> >> > The problem is that the "org-latex-title-command" variable places >> > \maketitle before the \twocolumn[...] bit. I realize I can customize >> > the variable and make it an empty

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread Thomas S. Dye
Aloha James, James Harkins writes: > On Apr 29, 2013 8:23 PM, "Thomas S. Dye" wrote: >> >> James Harkins writes: >> >> > The problem is that the "org-latex-title-command" variable places >> > \maketitle before the \twocolumn[...] bit. I realize I can customize >> > the variable and make it an

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread James Harkins
On Apr 29, 2013 8:23 PM, "Thomas S. Dye" wrote: > > James Harkins writes: > > > The problem is that the "org-latex-title-command" variable places > > \maketitle before the \twocolumn[...] bit. I realize I can customize > > the variable and make it an empty string, but I'm not sure I want this > >

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread Thomas S. Dye
Aloha James, James Harkins writes: > The problem is that the "org-latex-title-command" variable places > \maketitle before the \twocolumn[...] bit. I realize I can customize > the variable and make it an empty string, but I'm not sure I want this > to take effect for every document I export to L

[O] Buffer-local override of org-latex-title-command?

2013-04-28 Thread James Harkins
Hi, I've decided to write my next research article using org's LaTeX export. The first problem: the journal mandates one column for the title/author heading and the abstract, while the remainder of the text should be in two columns. TeX FAQ recommends the following [1]: \documentclass[twocolumn]