From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viktor Rosenfeld Subject: Re: Drawers within inline tasks Date: Sat, 28 Jan 2012 17:02:47 +0100 Message-ID: <20120128160247.GA64669@kenny.fritz.box> References: <20120127224653.GA1365@kenny.fritz.box> <87bopnzwpc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrAjt-00031W-Jl for emacs-orgmode@gnu.org; Sat, 28 Jan 2012 11:02:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RrAjs-0007na-Hl for emacs-orgmode@gnu.org; Sat, 28 Jan 2012 11:02:53 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:56925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrAjs-0007nW-BS for emacs-orgmode@gnu.org; Sat, 28 Jan 2012 11:02:52 -0500 Received: by bkbzs2 with SMTP id zs2so1474687bkb.0 for ; Sat, 28 Jan 2012 08:02:51 -0800 (PST) Content-Disposition: inline In-Reply-To: <87bopnzwpc.fsf@gnu.org> 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 Bastien, Bastien wrote: > Unfolding an inline task now keeps the drawers folded. 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. Cheers, Viktor