From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Feature request: lists with letters Date: Tue, 14 Feb 2017 12:25:50 +0100 Message-ID: <87efz1nhdt.fsf@gmx.us> References: <1622a63fda844eb1aa553fdcd19a5758@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87d1ezwiq0.fsf@pinto.chemeng.ucl.ac.uk> <87efzfbd47.fsf@posteo.de> <874m0772pn.fsf@gmx.us> <87mvdzm6o7.fsf@posteo.de> <87y3xfn243.fsf@gmx.us> <87r336mhvy.fsf@posteo.de> <87mvdtr098.fsf@nicolasgoaziou.fr> <8760kepdml.fsf@gmx.us> <87shnip5he.fsf@nicolasgoaziou.fr> <87vaseni84.fsf@gmx.us> <874lzxlta6.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdbFF-0002ge-7F for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 06:26:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdbFC-00026b-1I for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 06:26:05 -0500 Received: from [195.159.176.226] (port=39035 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cdbFB-00025j-Q6 for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 06:26:01 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cdbF1-0004HO-HY for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 12:25:51 +0100 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" To: emacs-orgmode@gnu.org Hi, Nicolas Goaziou writes: > Thank you. Some minor comments below. Feel free to push whenever you > think this is good enough. OK, I pushed the patch. >> +(defconst org-html-plain-list-type >> + '(ordered "ol" unordered "ul" descriptive "dl") >> + "Plist of Org and html list types.") > > I think this is not needed. We should merge `org-html-begin-plain-list' > and `org-html-end-plain-list' into `org-html-plain-list'. There is no > reason to split it. The reason they were split was that the -begin- and -end- function were used in the headline function. I removed that dependency now. > #'identity I always forget the "#"! Rasmus -- 9000!