From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Inline image display and Emacs 22 Date: Thu, 15 Jul 2010 07:50:22 -0400 Message-ID: <87y6dddkw1.fsf@gollum.intra.norang.ca> References: <87r5j5fswc.fsf@gollum.intra.norang.ca> <87mxttfsfh.fsf@gollum.intra.norang.ca> <87d3upfs4z.fsf@gollum.intra.norang.ca> <7F43BF04-04CE-4902-8C7D-5203BDCB6ECE@gmail.com> <8739vlf0lp.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=44718 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZMxT-0005Vz-MF for emacs-orgmode@gnu.org; Thu, 15 Jul 2010 07:50:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZMxR-0000nn-UN for emacs-orgmode@gnu.org; Thu, 15 Jul 2010 07:50:31 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:50999) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZMxR-0000nd-RT for emacs-orgmode@gnu.org; Thu, 15 Jul 2010 07:50:29 -0400 In-Reply-To: <8739vlf0lp.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Thu\, 15 Jul 2010 07\:25\:38 -0400") 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: Carsten Dominik , emacs-orgmode@gnu.org Bernt Hansen writes: > Carsten Dominik writes: > >> On Jul 15, 2010, at 3:30 AM, Bernt Hansen wrote: >> >>> Bernt Hansen writes: >>> >>>> 5. org-reveal (C-c C-r) works slightly differently in Emacs 22 and >>>> 23. I actually prefer the Emacs 22 version. >>>> >>>> If I am in a folded buffer and C-c C-r on a headline the >>>> following task is /not/ revealed in Emacs 23 but it is in >>>> Emacs 22. >> >> What do you mean by "the following task". >> Can you make a step-by-step guide, please? What do you mean by "the following task" ;) My confusion seems to be what is the 'following headline' in the description for org-show-following-headline. This turns out to be pilot error I think. It's a combination of narrowing to subtree and not understanding that org-reveal shows only the next SIBLING task (as opposed to the next child task.) > > Okay. Of course today I can't reproduce that behaviour at will :-P > I'll post a recipe when I can reproduce it reliably with a simple > example. Here;s my recipe: This works the same in Emacs 22 and Emacs 23 so I was mistaken about it being an Emacs 23 only issue -- I just notice this more in Emacs 23 at work. ,----[ sample.org ] | * one | * two | ** two.one | ** two.two | *** TODO two.two.one | **** TODO next subtask | *** TODO two.two.three | ** two.three | * three `---- If you put the point on the headline for two.two C-x n s M-x hide-other RET then C-c C-r seems to do nothing. It does not reveal the task two.two.one which is what I want so I can safely edit the content of two.two. C-c C-r seems to do nothing when the buffer is narrowed to subtree and there is no sibling task after the current task you want to reveal -- even if that task has child tasks. I think it is working as designed but it isn't as convenient as it could be. I have org-show-hierarchy-above t and org-show-following-heading t I expected (incorrectly it seems) that org-show-following-heading would show the next heading in the file (i.e. two.two.one (the child of two.two) not the sibling which is not part of the narrowed buffer) Regards, Bernt