emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Feature request: lists with letters


From: Rasmus
Subject: Re: [O] Feature request: lists with letters
Date: Tue, 14 Feb 2017 12:25:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Hi,

Nicolas Goaziou <address@hidden> 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!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]