From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: Export option for hiding TODO keyword Date: Thu, 12 May 2011 17:53:12 -0300 Message-ID: <20110512205312.GE4334@soloJazz.com> References: <80zkmraclz.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKcsp-0008Uw-Id for emacs-orgmode@gnu.org; Thu, 12 May 2011 16:53:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKcso-00015l-Eo for emacs-orgmode@gnu.org; Thu, 12 May 2011 16:53:19 -0400 Received: from oproxy8-pub.bluehost.com ([69.89.22.20]:56169) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QKcsn-00015d-WC for emacs-orgmode@gnu.org; Thu, 12 May 2011 16:53:18 -0400 Content-Disposition: inline In-Reply-To: <80zkmraclz.fsf@somewhere.org> 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org Hi, Doesn't this option do what you want? #+OPTIONS: todo:nil Just tested it, and it works. Regards, .j. On Thu, May 12, 2011 at 10:27:20PM +0200, Sebastien Vauban wrote: > I did not find a way to hide the TODO keywords from the headings, on export. > > Though, I think it would make sense in at least the 2 following cases: > > - You sometimes want to send a draft of a PDF doc, but don't necessarily want > to show to the readers all the statuses attached to every section (like > DONE, WAIT, DFRD, etc.). > > - You want to publish HTML notes, and don't want the *changing* TODO keyword > to be part of the URL, invalidating it as soon as the status changes.