Richard Lewis <richardle...@fastmail.co.uk> wrote: > At Sat, 29 Oct 2011 12:34:25 -0400, > Nick Dokos wrote: > > > > Richard Lewis <richardle...@fastmail.co.uk> wrote: > > > > > > > > The class name I'm using includes "/" characters. > > > > It seems to me that that's a bad idea: class names correspond to file > > names (without the .cls extension), so "/" characters will probably > > cause confusion (at least on Unix-based filesystems). > > But what's the relationship between org-export-latex-classes and LaTeX > class files? >
C-h v org-export-latex-classes RET It's an alist where the LaTeX class name is used as a key: alist-key == latex class name -> latex class file. Nick