From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: Re: TODO items as part of an itemized list? Date: Wed, 21 Mar 2012 13:40:11 -0700 Message-ID: References: <87limudeh3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SASKT-0002zy-3I for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 16:40:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SASKR-0000bD-9d for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 16:40:20 -0400 Received: from gateway-b.haas.berkeley.edu ([128.32.222.40]:31574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SASKR-0000aw-3S for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 16:40:19 -0400 In-Reply-To: <87limudeh3.fsf@gnu.org> Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: "emacs-orgmode@gnu.org" Makes sense. I realize I can achieve almost all of what I want by making my TODO items, say, level three headers, "***", then not including \subsubsection in my latex_class definition. Now each TODO item is printed in LaTeX as a separate \item in an itemize list, just as I wanted. Just one remaining problem, however. The exporter inserts a hard line-break, "\\" after the first line of each of these \item entries. This is fine when there is additional text for that item, but if the TODO item is just one line, this results in unwanted extra white space being inserted between the \item entries. On 3/20/12 4:44 PM, "Bastien" wrote: >Hi Richard, > >Richard Stanton 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=20 > >* 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, > >--=20 > Bastien