emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Adding custom ordered list "bullet" symbols?
Date: Thu, 15 Oct 2015 19:10:45 -0400	[thread overview]
Message-ID: <876127d8y2.fsf@alphaville.usersys.redhat.com> (raw)
In-Reply-To: CAFAhFSViknwCNfB-qWLtGA8PKw6T=kdtmVAw0pWWXoJr9N6rSw@mail.gmail.com

Lawrence Bottorff <borgauf@gmail.com> writes:

>     ... assuming that OP is talking about latex export.
>     I assumed he was talking about the org buffer - we'll have to wait
>     and see who guessed correctly :-)
>    
>     --
>     Nick
>
> Subtle. Yes, both would be nice, both in the buffer and as an HTML export. I put this
>
> (setq org-list-demote-modify-bullet
>           '(("+" . "-") ("-" . "+") ("*" . "+") ("-" . "8594")))
>
> in my init file, but I'm not seeing it as a choice in customize.

Not sure what you mean: what does customize have to do with this?
What this says, is that if you start with a + bullet, the next
level down will be a - bullet; if you start with a - bullet, the
next level down will be a + bullet; if you start with a * bullet, the
next level down will be a + bullet.

AFAIK, these are taken in LR order, so it will never see the last pair.
And the specification of the unicode character is wrong.
Try

 (setq org-list-demote-modify-bullet
 '(("-" . "→") ("→" . "↑") ("↑" . "↓")))


(I used insert-char interactively

   C-x 8 RET right arrow RET

to get the right arrow and similarly for the up arrow and the down
arrow).

At least that's what I thought, but it doesn't work as I expected: I get
the right arrow as the bullet in the second level, but if I try M-RET, I
get a - bullet at first level again and I cannot indent it past second
level. I'm probably misunderstanding something.

--
Nick

  reply	other threads:[~2015-10-15 23:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-15 18:07 Adding custom ordered list "bullet" symbols? Lawrence Bottorff
     [not found] ` <CAGyxsyjV_0Z_8owBZV1JB4jSb--fr7Fbmhpuzo2w8BpNd_Hj6g@mail.gmail.com>
2015-10-15 19:37   ` Lawrence Bottorff
2015-10-15 20:25     ` Nick Dokos
2015-10-15 20:26 ` Eric S Fraga
2015-10-15 20:49   ` Nick Dokos
2015-10-15 21:21     ` Lawrence Bottorff
2015-10-15 23:10       ` Nick Dokos [this message]
2015-10-16  8:13     ` Eric S Fraga

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=876127d8y2.fsf@alphaville.usersys.redhat.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).