From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: How could I mix COMMENT and TODO? Date: Thu, 05 Apr 2012 07:34:56 -0400 Message-ID: <8662demmxr.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFky5-0005pU-H1 for emacs-orgmode@gnu.org; Thu, 05 Apr 2012 07:35:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFkxx-0007xO-5b for emacs-orgmode@gnu.org; Thu, 05 Apr 2012 07:35:09 -0400 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:63078 helo=mercure.progiciels-bpi.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFkxx-0007wn-0I for emacs-orgmode@gnu.org; Thu, 05 Apr 2012 07:35:01 -0400 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: emacs-orgmode@gnu.org Hi, Orgers of this world! :-) I do not find how to mix COMMENT and TODO in a working way, and I thought that someone could advise me. For ease and simplicity, I try to keep everything related to some topic in a single file, merely commenting (C-c ;) headers for those parts I do not want to publish. I would also like to keep my TODO entries for this topic in the same file, and these are usually not to be published either. However, TODO seems to be ignored whenever it is on or under a COMMENT header. When I comment a TODO entry, the TODO gets un-highlighted, and the entry scheduling disappears from the agenda. So, until I find something better, I keep these TODO in another file, which I find an awkward compromise. I could use #+BEGIN_COMMENT and such within the entry, but the header itself gets published, which I do not want. So, what is the proper way for fully preventing a working TODO header from being published? Or else, what is the good approach? Fran=C3=A7ois