Re: [O] automagically changing roman enumeration to alphabetical

2013-03-14 Thread Eric S Fraga
Paul Rudin writes: > I was surprised by this behaviour. > > Find a new org-mode file. Type "i)" and then hit M-Ret. The "i)" gets > renamed as "a)" and "b)" is added on the next line. > > I would have expected that we get "ii)" on the next line and the "i)" > would be left alone. > > Is this wor

Re: [O] automagically changing roman enumeration to alphabetical

2013-03-07 Thread Bastien
Hi Paul, Paul Rudin writes: > Is this working as intended? Yes, because roman enumeration is not supported by Org. Org believes i) is the 9th item in an alphabetical list and converts it to a) if it is the first one. HTH, -- Bastien

[O] automagically changing roman enumeration to alphabetical

2013-03-07 Thread Paul Rudin
I was surprised by this behaviour. Find a new org-mode file. Type "i)" and then hit M-Ret. The "i)" gets renamed as "a)" and "b)" is added on the next line. I would have expected that we get "ii)" on the next line and the "i)" would be left alone. Is this working as intended?