emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Adding custom ordered list "bullet" symbols?


From: Nick Dokos
Subject: Re: [O] Adding custom ordered list "bullet" symbols?
Date: Thu, 15 Oct 2015 16:25:39 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Lawrence Bottorff <address@hidden> writes:

> Thanks. Interesting. But not really what I'm after -- unless I'm not using it 
> right. When I do M-x
> org-bullets-mode, it wants to replace heading asterisks with the alternative 
> list
>
> (defcustom org-bullets-bullet-list
>   '(;;; Large
>     "◉"
>     "○"
>     "✸"
>     "✿"
>     ;; ♥ ● ◇ ✚ ✜ ☯ ◆ ♠ ♣ ♦ ☢ ❀ ◆ ◖ ▶
>     ;;; Small
>     ;; ► • ★ ▸
>     )
>
> I wanted something that would give me the ability to add to the existing 
> ordered list symbols -, +, 1.
> etc., not totally replace the normal heading asterisks.
>
> On Thu, Oct 15, 2015 at 6:18 PM, Seamus Tuohy <address@hidden> wrote:
>
>     There is a way using UTF-8 chars. https://github.com/sabof/org-bullets
>    
>     On Thu, Oct 15, 2015 at 2:07 PM, Lawrence Bottorff <address@hidden> wrote:
>    
>         Would there be a way to add a \rightarrow (or other latex symbols) as 
> an ordered list "bullet"?
>        
>         LB

Assuming you are talking about buffer contents, check the variable
org-list-demote-modify-bullet. I doubt you can use latex symbols, but
you should be able to use unicode characters. Untested.

--
Nick




reply via email to

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