From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Hiding tasks from export but not the agenda Date: Mon, 20 Apr 2009 08:14:45 -0500 Message-ID: References: <87y6tvzd8t.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvtKt-0002rk-As for emacs-orgmode@gnu.org; Mon, 20 Apr 2009 09:14:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvtKo-0002pz-No for emacs-orgmode@gnu.org; Mon, 20 Apr 2009 09:14:58 -0400 Received: from [199.232.76.173] (port=36962 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvtKo-0002pv-L5 for emacs-orgmode@gnu.org; Mon, 20 Apr 2009 09:14:54 -0400 Received: from mx20.gnu.org ([199.232.41.8]:45657) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LvtKo-0003am-8C for emacs-orgmode@gnu.org; Mon, 20 Apr 2009 09:14:54 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LvtKk-0002w7-Pd for emacs-orgmode@gnu.org; Mon, 20 Apr 2009 09:14:50 -0400 In-Reply-To: <87y6tvzd8t.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Mon\, 20 Apr 2009 09\:05\:54 -0400") 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Hi Bernt, Bernt Hansen writes: > Hi, > > I have a task I want to continually see in one of my agenda views but I > want to keep it out of exported HTML files. I use this task for > clocking miscellaneous time on the project and don't need it in the > exported view since it has no useful detail to be shared. Have you tried the variable org-export-exclude-tags? Best, Matt > I've tried using COMMENT but that hides the task from the agenda view > too. > > ,----[ example task for clocking time only ] > | ** STARTED Task to clock time on > `---- > > ,----[ commented it out doesn't really do what I want ] > | ** COMMENT STARTED Task to clock time on > `---- > > Putting a COMMENT in front of started keeps it from being exported but > then I can't find it easily when I look for 'STARTED' tasks with an > agenda view. > > Is there a good way to handle this? I think someone talked about a > no-export property at some point but I can't find anything about that in > the code. > > Thanks, > Bernt > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode