From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How to define TODOs within continuous text the best way? Date: Tue, 31 Mar 2009 20:14:30 +0200 Message-ID: <6A26A35A-3AA9-4DE5-8AE7-141538AE262A@gmail.com> References: <49CE32EC.5060508@gmx.de> <51053970-C604-4B96-B3D5-B9F79BD0472C@gmail.com> <49D2357E.4000302@gmx.de> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoiaA-00085J-4Z for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 14:21:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Loia5-00083T-GU for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 14:21:05 -0400 Received: from [199.232.76.173] (port=36396 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Loia5-00083Q-Bt for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 14:21:01 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:41337) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Loia4-0006ZR-Vd for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 14:21:01 -0400 Received: by mail-ew0-f160.google.com with SMTP id 4so2824414ewy.42 for ; Tue, 31 Mar 2009 11:21:00 -0700 (PDT) In-Reply-To: <49D2357E.4000302@gmx.de> 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: Karl Maihofer Cc: Org Mode List Hi Karl, thanks for checking this out. Yes, I left a stupid bug which did not show with my more complex test case. This is fixed now. About the .elc file, yes, another omission on my side, but you could have run it anyway. - Carsten On Mar 31, 2009, at 5:23 PM, Karl Maihofer wrote: > Hi Carsten! > > Carsten Dominik schrieb: >> I just pushed this file into the git repository. Read the file >> commentary for explanations and try it out - I think the >> mechanism work surprisingly well. > > Thanks a lot! That seems to be what i was looking for. I just tried > the > latest git-version and have still some problems. But I am not a > programmer... > > At first i didn't get a lisp/org-inlinetask.elc when i compiled org > (require 'org-inlinetask in my .emacs didn't work). So I added > org-inlinetask.el to the LISPF-List in the Makefile. In the > dependencies-section a added lisp/org-inlinetask.elc: lisp/org.el > lisp/org-exp.el. Now I do have an org-inlinetask.elc. Visibility > cycling > now works as expected, so that i think org-inlinetask is loaded > correctly. > > But the following simple org-file is not exported correctly: > > ------------------------------------------------------- > * Heading 1 > > Frist paragraph (heading 1). > > *************** TODO Inline! > > Second paragraph (heading 1). > > * Heading 2 > > First paragraph (heading 2). > -------------------------------------------------------- > > Export result is something like this: > > -------------------------------------------------------- > 1 Heading 1 > > First paragraph (heading 1). > > Second paragraph (heading 1). > > 2 > > =>=>=> TODO Inline! > > Heading 2 > > First paragraph (heading 2). > ------------------------------------------------------------- > > HTML-Source is: > > ------------------------------------------------------------- >
>

test

> > >
>

Inhaltsverzeichnis

>
> >
>
> >
>

1 Heading 1

>
> > >

> Frist paragraph (heading 1). >

> >

> Second paragraph (heading 1). >

>
> >
> >
>

2

>
> > >

> ⇒⇒⇒ TODO Inline! >

>

> Heading 2 > >

>

> Frist paragraph (heading 2). >

>
>
>

Autor: Karl > <karl@netbook> >

>

Datum: 2009-03-31 17:15:12 CEST

>

HTML generated by org-mode 6.24trans in emacs 23 p> >

> >
> -------------------------------------------------------------------- > > Regards, > Karl >