From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: =?UTF-8?B?UmU6IEhvdyB0byBnZXQgbnVtYmVyZWQgbGlzdHMgKDEpLCAoMiks?= =?UTF-8?B?IOKApiA/?= Date: Fri, 14 Oct 2011 17:35:39 +0530 Message-ID: <817h47lqwc.fsf@gmail.com> References: <5133.1318533018@alphaville.americas.hpqcorp.net> <3414CE30-6774-4566-9391-D6929BDC4C87@math.ethz.ch> <7574.1318537714@alphaville.americas.hpqcorp.net> <87zkh3lsgy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REgWi-0003mh-17 for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 08:06:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REgWg-0003wR-Qu for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 08:06:11 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:48674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REgWg-0003wD-Jo for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 08:06:10 -0400 Received: by qadb17 with SMTP id b17so956035qad.0 for ; Fri, 14 Oct 2011 05:06:10 -0700 (PDT) In-Reply-To: <87zkh3lsgy.fsf@gmail.com> (Nicolas Goaziou's message of "Fri, 14 Oct 2011 13:31:41 +0200") 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: Nicolas Goaziou Cc: Emacs help , nicholas.dokos@hp.com, Marius Hofert > What about letting go those two variables and create > `org-list-bullet-types', which would be a list of strings like: > > '("-" "+" "*" "1." "1)" "(1)" "a." "a)" "A)" "A.") > > It would be hard-coded but every bullet type could be opt-in or > opt-out via customize. The default value should be as short as > possible like '("-" "+" "*" "1." "a."). > > I can work it out in a few days if we agree. What percentage of users (OK, not percentage of users but numbers of users) you think will *actually* exercise the opt-in and opt-out configuration if provided? If the number of hands raised is in single digits, I would assume that it is more of a niche feature and let go of it. Is it psychologically very taxing to see 1. instead of a (1) in an Org buffer. Could it be so taxing that a user's productivity will be impacted by it? Or Is it that more varieties of bullets is needed for creating "rich" deeply nested lists so that each level of the list can take on a different bullet for better differentiation. --