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 21:21:37 +0000 Message-ID: References: <87oafzswsg.fsf@ucl.ac.uk> <87io67dfi8.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11403322a46f3205222b43f1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmpy7-00041q-9j for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 17:21:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zmpxy-0007nc-HN for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 17:21:46 -0400 Received: from mail-lf0-x232.google.com ([2a00:1450:4010:c07::232]:35945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmpxy-0007nW-9g for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 17:21:38 -0400 Received: by lfeh64 with SMTP id h64so47430226lfe.3 for ; Thu, 15 Oct 2015 14:21:37 -0700 (PDT) In-Reply-To: <87io67dfi8.fsf@alphaville.usersys.redhat.com> 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 --001a11403322a46f3205222b43f1 Content-Type: text/plain; charset=UTF-8 > > ... 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. --001a11403322a46f3205222b43f1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
... 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 a= nd as an HTML export. I put this

(setq org-li= st-demote-modify-bullet
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 '(= ("+" . "-") ("-" . "+") ("*&qu= ot; . "+") ("-" . "8594")))
<= br>
in my init file, but I'm not seeing it as a choice in cus= tomize.
--001a11403322a46f3205222b43f1--