From mboxrd@z Thu Jan  1 00:00:00 1970
From: Carsten Dominik <carsten.dominik@gmail.com>
Subject: Re: How to define TODOs within continuous text the best way?
Date: Wed, 1 Apr 2009 12:05:14 +0200
Message-ID: <6D423B50-3C65-4F7E-A527-04C554BA92E9@gmail.com>
References: <49CE32EC.5060508@gmx.de>
	<51053970-C604-4B96-B3D5-B9F79BD0472C@gmail.com>
	<87wsa5h3k6.fsf@CPU107.opentrends.net>
Mime-Version: 1.0 (Apple Message framework v930.3)
Content-Type: multipart/mixed; boundary="===============1504433672=="
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
	id 1LoxK0-0001oO-Nx
	for emacs-orgmode@gnu.org; Wed, 01 Apr 2009 06:05:24 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
	id 1LoxJu-0001fg-GG
	for emacs-orgmode@gnu.org; Wed, 01 Apr 2009 06:05:23 -0400
Received: from [199.232.76.173] (port=55094 helo=monty-python.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1LoxJt-0001f7-MZ
	for emacs-orgmode@gnu.org; Wed, 01 Apr 2009 06:05:18 -0400
Received: from mail-ew0-f160.google.com ([209.85.219.160]:54739)
	by monty-python.gnu.org with esmtp (Exim 4.60)
	(envelope-from <carsten.dominik@gmail.com>) id 1LoxJs-0003yj-VD
	for emacs-orgmode@gnu.org; Wed, 01 Apr 2009 06:05:17 -0400
Received: by ewy4 with SMTP id 4so3126393ewy.42
	for <emacs-orgmode@gnu.org>; Wed, 01 Apr 2009 03:05:16 -0700 (PDT)
In-Reply-To: <87wsa5h3k6.fsf@CPU107.opentrends.net>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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: Daniel Clemente <n142857@gmail.com>
Cc: Org Mode List <emacs-orgmode@gnu.org>


--===============1504433672==
Content-Type: multipart/alternative; boundary=Apple-Mail-1-427593311


--Apple-Mail-1-427593311
Content-Type: text/plain;
	charset=WINDOWS-1252;
	format=flowed;
	delsp=yes
Content-Transfer-Encoding: quoted-printable


On Mar 31, 2009, at 9:53 PM, Daniel Clemente wrote:

> El dl, mar 30 2009, Carsten Dominik va escriure:
>
>> I simply cannot believe that after all those years, we might be
>> able to close this task.
>
>  Wow, that's wonderful! Thanks for a so easy solution.
>  I was needing this functionality since a long time.
>
>
>
>  About org-inlinetask-export:
>
> ,----
> | Documentation:
> | What should be done with inlinetasks upon export?
> | Possible values:
> |
> | nil            Remove entirely
> | arrow          Insert heading in bold, preceeded by an arrow
> | arrow+content  Insert arrow and headline, add content below in an
> |                #+begin_example box (ugly, but works for now)
> |
> `----
>
>  Could you add that the =84Remove entirely=93 means =84Remove entirely =
... =20
> just the header (but not the content)=93?


The "content" of an inline task is not the text up to the next heading,
it usually is empty.

However, I have implemented a hackers solution, so that you can do


***************** TODO my inline task
                   DEADLINE...
                   PROPERTIES...
                   This is considered to be "content" of the
                   inline task, up to this line:
***************** END


I will make this clearer in the docs, the file header of
org-inlinetask.el does describe this.

- Carsten

>
>
> -- Daniel
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode


--Apple-Mail-1-427593311
Content-Type: text/html;
	charset=WINDOWS-1252
Content-Transfer-Encoding: quoted-printable

<html><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space; "><br><div><div>On Mar 31, 2009, =
at 9:53 PM, Daniel Clemente wrote:</div><br><blockquote =
type=3D"cite"><div>El dl, mar 30 2009, Carsten Dominik va =
escriure:<br><br><blockquote type=3D"cite">I simply cannot believe that =
after all those years, we might be<br></blockquote><blockquote =
type=3D"cite">able to close this task.<br></blockquote><br> &nbsp;Wow, =
that's wonderful! Thanks for a so easy solution.<br> &nbsp;I was needing =
this functionality since a long time.<br><br><br><br> &nbsp;About =
org-inlinetask-export:<br><br>,----<br>| Documentation:<br>| What should =
be done with inlinetasks upon export?<br>| Possible values:<br>| <br>| =
nil =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove =
entirely<br>| arrow =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Insert heading in =
bold, preceeded by an arrow<br>| arrow+content &nbsp;Insert arrow and =
headline, add content below in an<br>| =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;#+begin_example box (ugly, but works for now)<br>| =
<br>`----<br><br> &nbsp;Could you add that the =84Remove entirely=93 =
means =84Remove entirely ... just the header (but not the =
content)=93?<br></div></blockquote><div><br></div><div><br></div><div>The =
"content" of an inline task is not the text up to the next =
heading,</div><div>it usually is =
empty.</div><div><br></div><div>However, I have implemented a hackers =
solution, so that you can =
do</div><div><br></div><div><br></div><div>***************** TODO my =
inline task</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp;DEADLINE...</div><div>&nbsp;&nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp;PROPERTIES...</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp;This is considered to be "content" of =
the</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp;inline task, up to this line:</div><div>***************** =
END</div><div><br></div><div><br></div><div>I will make this clearer in =
the docs, the file header of</div><div>org-inlinetask.el does describe =
this.</div><div><br></div><div>- Carsten</div><br><blockquote =
type=3D"cite"><div><br><br>-- =
Daniel<br><br><br><br>_______________________________________________<br>E=
macs-orgmode mailing list<br>Remember: use `Reply All' to send replies =
to the list.<br><a =
href=3D"mailto:Emacs-orgmode@gnu.org">Emacs-orgmode@gnu.org</a><br>http://=
lists.gnu.org/mailman/listinfo/emacs-orgmode<br></div></blockquote></div><=
br></body></html>=

--Apple-Mail-1-427593311--



--===============1504433672==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

--===============1504433672==--