From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Add support for multile html container classes. Date: Sun, 01 Aug 2010 11:33:41 +0200 Message-ID: <87y6cq7k3u.fsf@gnu.org> References: <1280405679-8762-1-git-send-email-dmaus@ictsoc.de> <87ocdoxajo.fsf@altern.org> <8762zuso9w.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=48713 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfbV3-0001bX-74 for emacs-orgmode@gnu.org; Sun, 01 Aug 2010 12:35:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfUwO-0007EI-LD for emacs-orgmode@gnu.org; Sun, 01 Aug 2010 05:34:45 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:48033) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OfUwO-0006q1-H8 for emacs-orgmode@gnu.org; Sun, 01 Aug 2010 05:34:44 -0400 Received: by wwi14 with SMTP id 14so2452535wwi.30 for ; Sun, 01 Aug 2010 02:33:43 -0700 (PDT) In-Reply-To: <8762zuso9w.wl%dmaus@ictsoc.de> (David Maus's message of "Sun, 01 Aug 2010 10:58:03 +0200") 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: David Maus Cc: emacs-orgmode@gnu.org Hi, David Maus writes: > No: Org currently only uses the first class. E.g. > > ,---- > | (re-search-forward "^[ \t]*:HTML_CONTAINER_CLASS:[ \t]+\\(\\S-+\\)" nil t) > | (setq class (match-string 1)) > `---- > > \\S-+ matches only the first sequence of non-space characters. Okay - I've checked it a simpler version, allowing sequences with white chars to be matched as the HTML_CONTAINER_CLASS. >>PS: Also, please make sure the patch only reflect changes in the code >>(avoid refilling), it makes it easier to read ;) > > Okay, I'll try to remember to provide separate patches for this. Thanks! -- Bastien