emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Nested ordered lists?


From: Peter Davis
Subject: Re: [O] Nested ordered lists?
Date: Tue, 21 Jan 2014 14:56:32 -0500
User-agent: Mutt/1.5.22 (2013-10-16)

On Tue, Jan 21, 2014 at 02:40:11PM -0500, Peter Davis wrote:
> On Tue, Jan 21, 2014 at 08:20:07PM +0100, Bastien wrote:
> > 
> > (setq org-list-allow-alphabetical t)
> > 
> 
> Symbol's value as variable is void: org-drawers
> 

Ok, quitting and re-starting emacs has almost gotten it working. I'm
not getting the error, and I am getting nested lists, but all the
numbering is numeric.

My test file had

#+STARTUP: showeverything logdone
#+options: num:nil

1) item 1
   a) item 1a
   b) item 1b
   c) item 1c
2) item 2
   a) item 2a
   b) item 2b
3) item 3
4) etc.

but my html output had all list items numbered.

<ol class="org-ol">
<li>item 1
<ol class="org-ol">
<li>item 1a
</li>
<li>item 1b
</li>
<li>item 1c
</li>
</ol>
</li>
<li>item 2
<ol class="org-ol">
<li>item 2a
</li>
<li>item 2b
</li>
</ol>
</li>
<li>item 3
</li>
<li>etc.
</li>
</ol>


Thanks!

-pd


-- 
----
Peter Davis
The Tech Curmudgeon
www.techcurmudgeon.com



reply via email to

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