From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Docs submitted (Was Re: Advice sought on managing decision alternatives.) Date: Wed, 11 Feb 2009 11:34:13 +0100 Message-ID: <9FC3FDAE-F95E-4E33-B951-BB9665C81228@uva.nl> References: <20090101170227.C707734803@mail2.panix.com> <1057.24.63.22.246.1233375672.squirrel@mail.panix.com> <1036.24.63.0.170.1233950825.squirrel@mail.panix.com> <60BDFE6D-6B8C-4A23-A737-67DC1F523C79@uva.nl> <1044.66.30.185.29.1234039592.squirrel@mail.panix.com> <6444D654-9B7B-415D-A6DB-F3BADCB1EE2A@uva.nl> <1451.24.63.21.131.1234124707.squirrel@mail.panix.com> <8BD25355-1218-4DB5-9C85-77EA011540D0@uva.nl> <1555.24.62.30.15.1234235653.squirrel@mail.panix.com> <3115.24.62.30.15.1234307983.squirrel@mail.panix.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXCQ6-000213-Gu for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 05:34:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXCQ5-00020U-P3 for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 05:34:17 -0500 Received: from [199.232.76.173] (port=50019 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXCQ5-00020K-4y for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 05:34:17 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:41123) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXCQ4-0007X7-Ar for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 05:34:16 -0500 Received: by mail-ew0-f20.google.com with SMTP id 13so202619ewy.18 for ; Wed, 11 Feb 2009 02:34:16 -0800 (PST) In-Reply-To: <3115.24.62.30.15.1234307983.squirrel@mail.panix.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: "Tom Breton (Tehom)" Cc: emacs-orgmode@gnu.org On Feb 11, 2009, at 12:19 AM, Tom Breton (Tehom) wrote: > >> >> Hmm, not sure if I messed up there - so I fixed this bug. Tom, >> please check if I did this right. >> >> - Carsten > > > Hi, Carsten. I just looked at org-6.22b > > You caught a problem, but I think it's a different bug. I think there > are these different things: > > * What you saw, that it doesn't work at top level. Good catch. My > code finds the groups of siblings via their parent. If they have > no parent, it doesn't work. Doing that already generated an error > deep in the guts of outline, but your way is better. Let's keep > your fix. OK > > * What Manish saw. I can't reproduce this. I could. Your code was calling outline-up-heading-all, which does not exist in the outline.el I have. I replaced it with org-up-heading-all, then the code did work. - Carsten