From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: hitting tab on last number item in list hides next paragraph Date: Wed, 13 Jan 2010 13:33:37 +0000 Message-ID: <871vhut9hq.wl%ucecesf@ucl.ac.uk> References: <874omrtnfw.wl%ucecesf@ucl.ac.uk> <80ACDDE1-6CD2-4F75-8208-525646D77F63@gmail.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NV3M7-0001Ej-PR for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 08:33:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NV3M1-00017a-Vg for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 08:33:50 -0500 Received: from [199.232.76.173] (port=48218 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NV3M1-00017U-KQ for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 08:33:45 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:62348) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NV3M1-0002dj-AW for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 08:33:45 -0500 In-Reply-To: <80ACDDE1-6CD2-4F75-8208-525646D77F63@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: Carsten Dominik Cc: org-mode mailing list At Wed, 13 Jan 2010 14:18:51 +0100, Carsten Dominik wrote: > > > On Jan 12, 2010, at 3:20 PM, Eric S Fraga wrote: > > > Carsten et al., > > > > with the attached file, if I position the cursor on the 3rd numbered > > entry in the first list and hit tab, the following single sentence > > paragraph is hidden. This seems somewhat non-intuitive to me or have > > I misunderstood something. My impression was that indentation was > > used to identify continuing elements in a list or paragraph. Even > > adding more blank lines between that 3rd entry and the sentence > > doesn't make any difference. > > > > This is not critical by any means! Just a curious behaviour. > > Hi Eric, > > > Yes, this is a shortcoming of list cycling which I cannot fix. > Folding a list item will always fold to the next item and not > recognize the end of the item as given by indentation. Okay, that's perfectly fine. Like I said, not critical at all and you've satisfied my curiosity ;-) > If you find it too confusing, turn off `org-cycle-include-plain-lists'. I may just do that as I don't often want to hide list entries actually. Thanks, eric