From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Re: [Orgmode] Re: Automatic noexport tag based on rules? Date: Tue, 29 Mar 2011 16:48:51 -0500 Message-ID: References: <87oc4t7ou4.fsf@fastmail.fm> <62A8413A-58B4-4566-9717-859DC7CBAE45@gmail.com> <22D23BD3-D73D-45F7-B7A5-E34BBD6E9788@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=56606 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4gmU-0000Yw-Vh for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 17:48:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4gmT-0007cg-Vj for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 17:48:54 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:48022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4gmT-0007ca-Le for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 17:48:53 -0400 Received: by bwz17 with SMTP id 17so631972bwz.0 for ; Tue, 29 Mar 2011 14:48:52 -0700 (PDT) In-Reply-To: <22D23BD3-D73D-45F7-B7A5-E34BBD6E9788@gmail.com> 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: Carsten Dominik Cc: Matt Lundin , emacs-orgmode 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 > > =C2=A0 =C2=A0#+OPTION: donetasks:nil > > - Carsten Thanks! Not to be all annoying... but how hard would this be? ,--- | #+OPTION: tasks:nil `--- I don't ever export *any* tasks since it's always my work notes -- I have to keep good records for Intellectual Property purposes and my todos are never pertinent. Perhaps users would find both of these options helpful? John > >