emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Karl Maihofer <ignoramus@gmx.de>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: How to define TODOs within continuous text the best way?
Date: Tue, 31 Mar 2009 17:23:42 +0200	[thread overview]
Message-ID: <49D2357E.4000302@gmx.de> (raw)
In-Reply-To: <51053970-C604-4B96-B3D5-B9F79BD0472C@gmail.com>

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:karl@netbook">&lt;karl@netbook&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

  parent reply	other threads:[~2009-03-31 15:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-28 14:23 How to define TODOs within continuous text the best way? Karl Maihofer
2009-03-28 17:16 ` Sebastian Rose
2009-03-28 18:26   ` Karl Maihofer
2009-03-28 19:16     ` Karl Maihofer
2009-03-29  1:06     ` Sebastian Rose
2009-03-28 17:42 ` Sebastian Rose
2009-03-30 11:47 ` Carsten Dominik
2009-03-30 20:18   ` Bernt Hansen
2009-03-30 20:53     ` Carsten Dominik
2009-03-30 21:20       ` Bernt Hansen
2009-03-31 15:23   ` Karl Maihofer [this message]
2009-03-31 18:14     ` Carsten Dominik
2009-03-31 19:53   ` Daniel Clemente
2009-04-01 10:05     ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49D2357E.4000302@gmx.de \
    --to=ignoramus@gmx.de \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).