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: Lawrence Bottorff
Subject: Re: [O] Adding custom ordered list "bullet" symbols?
Date: Thu, 15 Oct 2015 19:37:05 +0000

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



reply via email to

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