emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] How to define TODOs within continuous text the best way?


From: Karl Maihofer
Subject: Re: [Orgmode] How to define TODOs within continuous text the best way?
Date: Tue, 31 Mar 2009 17:23:42 +0200

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:

-------------------------------------------------------------
<div id="content">
<h1 class="title">test</h1>


<div id="table-of-contents">
<h2>Inhaltsverzeichnis</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#sec-1">1 Heading 1 </a></li>
<li><a href="#sec-2">2 </a></li>
</ul>
</div>
</div>

<div id="outline-container-1" class="outline-2">
<h2 id="sec-1"><span class="section-number-2">1</span> Heading 1 </h2>
<div class="outline-text-2" id="text-1">


<p>
Frist paragraph (heading 1).
</p>

<p>
Second paragraph (heading 1).
</p>
</div>

</div>

<div id="outline-container-2" class="outline-2">
<h2 id="sec-2"><span class="section-number-2">2</span> </h2>
<div class="outline-text-2" id="text-2">


<p>
&rArr;&rArr;&rArr; <b>TODO Inline!</b>
</p>
<p>
Heading 2

</p>
<p>
Frist paragraph (heading 2).
</p></div>
</div>
<div id="postamble">
<p class="author"> Autor: Karl
<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>
</p>
<p class="date"> Datum: 2009-03-31 17:15:12 CEST</p>
<p class="creator">HTML generated by org-mode 6.24trans in emacs 23</p>
</div>

</div>
--------------------------------------------------------------------

Regards,
Karl





reply via email to

[Prev in Thread] Current Thread [Next in Thread]