From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eddward DeVilla Subject: Re: Bug: org-cycle on list at the end of buffer Date: Wed, 11 Feb 2009 21:33:09 -0600 Message-ID: References: <4991DA70.2050205@gmail.com> <4992F419.8030001@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXSK7-0002Rz-V5 for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 22:33:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXSK7-0002RJ-Ck for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 22:33:11 -0500 Received: from [199.232.76.173] (port=45505 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXSK7-0002RB-4v for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 22:33:11 -0500 Received: from yw-out-1718.google.com ([74.125.46.153]:45700) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXSK6-0002U8-P1 for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 22:33:10 -0500 Received: by yw-out-1718.google.com with SMTP id 6so321174ywa.66 for ; Wed, 11 Feb 2009 19:33:09 -0800 (PST) In-Reply-To: <4992F419.8030001@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: Wanrong Lin Cc: org-mode list I'm not calling fussy. I just meant to say I've seen it break repeatedly. If more people use the feature then it will probably be better maintained. That's great! I've just changed my behaviour such that I don't notice it any more. I didn't mean to make it sound like you shouldn't bring it up. Sorry. Edd On Wed, Feb 11, 2009 at 9:51 AM, Wanrong Lin wrote: > > Thanks for your response. Yes, this is a minor annoyance and can be worked > around as you did. But maybe it is just a snap for Carsten or others to fix > it (seems the case for most of the bugs. Sorry, you guys really raised up > our expectations.). I thought if we keep silent, the developers will never > know. Also, the point of using org-mode is you won't get as much as > attraction as other mouse-driven, window-popping applications. If the > number of small annoyances increases, that advantage will decrease rapidly, > in my opinion. That's why I seems to be fussy on those small things. > > Wanrong > > Eddward DeVilla wrote: >> >> On Tue, Feb 10, 2009 at 1:50 PM, Wanrong Lin >> wrote: >> >>> >>> Hi, >>> >>> I have "org-cycle-include-plain-lists" set to t. In the following >>> example, >>> the text is at the very end of an org-mode buffer. If I put my cursor on >>> the >>> line of "item 1" and press "TAB" key, the cycling does not work. But if I >>> add another list item after "item 1", the cycling now works (of course >>> now >>> the "item 2" does not work). I am using Emacs 22.3 and org-mode 6.22a. >>> Looks >>> like a bug. Thank you if somebody can look into this. >>> >>> * Test >>> 1. item 1 >>> abc, xyz, whatever >>> >> >> I'm seeing this with org 2.20c & 22.3.1. I've seen this break and >> work periodically. I tend to avoid it by having a heading at the >> bottom of the file like: >> >> * Test >> 1. item 1 >> abc, xyz, whatever >> 2. foo >> bar >> >> * baz >> >> Most of my real documents have an archive heading at the bottom the >> completed items get moved to, so I haven't been too annoyed with it >> recently. I've gathered that org-cycle-include-plain-lists isn't very >> common. >> >> Edd >> > >