emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: lists with a , b, c, or i, ii, iii ...
Date: Fri, 11 Jul 2014 10:17:01 -0400	[thread overview]
Message-ID: <87egxsvv36.fsf@gmail.com> (raw)
In-Reply-To: 87lhs0vx13.fsf@gmail.com

Nick Dokos <ndokos@gmail.com> writes:

> Joseph Vidal-Rosset <joseph.vidal.rosset@gmail.com> 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	other threads:[~2014-07-11 14:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-11 13:07 lists with a , b, c, or i, ii, iii Joseph Vidal-Rosset
2014-07-11 13:35 ` Nick Dokos
2014-07-11 14:17   ` Nick Dokos [this message]
2014-07-11 14:23     ` Joseph Vidal-Rosset
2014-07-11 16:03       ` Nick Dokos

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=87egxsvv36.fsf@gmail.com \
    --to=ndokos@gmail.com \
    --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).