From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Drawers within inline tasks Date: Sun, 29 Jan 2012 00:22:23 +0100 Message-ID: <87pqe3wgy8.fsf@altern.org> References: <20120127224653.GA1365@kenny.fritz.box> <87bopnzwpc.fsf@gnu.org> <20120128160247.GA64669@kenny.fritz.box> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrHa5-00048J-Up for emacs-orgmode@gnu.org; Sat, 28 Jan 2012 18:21:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RrHa4-0008Jy-Lr for emacs-orgmode@gnu.org; Sat, 28 Jan 2012 18:21:13 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:65476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrHa4-0008Jn-FK for emacs-orgmode@gnu.org; Sat, 28 Jan 2012 18:21:12 -0500 Received: by wibhj13 with SMTP id hj13so3018206wib.0 for ; Sat, 28 Jan 2012 15:21:11 -0800 (PST) In-Reply-To: <20120128160247.GA64669@kenny.fritz.box> (Viktor Rosenfeld's message of "Sat, 28 Jan 2012 17:02:47 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Viktor, Viktor Rosenfeld writes: > Thanks for the quick patch, but there's a small problem. The drawer is > collapsed if the inline task is opened, but not if the parent task is > opened. > > Example: > > * Parent Task > *************** Inline Task > :PROPERTIES: > :Effort: 0:15 > :END: > *************** END > > Pressing TAB on Inline Task keeps the property drawer collapsed. > Pressing TAB on Parent Task opens it. Fixed, thanks. I first didn't take care of this because it seemed logical to show all the content of an inline task here: the purpose of the inline task is to stay out of the hierarchical structure, such a task is *not* a subtree... so the real content of "Parent task" is all the text below -- whether it contains inline tasks or not. But I can see that it's not visually consistent with the habit of keeping stuff folded, so let's go that way. Thanks for reporting this, -- Bastien