* inline TODO?
@ 2012-12-14 14:53 John Kitchin
2012-12-14 15:27 ` Rainer M Krug
0 siblings, 1 reply; 4+ messages in thread
From: John Kitchin @ 2012-12-14 14:53 UTC (permalink / raw)
To: emacs-orgmode
Is there a way to have a TODO item in an org-file that is not in a
headline and that shows up in the agenda?
I have been using org-mode to write papers, and often in the middle of
a section I want to make a TODO item, right where something needs to
be done, and I do not want to make a new heading there as it changes
the overall organization (even though it is temporary and will be
removed). Something like this would be great:
#+TODO: finish this section DEADLINE: <2012-12-14 Fri>
At the moment I can search for these lines, but it would be nice if
they showed up in the agenda. Is there any way to do this that I am
overlooking?
Thanks,
j
Here is a simple usage for example.
* introduction
Lots of text. blah blah
#+TODO: finish this section DEADLINE: <2012-12-14 Fri>
end of introductory text that is still in the introduction section.
* Methods
yadayadaya.
** TODO I do not like this because subsequent text is in a subsection
we used this method to do that.
* Conclusions
The end.
John
-----------------------------------
John Kitchin
Associate Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: inline TODO?
2012-12-14 14:53 inline TODO? John Kitchin
@ 2012-12-14 15:27 ` Rainer M Krug
2012-12-14 15:54 ` John Kitchin
2012-12-16 5:57 ` J. David Boyd
0 siblings, 2 replies; 4+ messages in thread
From: Rainer M Krug @ 2012-12-14 15:27 UTC (permalink / raw)
To: John Kitchin; +Cc: emacs-orgmode
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 14/12/12 15:53, John Kitchin wrote:
> Is there a way to have a TODO item in an org-file that is not in a headline and that shows up
> in the agenda?
Hi
Look for inline tasks:
http://stackoverflow.com/questions/11718401/how-to-use-todo-tags-in-org-mode-without-defining-
headlines
Does this help?
Never used them, but always wanted to...
Cheers,
Rainer
>
> I have been using org-mode to write papers, and often in the middle of a section I want to make
> a TODO item, right where something needs to be done, and I do not want to make a new heading
> there as it changes the overall organization (even though it is temporary and will be removed).
> Something like this would be great:
>
> #+TODO: finish this section DEADLINE: <2012-12-14 Fri>
>
>
> At the moment I can search for these lines, but it would be nice if they showed up in the
> agenda. Is there any way to do this that I am overlooking?
>
> Thanks,
>
> j
>
>
> Here is a simple usage for example.
>
>
> * introduction
>
> Lots of text. blah blah #+TODO: finish this section DEADLINE: <2012-12-14 Fri>
>
> end of introductory text that is still in the introduction section.
>
> * Methods yadayadaya.
>
> ** TODO I do not like this because subsequent text is in a subsection
>
> we used this method to do that.
>
> * Conclusions The end.
>
> John
>
> ----------------------------------- John Kitchin Associate Professor Doherty Hall A207F
> Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213
> 412-268-7803 http://kitchingroup.cheme.cmu.edu
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
iEYEARECAAYFAlDLRW0ACgkQoYgNqgF2egq3zgCfUH2ZKnpcoJ9BQOv4TpzGNMNQ
QhwAn2wALy9ARN7Iwb4Mw1/zcqkEsMLZ
=8JN0
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: inline TODO?
2012-12-14 15:27 ` Rainer M Krug
@ 2012-12-14 15:54 ` John Kitchin
2012-12-16 5:57 ` J. David Boyd
1 sibling, 0 replies; 4+ messages in thread
From: John Kitchin @ 2012-12-14 15:54 UTC (permalink / raw)
To: Rainer M Krug; +Cc: emacs-orgmode
That is exactly what I wanted! Thanks.
John
-----------------------------------
John Kitchin
Associate Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu
On Fri, Dec 14, 2012 at 10:27 AM, Rainer M Krug <r.m.krug@gmail.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 14/12/12 15:53, John Kitchin wrote:
>> Is there a way to have a TODO item in an org-file that is not in a headline and that shows up
>> in the agenda?
> Hi
>
> Look for inline tasks:
> http://stackoverflow.com/questions/11718401/how-to-use-todo-tags-in-org-mode-without-defining-
> headlines
>
> Does this help?
>
> Never used them, but always wanted to...
>
> Cheers,
>
> Rainer
>
>>
>> I have been using org-mode to write papers, and often in the middle of a section I want to make
>> a TODO item, right where something needs to be done, and I do not want to make a new heading
>> there as it changes the overall organization (even though it is temporary and will be removed).
>> Something like this would be great:
>>
>> #+TODO: finish this section DEADLINE: <2012-12-14 Fri>
>>
>>
>> At the moment I can search for these lines, but it would be nice if they showed up in the
>> agenda. Is there any way to do this that I am overlooking?
>>
>> Thanks,
>>
>> j
>>
>>
>> Here is a simple usage for example.
>>
>>
>> * introduction
>>
>> Lots of text. blah blah #+TODO: finish this section DEADLINE: <2012-12-14 Fri>
>>
>> end of introductory text that is still in the introduction section.
>>
>> * Methods yadayadaya.
>>
>> ** TODO I do not like this because subsequent text is in a subsection
>>
>> we used this method to do that.
>>
>> * Conclusions The end.
>>
>> John
>>
>> ----------------------------------- John Kitchin Associate Professor Doherty Hall A207F
>> Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213
>> 412-268-7803 http://kitchingroup.cheme.cmu.edu
>>
>>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
>
> iEYEARECAAYFAlDLRW0ACgkQoYgNqgF2egq3zgCfUH2ZKnpcoJ9BQOv4TpzGNMNQ
> QhwAn2wALy9ARN7Iwb4Mw1/zcqkEsMLZ
> =8JN0
> -----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: inline TODO?
2012-12-14 15:27 ` Rainer M Krug
2012-12-14 15:54 ` John Kitchin
@ 2012-12-16 5:57 ` J. David Boyd
1 sibling, 0 replies; 4+ messages in thread
From: J. David Boyd @ 2012-12-16 5:57 UTC (permalink / raw)
To: emacs-orgmode
Rainer M Krug <r.m.krug@gmail.com> writes:
> On 14/12/12 15:53, John Kitchin wrote:
>> Is there a way to have a TODO item in an org-file that is not in a headline and that shows up
>> in the agenda?
> Hi
>
> Look for inline tasks:
> http://stackoverflow.com/questions/11718401/how-to-use-todo-tags-in-org-mode-without-defining-
> headlines
>
> Does this help?
>
> Never used them, but always wanted to...
>
This is great, thanks for the info
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-12-16 6:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14 14:53 inline TODO? John Kitchin
2012-12-14 15:27 ` Rainer M Krug
2012-12-14 15:54 ` John Kitchin
2012-12-16 5:57 ` J. David Boyd
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.