From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Export without TODO keywords Date: Sat, 6 Dec 2008 08:38:42 +0100 Message-ID: References: <873ah88xfr.fsf@gmail.com> <878wr06ljc.fsf@kassiopeya.MSHEIMNETZ> <9DC4A09B-9A92-4584-A6DB-2A548987D27F@uva.nl> <87oczr7e6j.fsf@gmail.com> <8CAA59A3-A572-4674-B0C2-D31C59DA9181@uva.nl> <87skp2mya7.fsf@CPU107.opentrends.net> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8rkZ-0005gR-1i for emacs-orgmode@gnu.org; Sat, 06 Dec 2008 02:38:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8rkW-0005gF-9o for emacs-orgmode@gnu.org; Sat, 06 Dec 2008 02:38:49 -0500 Received: from [199.232.76.173] (port=41448 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8rkW-0005gC-4b for emacs-orgmode@gnu.org; Sat, 06 Dec 2008 02:38:48 -0500 Received: from mx20.gnu.org ([199.232.41.8]:52792) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L8rkV-00020m-Nz for emacs-orgmode@gnu.org; Sat, 06 Dec 2008 02:38:47 -0500 Received: from nf-out-0910.google.com ([64.233.182.184]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8rkU-0007Ah-Ln for emacs-orgmode@gnu.org; Sat, 06 Dec 2008 02:38:46 -0500 Received: by nf-out-0910.google.com with SMTP id c7so205279nfi.26 for ; Fri, 05 Dec 2008 23:38:45 -0800 (PST) In-Reply-To: <87skp2mya7.fsf@CPU107.opentrends.net> 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: Daniel Clemente Cc: emacs-orgmode@gnu.org Hi Daniel, On Dec 5, 2008, at 4:34 PM, Daniel Clemente wrote: > Carsten Dominik writes: > >> >> (setq org-export-with-timestamps nil) >> >> >> also removes the DEADLINE and SCHEDULED keywords. > > Nice! And it has the equivalent > #+OPTIONS: <:nil > > Then only =84log notes=93 exporting is not configurable. True, but this is not really metadata, but notes, which could easily be confused with normal plain text. I think I will stop here adding options for this purpose. You can try to write a small function which removes these as well, and call it from `org-export-preprocess-hook'. - Carsten