From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Folding last plain list entry Date: Sun, 15 Nov 2009 14:27:56 +0100 Message-ID: References: <87fx8i2rjo.fsf@stats.ox.ac.uk> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9f9H-00073T-1Z for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 08:28:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9f9C-0006yU-Am for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 08:28:10 -0500 Received: from [199.232.76.173] (port=56276 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9f9C-0006yP-54 for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 08:28:06 -0500 Received: from ey-out-1920.google.com ([74.125.78.150]:22373) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9f9B-0000DY-Q4 for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 08:28:05 -0500 Received: by ey-out-1920.google.com with SMTP id 3so1478757eyh.34 for ; Sun, 15 Nov 2009 05:28:05 -0800 (PST) In-Reply-To: <87fx8i2rjo.fsf@stats.ox.ac.uk> 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: Dan Davison Cc: emacs org-mode mailing list Hi Dan, the folding implementation of plain lists is limited - it works by assuming, for the duration of the org-cycle instance, that these lines are just normal headlines. I believe it would be an awful lot of work to fix this. - Carsten On Nov 13, 2009, at 7:44 PM, Dan Davison wrote: > Org-cycle (tab) on the last item of a plain list folds all the rest of > the contents in the current heading, despite > org-empty-line-terminates-plain-lists being t. It shouldn't do that, > right? > > For example > > (setq org-empty-line-terminates-plain-lists t) > > ,---- > | * h1 > | - item 1 > | item 1 contents > | - item 2 > | item 2 contents > | > | Non-list stuff > `---- > > Now if I hit at the start of the 'item 2' line it folds like > this > > ,---- > | * h1 > | - item 1 > | item 1 contents > | - item 2 > | item 2... > `---- > > Dan > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten