From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Burbage Subject: org-mode: Would like to add custom chars as org-list bullets Date: Fri, 12 Oct 2018 18:54:40 -0700 Message-ID: <599fd6c9-88a7-eb68-9363-0ed5d4336e27@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gB98g-0005kK-Jz for emacs-orgmode@gnu.org; Fri, 12 Oct 2018 21:54:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gB98f-0001dm-ST for emacs-orgmode@gnu.org; Fri, 12 Oct 2018 21:54:46 -0400 Received: from mail-pg1-x536.google.com ([2607:f8b0:4864:20::536]:44945) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gB98f-0001bl-Jn for emacs-orgmode@gnu.org; Fri, 12 Oct 2018 21:54:45 -0400 Received: by mail-pg1-x536.google.com with SMTP id g2-v6so6605662pgu.11 for ; Fri, 12 Oct 2018 18:54:44 -0700 (PDT) Received: from ?IPv6:2601:646:c102:bf0c:e857:e102:925a:de9d? ([2601:646:c102:bf0c:e857:e102:925a:de9d]) by smtp.gmail.com with ESMTPSA id 187-v6sm4459684pfu.129.2018.10.12.18.54.42 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Oct 2018 18:54:42 -0700 (PDT) Content-Language: en-US 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: emacs-orgmode@gnu.org 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.