From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem with org-agenda-goto and inline tasks Date: Fri, 19 Feb 2010 10:17:43 +0100 Message-ID: References: <87d401evlr.fsf@fastmail.fm> 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 1NiP1H-0000w7-3d for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 04:19:31 -0500 Received: from [140.186.70.92] (port=34306 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiP1F-0000ux-84 for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 04:19:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NiP1C-0000PD-PC for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 04:19:27 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:63344) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiP1C-0000P3-Hd for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 04:19:26 -0500 Received: by ewy24 with SMTP id 24so3386686ewy.26 for ; Fri, 19 Feb 2010 01:19:25 -0800 (PST) In-Reply-To: <87d401evlr.fsf@fastmail.fm> 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: Matt Lundin Cc: Org Mode On Feb 19, 2010, at 4:46 AM, Matt Lundin wrote: > Hi Carsten, > > I'd like to report a minor issue with org-agenda-goto and inline > tasks. > Let's say one has the following file: Hi Matt, I do understand the problem, however, don't have a good solution for it, and I doubt that there is one. What I do in such situations is `show-all' which in Org-mode can be reached with: C-u C-u C-u TAB Another option is to use global cycling - in this case you'd have to press S-TAB four times - but that may still be faster than going to the parent. But in fact, maybe org-reveal should be able to deal with this.... If you pull again, there will now be a third possibility, C-u C-u C-c C-r i.e. org-reveal with a double prefix argument. That will go back to the parent and show the subtree. HTH - Carsten > > --8<---------------cut here---------------start------------->8--- > * Here is an entry. > Blah blah blah blah. > *************** Here is an inline task. > *************** END > Blah blah blah blah blah. > *************** TODO Here is a second inline task. > *************** END > Blah blah blah blah blah. > *************** Here is a third inline task > *************** END > Blah blah blah blah blah. > --8<---------------cut here---------------end--------------->8--- > > Let's say one also has the following settings: > > --8<---------------cut here---------------start------------->8--- > (setq org-show-hierarchy-above t) > (setq org-show-siblings '((default . nil) (isearch . t) (agenda . t))) > (setq org-show-entry-below '((default . nil) (isearch . t) (agenda . > t))) > --8<---------------cut here---------------end--------------->8--- > > If 1) one tries to jump to the TODO from the agenda and 2) the entry > is > currently folded, org-show-context reveals only the headlines. E.g., > > --8<---------------cut here---------------start------------->8--- > * Here is an entry. > *************** Here is an inline task. > *************** END... > *************** TODO Here is a second inline task. > *************** END... > *************** Here is a third inline task > *************** END... > --8<---------------cut here---------------end--------------->8--- > > Invoking org-cycle on the END headline does nothing, since all > headlines > deeper than org-inlinetask-min-level are exempted from cycling. As a > result, the only way to reveal the text in the entry is to cycle the > parent twice (first to close, then to reveal). > > Thanks, > Matt > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten