From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc-Oliver Ihm Subject: Re: Visibilty of inline tasks Date: Mon, 06 Feb 2012 20:23:32 +0100 Message-ID: <4F3028B4.9090306@online.de> References: <80d3p17ss3.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuUAA-00058p-4L for emacs-orgmode@gnu.org; Mon, 06 Feb 2012 14:23:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuUA8-0001O3-L9 for emacs-orgmode@gnu.org; Mon, 06 Feb 2012 14:23:41 -0500 Received: from plane.gmane.org ([80.91.229.3]:36129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuUA8-0001N8-Fs for emacs-orgmode@gnu.org; Mon, 06 Feb 2012 14:23:40 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RuUA7-000639-4B for emacs-orgmode@gnu.org; Mon, 06 Feb 2012 20:23:39 +0100 Received: from p54a888be.dip0.t-ipconnect.de ([84.168.136.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Feb 2012 20:23:39 +0100 Received: from marc-oliver.ihm by p54a888be.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Feb 2012 20:23:39 +0100 In-Reply-To: <80d3p17ss3.fsf@missioncriticalit.com> 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 Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Am 16.12.2010 14:26, schrieb Sébastien Vauban: > Hello, > > Though that is written in =org-inlinetask.el=: > > ;; Visibility cycling exempts these nodes from cycling. So whenever their > ;; parent is opened, so are these tasks. > > I have the impression that, up to a couple of days ago, the inlined headlines > were showed in the =children= view, such as: > > --8<---------------cut here---------------start------------->8--- > * TODO Write document > ** TODO Write intro > ** TODO Write code > *************** WAIT Ask the client about specs > ** TODO Write conclusion > --8<---------------cut here---------------end--------------->8--- > > Am I right? > > - If yes, could it be back like that? > - If no, would others as well be interested in such a behavior? > > Best regards, > Seb > Hello all, as far as I can see, Sebastien description still applies. This behaviour (bug ?) makes it hard to work with inline-tasks (which I do alot), because once I open the topmost node, all subheadings with any inline task are opened too, regardless how depp they are nested. This makes it nearly impossible to get an overview about the contents of the node. So: This problem still seems to be around. with kind regards, Marc-Oliver Ihm (And sorry for not beeing able to see the immediate elisp-cause of the problem !)