From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: Re: Adding custom ordered list "bullet" symbols? Date: Thu, 15 Oct 2015 19:37:05 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c39b24c98298052229cd56 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmoKp-00014L-2I for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 15:37:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmoKo-0004sA-2o for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 15:37:06 -0400 Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:35262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmoKn-0004s6-Rv for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 15:37:06 -0400 Received: by lbwr8 with SMTP id r8so82209662lbw.2 for ; Thu, 15 Oct 2015 12:37:05 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mailinglist --001a11c39b24c98298052229cd56 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 "=E2=97=89" "=E2=97=8B" "=E2=9C=B8" "=E2=9C=BF" ;; =E2=99=A5 =E2=97=8F =E2=97=87 =E2=9C=9A =E2=9C=9C =E2=98=AF =E2=97= =86 =E2=99=A0 =E2=99=A3 =E2=99=A6 =E2=98=A2 =E2=9D=80 =E2=97=86 =E2=97=96 = =E2=96=B6 ;;; Small ;; =E2=96=BA =E2=80=A2 =E2=98=85 =E2=96=B8 ) 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 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 > wrote: > >> Would there be a way to add a \rightarrow (or other latex symbols) as an >> ordered list "bullet"? >> >> LB >> > > --001a11c39b24c98298052229cd56 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks. Interesting. But not really what I'm afte= r -- 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
=C2=A0 '(;;; La= rge
=C2=A0 =C2=A0 "=E2=97=89"
=C2=A0 =C2=A0 &= quot;=E2=97=8B"
=C2=A0 =C2=A0 "=E2=9C=B8"
=C2=A0 =C2=A0 "=E2=9C=BF"
=C2=A0 =C2=A0 ;; =E2=99=A5 = =E2=97=8F =E2=97=87 =E2=9C=9A =E2=9C=9C =E2=98=AF =E2=97=86 =E2=99=A0 =E2= =99=A3 =E2=99=A6 =E2=98=A2 =E2=9D=80 =E2=97=86 =E2=97=96 =E2=96=B6
=C2=A0 =C2=A0 ;;; Small
=C2=A0 =C2=A0 ;; =E2=96=BA =E2=80=A2 = =E2=98=85 =E2=96=B8
=C2=A0 =C2=A0 )

I wa= nted something that would give me the ability to add to the existing ordere= d list symbols -, +, 1. etc., not totally replace the normal heading asteri= sks.

O= n Thu, Oct 15, 2015 at 6:18 PM, Seamus Tuohy <s2e.lists@gmail.com&g= t; wrote:
There i= s a way using UTF-8 chars. https://github.com/sabof/org-bullets

On Thu, Oct 15, 2015 at 2:07 PM, Lawrence Bottorff <borga= uf@gmail.com> wrote:
Would there be a way to add a \rightarrow (or other latex symbol= s) as an ordered list "bullet"?
LB


--001a11c39b24c98298052229cd56--