Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-27 Thread Peter Davis
On Mon, Jan 27, 2014 at 09:55:52AM +, Eric S Fraga wrote: > Peter Davis writes: > > [...] > > > It does say the variable is define in org-latex.el, and clicking on that > > name takes me to the definition in org-latex.el.gz. > > Just to confirm what Nick has said: this file is out of date.

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-27 Thread Eric S Fraga
Peter Davis writes: [...] > It does say the variable is define in org-latex.el, and clicking on that > name takes me to the definition in org-latex.el.gz. Just to confirm what Nick has said: this file is out of date. There is no org-latex.el in v8 of org. The equivalent file is now ox-latex.e

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-26 Thread Nick Dokos
Peter Davis writes: > Eric S Fraga writes: > >> Peter Davis writes: >> >> [...] >> > Ok, something weird is going on. This worked on my office MacBook, but > when I try on the home one, also with org 8.2.3c, > org-export-latex-classes is defined, but org-latex-classes is not. >>>

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-26 Thread Peter Davis
Eric S Fraga writes: > Peter Davis writes: > > [...] > >>> > Ok, something weird is going on. This worked on my office MacBook, but >>> > when I try on the home one, also with org 8.2.3c, >>> > org-export-latex-classes is defined, but org-latex-classes is not. >>> > >>> > Any clues? >>> >>> thi

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-26 Thread Eric S Fraga
Peter Davis writes: [...] >> > Ok, something weird is going on. This worked on my office MacBook, but >> > when I try on the home one, also with org 8.2.3c, >> > org-export-latex-classes is defined, but org-latex-classes is not. >> > >> > Any clues? >> >> this sounds like a mixed installation.

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-25 Thread Peter Davis
On Sat, Jan 25, 2014 at 12:34:34PM +, Eric S Fraga wrote: > Peter Davis writes: > > [...] > > > Ok, something weird is going on. This worked on my office MacBook, but > > when I try on the home one, also with org 8.2.3c, > > org-export-latex-classes is defined, but org-latex-classes is not.

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-25 Thread Eric S Fraga
Peter Davis writes: [...] > Ok, something weird is going on. This worked on my office MacBook, but > when I try on the home one, also with org 8.2.3c, > org-export-latex-classes is defined, but org-latex-classes is not. > > Any clues? this sounds like a mixed installation. do you have an old v

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-25 Thread Eric S Fraga
Peter Davis writes: [...] > worked! (NB: the variable names are all lower case.) indeed. the mixed case LaTeX happened because I have "latex" as an abbrev for "LaTeX" and, unfortunately, "-s" terminates the word. I didn't notice the abbrev kicking in. sorry about any confusion! -- : Eric S

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-24 Thread Peter Davis
On Fri, Jan 24, 2014 at 01:54:20PM -0500, Peter Davis wrote: > On Fri, Jan 24, 2014 at 04:32:38PM +, Eric S Fraga wrote: > > Peter Davis writes: > > > > [...] > > > > >> Do you have an entry for "org-article" in org-export-latex-classes? > > > > > > Yes, like this: > > > > > > (add-to-list '

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-24 Thread Peter Davis
On Fri, Jan 24, 2014 at 04:32:38PM +, Eric S Fraga wrote: > Peter Davis writes: > > [...] > > >> Do you have an entry for "org-article" in org-export-latex-classes? > > > > Yes, like this: > > > > (add-to-list 'org-export-latex-classes > > '("org-article" > > what version of org a

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-24 Thread Eric S Fraga
Peter Davis writes: [...] >> Do you have an entry for "org-article" in org-export-latex-classes? > > Yes, like this: > > (add-to-list 'org-export-latex-classes > '("org-article" what version of org are you using? in org v8, this variable has been renamed to org-LaTeX-classes. HTH, e

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-24 Thread Peter Davis
On Fri, Jan 24, 2014 at 01:58:19PM +0100, Michael Strey wrote: > Peter, > > p...@pfdstudio.com writes: > > > Other ideas? > > Did you check the availability of org-article.cls in the TeX tree > using `kpsewhich org-article.cls'? Yes, I get: [pdavismbp15:~] pdavis% kpsewhich org-article.cls /us

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-24 Thread Michael Strey
Peter, p...@pfdstudio.com writes: > Other ideas? Did you check the availability of org-article.cls in the TeX tree using `kpsewhich org-article.cls'? Do you have an entry for "org-article" in org-export-latex-classes? -- Michael

[O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-24 Thread Peter Davis
I'm trying to get org-article working so I can create PDFs with something other than Computer Modern, but I keep getting the error Unknown LaTeX class `org-article' when I use this in the file: #+LaTeX_CLASS: org-article #+LaTeX_CLASS_OPTIONS: [article,letterpaper,times,12pt,listings-bw,mic