Hi Richard,

Richard Stanton <stan...@haas.berkeley.edu> writes:

> To save space in LaTeX exports and also to stop my TODO items being
> numbered, I'd like to have TODO items as part of a list, e.g.,
>
> - TODO Item 1
> - TODO Item 2
>
> However, while this prints OK, these entries are ignored by org-mode when
> I ask it to create a TODO list. Is there any way to do what I want?

No, because you are mixing to different things: lists and TODO items.

TODO items start with "*".

You can convert 

* TODO item 1
* TODO item 2

to a list by selecting the region they are in, then doing C-u C-c -

You can convert a list to TODO items with C-u C-c *

Best,

-- 
 Bastien

Reply via email to