From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: not exporting TODOs but exporting their subordinates Date: Wed, 08 Sep 2010 18:14:40 +0200 Message-ID: <87occ8b4b3.fsf@gmx.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=43795 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtNIP-0003Vq-Tq for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 12:14:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtNIO-0001EI-SU for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 12:14:49 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:49631 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OtNIO-0001De-GV for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 12:14:48 -0400 In-Reply-To: (Sam Cramer's message of "Tue, 7 Sep 2010 19:28:54 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: Sam Cramer Cc: emacs-orgmode@gnu.org Sam Cramer writes: > When working on a document, I tend to sprinkle TODO headlines throughout the > doc. These are really very loosely structured; they just represent things > that I need to do somewhat near the area that I'm looking at. > > I mark these lines with a :noexport: tag in order to prevent them from being > exported. As such, they're not part of the document structure per-se, and I > often mark them as top level headlines. Since EXPORT_EXCLUDE_TAGS applies > to a tree and not to a title, this prevents the export of any subordinate > items. > > Here's an example: > > * An amazing headline > ** stuff > ** more stuff > * TODO clean up the stuff above :noexport: > ** this is stuff that I would like exported > > > In the example above, I'd like to have the everything but the TODO headline > exported, including the "this is stuff I would like exported" line. > > I guess that I could always have my TODO lines be at a very deep level. Is > there any other solution I should consider? > > Thanks, > Sam Here's my proposal: * An amazing headline ** stuff ** more stuff ******* TODO clean up the stuff above :noexport: ** this is stuff that I would like exported Or just use inline tasks. They are made for this purpose. Sebastian