From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: LATEX_CLASS Date: Fri, 23 Apr 2010 20:59:33 +0200 Message-ID: <3A9930B1-5DE6-4A30-B7BC-4BEEAF982CAB@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O5RI7-0003kE-6c for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 18:24:07 -0400 Received: from [140.186.70.92] (port=49053 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5RI4-0003Zs-RH for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 18:24:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O5RHY-0004jX-OH for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 18:23:33 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:45563) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O5RHY-0004iX-JF for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 18:23:32 -0400 Received: by mail-ew0-f214.google.com with SMTP id 6so3227642ewy.32 for ; Fri, 23 Apr 2010 15:23:32 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Girard Cc: emacs-orgmode Hi Nicolas, On Apr 23, 2010, at 6:02 PM, Nicolas Girard wrote: > Hi all, > I've just noticed that it's no longer No longer? I don't think I changed anything here... > allowed to put neither '-' nor > '_' in the latex class, such as: > > #+LATEX_CLASS: auto-report > > I personaly find it a little bit annoying and wished to know if this > was intentional I have no objections against dashes in these names and have changed the regexp to allow this now. - Carsten