From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: [Orgmode] Re: Automatic noexport tag based on rules? Date: Wed, 30 Mar 2011 05:30:30 +0200 Message-ID: <8290D53C-CE69-44C3-A98D-F91F7D329A89@gmail.com> References: <87oc4t7ou4.fsf@fastmail.fm> <62A8413A-58B4-4566-9717-859DC7CBAE45@gmail.com> <22D23BD3-D73D-45F7-B7A5-E34BBD6E9788@gmail.com> <212C736D-6013-4DCF-94A2-1DF4D85BA9E2@gmail.com> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=60590 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4m7E-0003D0-2h for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 23:30:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4m7D-0000uH-5D for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 23:30:39 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:55507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4m7C-0000uD-SI for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 23:30:39 -0400 Received: by ewy9 with SMTP id 9so287393ewy.0 for ; Tue, 29 Mar 2011 20:30:38 -0700 (PDT) In-Reply-To: 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: John Hendy Cc: Matt Lundin , emacs-orgmode On 30.3.2011, at 00:50, John Hendy wrote: > On Tue, Mar 29, 2011 at 5:49 PM, Carsten Dominik > wrote: >> >> On 29.3.2011, at 23:48, John Hendy wrote: >> >>> On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik >>> wrote: >>>> >>>> On 29.3.2011, at 23:05, Carsten Dominik wrote: >>>> >>>>> >>>>> On 29.3.2011, at 20:40, Matt Lundin wrote: >>>>> >>>>>> John Hendy writes: >>>>>> >>>>> >>>>> I have a good patch for this lined up - will check it in tomorrow. >>>> >>>> In fact, I just now pushed it. >>>> >>>> To export without DONE tasks, use >>>> >>>> #+OPTION: donetasks:nil >>>> >>>> - Carsten >>> >>> Thanks! Not to be all annoying... but how hard would this be? >> >> Not hard at all. It is done. >> > > 1) I figured it probably wasn't hard, but just asked politely anyway :) > 2) Thanks a ton. This is fantastic. I was to fast, the implementations was not good. Now there is only one variable, org-export-with-tasks. It can be nil to remove all tasks, `todo' to remove the DONE tasks, or a list of tasks to keep for export. For example #+OPTIONS: tasks:todo or #+OPTIONS: tasks:("TODO" "WAITING") I think this is much cleaner. - Carsten