From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: #+LaTeX_CLASS regex too restrictive? Date: Sat, 29 Oct 2011 13:59:24 -0400 Message-ID: <1608.1319911164@alphaville.dokosmarshall.org> References: <877h3om4eq.wl%richard.lewis@gold.ac.uk> <32194.1319906065@alphaville.dokosmarshall.org> <8762j7n3js.wl%richard.lewis@gold.ac.uk> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKDBp-0003Sq-OX for emacs-orgmode@gnu.org; Sat, 29 Oct 2011 13:59:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKDBo-0002Nc-LE for emacs-orgmode@gnu.org; Sat, 29 Oct 2011 13:59:29 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:16244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKDBo-0002NU-GH for emacs-orgmode@gnu.org; Sat, 29 Oct 2011 13:59:28 -0400 In-Reply-To: Message from Richard Lewis of "Sat, 29 Oct 2011 17:52:23 BST." <8762j7n3js.wl%richard.lewis@gold.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Richard Lewis Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Richard Lewis wrote: > At Sat, 29 Oct 2011 12:34:25 -0400, > Nick Dokos wrote: > > > > Richard Lewis 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