From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: inline tasks behave strange with respect to visibility cycling within plain lists [7.9.2 (release_7.9.2-646-g664217 @ /home/grfz/src/org-mode/lisp/)] Date: Sat, 29 Dec 2012 11:06:44 +0100 Message-ID: <871ue9f9zf.fsf@bzg.ath.cx> References: <20121204173216.GA17508@boo.workgroup> <87a9t3sujs.fsf@bzg.ath.cx> <20121225132619.GA29757@boo.workgroup> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TotQk-0000Xq-6h for emacs-orgmode@gnu.org; Sat, 29 Dec 2012 05:14:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TotQi-0007Pe-2C for emacs-orgmode@gnu.org; Sat, 29 Dec 2012 05:14:13 -0500 Received: from mail-we0-f175.google.com ([74.125.82.175]:54542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TotQh-0007PR-Rb for emacs-orgmode@gnu.org; Sat, 29 Dec 2012 05:14:11 -0500 Received: by mail-we0-f175.google.com with SMTP id z53so5370282wey.34 for ; Sat, 29 Dec 2012 02:14:08 -0800 (PST) In-Reply-To: <20121225132619.GA29757@boo.workgroup> (Gregor Zattler's message of "Tue, 25 Dec 2012 14:26:19 +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 Hi Gregor, thanks for the detailed report. Gregor Zattler writes: > Summary: > > 1) With respect to visibility cycling I would expect to see > inline tasks as normal text or plainlist item. I would not > expect the display of children or subtrees to be cut of > immediately after an inline task. > > This is my main concern. (Hierarchical) plain lists are so > useful. Tasks are useful. One workaround to combine the > two would be to use headings instead of plain lists. But this > looks terrible even with the `hidestars' option and and > especially in all kinds of exports. > > 2) I would not expect to see an error when doing org-cycle with > certain variable settings. If org-mode is not able to handle > this situation it should tell so in a way the user is able to > act upon. It might disappoint you, but by take on this is very simple: you should not try to use inline tasks within plain lists. I added this note in the comment header of org-inlinetask.el: ;; Note that you should not try to use inline tasks within plain list, ;; visibility cycling is known to be problematic when doing so. If anyone is willing to support inline tasks within plain list, please send a patch. Thanks, -- Bastien