From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Becker Subject: Re: unordered list feature request: new sub-lists automatically switch to different list-character Date: Fri, 21 May 2010 12:58:55 +0100 Message-ID: References: <5FA5F8DA-901B-40AF-A35D-DB7FE8580B78@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=56583 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFQsq-0001BS-FO for emacs-orgmode@gnu.org; Fri, 21 May 2010 07:59:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFQso-0005qn-Eb for emacs-orgmode@gnu.org; Fri, 21 May 2010 07:59:20 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:63988) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFQsn-0005qI-K0 for emacs-orgmode@gnu.org; Fri, 21 May 2010 07:59:18 -0400 Received: by pvg2 with SMTP id 2so605624pvg.0 for ; Fri, 21 May 2010 04:59:15 -0700 (PDT) In-Reply-To: <5FA5F8DA-901B-40AF-A35D-DB7FE8580B78@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Livin Stephen Sharma Cc: emacs-org-mode-help gnu I like this idea, even as default, though I'm sure that some people are doing things with org for which they would want to turn it off. Scot On Fri, May 21, 2010 at 6:54 AM, Livin Stephen Sharma wrote: > > Context/Sample org content > current > **** unordered list > + topA > + innerA1 > + innerA2 > + topB > + innerB1 > > proposed > **** unordered list > + topA > - innerA1 <--- '-' used automatically instead of '+' > - innerA2 <--- " " " > + topB > - innerB1 <--- " " " > ----------------------------------------------------------------- > > When creating nested/child lists ('innerX' items) under an existing list > item ('topX' items), > the current behaviour does not make an effort to change the > leading list-denoter character (-,+,*). > Could a feature be provided where creating a such a child-list would make > this list's items begin with a different list-denoter? > I find it helps readability (and hence efficiency when working with lists) > when I manually (S-left, S-right) do this. If others agree, perhaps this > could be provided as a built-in feature? > I don't know lisp, (& it's increasingly looking like it may be time to > *find* the time to learn JJ) so I can't code this myself. > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >