emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Peter Davis <pfd@pfdstudio.com>
To: Bastien <bzg@gnu.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Nested ordered lists?
Date: Tue, 21 Jan 2014 14:56:32 -0500	[thread overview]
Message-ID: <20140121195632.GC22768@pdavismbp15.iscinternal.com> (raw)
In-Reply-To: <20140121194010.GB22768@pdavismbp15.iscinternal.com>

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	other threads:[~2014-01-21 20:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-21 18:59 Nested ordered lists? Peter Davis
2014-01-21 19:20 ` Bastien
2014-01-21 19:40   ` Peter Davis
2014-01-21 19:56     ` Peter Davis [this message]
2014-01-21 20:37       ` Josiah Schwab
2014-01-21 20:45         ` Peter Davis
2014-01-22  0:07           ` Vladimir Lomov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140121195632.GC22768@pdavismbp15.iscinternal.com \
    --to=pfd@pfdstudio.com \
    --cc=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).