From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Bug in org-inlinetask - was: Re: Feature suggestion: highlights Date: Fri, 16 Apr 2010 23:06:58 +0200 Message-ID: <87mxx3xg25.fsf_-_@gmx.de> References: <87tyrce1zc.fsf@gmx.de> <87r5mfxkl0.fsf@gmx.de> <87vdbrmaus.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2sku-0007Td-8b for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 17:07:16 -0400 Received: from [140.186.70.92] (port=36969 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2sks-0007SQ-Cr for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 17:07:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2skl-00039l-Jc for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 17:07:09 -0400 Received: from mail.gmx.net ([213.165.64.20]:47004) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O2skl-00039I-8R for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 17:07:07 -0400 In-Reply-To: <87vdbrmaus.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Fri, 16 Apr 2010 15:54:51 -0400") 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: Bernt Hansen Cc: emacs-orgmode , Ali Tofigh --=-=-= Bernt Hansen writes: > Sebastian Rose writes: > >> Ali Tofigh writes: >>> But you still have the problem that once you use a headline, on any >>> level, then you can't continue writing in the same section as before: >>> >>> * headling >>> text text text >>> ********* some todo >>> and now what? Now I have to create a new headline to get out of the >>> deeply nested headline. So I can't continue wrting text after the todo >>> that is directly related to the text above it. >> >> >> Ahhrg - yes. I never use this kind of todo items. >> >> I don't know what the others think of this. But this feels wrong, >> doesn't it? I'd expect an empty line to break out of the todo. Am I >> missing a variable some where? > > I believe the 'empty line breaks out' idea is for exporting inline tasks > only - they don't behave that way in regular org files IIRC. That's exactly the term I meant and I was looking for: `inline tasks' But unfortunately empty lines do NOT break out of inline tasks. I thought they would... Why are they called `inline tasks' then? If I do `M-x org-inlinetask-insert-task' I get this: --=-=-= Content-Type: text/x-verbatim Content-Disposition: inline * Headline Some text... *************** TODO inline task Some text *************** END Back in original level. --=-=-= I am `Back in original level' after the `************* END' portion. BUT to be there, I have to adjust the depth of the nested headline AND it still will not work in ASCII export. Obviously, org-inlinetask.el does not regard the odd/even setting. And ASCII export does not reagard inline tasks. Sebastian --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --=-=-=--