From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Baxter Subject: Re: org-mode: Would like to add custom chars as org-list bullets Date: Thu, 25 Oct 2018 16:22:30 +0100 Message-ID: <87ftwut5jd.fsf@yandex.com> References: <599fd6c9-88a7-eb68-9363-0ed5d4336e27@gmail.com> <87tvlq49on.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFhT7-0003Mo-8I for emacs-orgmode@gnu.org; Thu, 25 Oct 2018 11:22:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFhT5-0004dP-3Z for emacs-orgmode@gnu.org; Thu, 25 Oct 2018 11:22:41 -0400 Received: from forward105p.mail.yandex.net ([2a02:6b8:0:1472:2741:0:8b7:108]:58655) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFhT4-0004bu-Nw for emacs-orgmode@gnu.org; Thu, 25 Oct 2018 11:22:39 -0400 In-Reply-To: (Grant Rettke's message of "Wed, 24 Oct 2018 19:47:35 -0500") 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" To: Grant Rettke Cc: tiburbage@gmail.com, Org-mode >>>>> Grant Rettke writes: > On Sat, Oct 13, 2018 at 1:56 AM Colin Baxter wrote: >> >> >>>>> Tom Burbage writes: >> >> > When I use simple lists, I would like to be able to mix in '!' >> and > '?' with '-' as these are sometimes more expressive of >> what the > list item represents. My request is that the list of >> characters > org-list recognizes as being a valid "bullet" be >> customizable by > the user. >> >> Have a look at >> https://emacs.stackexchange.com/questions/35626/how-to-make-my-own-org-mode-text-emphasis-work-again. > Which code are you recommending? I'm not recommending anything. I'm suggesting that if you want one or more characters in a list to act as emphasis then perhaps they could be defined in terms of org-font-lock-extra-keywords, as in 'Answer 2'. Best wishes,