From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: [PATCH] Add support for multile html container classes. Date: Sun, 01 Aug 2010 10:58:03 +0200 Message-ID: <8762zuso9w.wl%dmaus@ictsoc.de> References: <1280405679-8762-1-git-send-email-dmaus@ictsoc.de> <87ocdoxajo.fsf@altern.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============0266782672==" Return-path: Received: from [140.186.70.92] (port=43154 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfbVu-0004y6-Qi for emacs-orgmode@gnu.org; Sun, 01 Aug 2010 12:36:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfUN7-0006jb-73 for emacs-orgmode@gnu.org; Sun, 01 Aug 2010 04:58:23 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:53205) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OfUN6-0006j4-S8 for emacs-orgmode@gnu.org; Sun, 01 Aug 2010 04:58:17 -0400 In-Reply-To: <87ocdoxajo.fsf@altern.org> 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: Bastien Cc: emacs-orgmode@gnu.org --===============0266782672== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Sun_Aug__1_10:58:02_2010-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Sun_Aug__1_10:58:02_2010-1 Content-Type: text/plain; charset=US-ASCII Bastien wrote: >Hi David, >David Maus writes: >> * org-html.el (org-html-level-start): Add multiple container >> classes. >I don't quite understand this patch. >Can't we use > :PROPERTIES: > :HTML_CONTAINER_CLASS: class1 class2 class3 > :END: >already? 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. >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. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Sun_Aug__1_10:58:02_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkxVNxoACgkQma24O1pEeOZLIgEAzajbk28ad1fzKHWRZCqvfktb /Ni8+zNYVwwDAzCZzJ8A/j+SKJich1p09s1JA49XtNRzpeByihCJyCGiduf6UMcO =slin -----END PGP SIGNATURE----- --pgp-sign-Multipart_Sun_Aug__1_10:58:02_2010-1-- --===============0266782672== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0266782672==--