emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] lists with a , b, c, or i, ii, iii ...


From: Nick Dokos
Subject: Re: [O] lists with a , b, c, or i, ii, iii ...
Date: Fri, 11 Jul 2014 10:17:01 -0400
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3.50 (gnu/linux)

Nick Dokos <address@hidden> writes:

> Joseph Vidal-Rosset <address@hidden> writes:
>
>
>> I'm trying to get  orderd lists in org-mode with other values than
>> 1. 2. ...
>>
>> I do not succeed to get lists like:
>>
>> i.  blablabla ...
>> ii. blablabla
>> iii. blabla..
>>
>
> Not possible in org AFAIK. It might be possible
> to get them in the exported PDF file by
> playing LaTeX games, but I'm not sure.
>
>> or
>>
>> a.  "sentence"
>> b.  another sentence..
>>
>> Could you help me please?
>>
>
> C-h v org-alphabetical-lists RET

Sorry, that variable is obsolete (although it should still work for
now).  I should have pointed you to the modern version instead:

org-list-allow-alphabetical


Note the caveat in the doc:

,----
| This variable needs to be set before org.el is loaded.  If you
| need to make a change while Emacs is running, use the customize
| interface or run the following code after updating it:
| 
|   (when (featurep 'org-element) (load "org-element" t t))
`----

I tried it and it works:

  a. foo - press M-RET
  b. bar

-- 
Nick




reply via email to

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