From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: org-mode: Would like to add custom chars as org-list bullets Date: Wed, 24 Oct 2018 19:47:35 -0500 Message-ID: References: <599fd6c9-88a7-eb68-9363-0ed5d4336e27@gmail.com> <87tvlq49on.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFTol-00087c-Ve for emacs-orgmode@gnu.org; Wed, 24 Oct 2018 20:48:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFToi-0003Qv-Qj for emacs-orgmode@gnu.org; Wed, 24 Oct 2018 20:48:07 -0400 Received: from mail-lf1-f53.google.com ([209.85.167.53]:33451) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFToi-0003QZ-Jo for emacs-orgmode@gnu.org; Wed, 24 Oct 2018 20:48:04 -0400 Received: by mail-lf1-f53.google.com with SMTP id w16-v6so3305839lfc.0 for ; Wed, 24 Oct 2018 17:48:04 -0700 (PDT) In-Reply-To: <87tvlq49on.fsf@yandex.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" To: m43cap@yandex.com Cc: tiburbage@gmail.com, Org-mode 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?