From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Subject: Re: How to not publish log done note? Date: Sun, 3 Oct 2010 18:11:03 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=39957 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2NsK-0003Rx-4H for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 08:41:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2NsG-0006tB-PE for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 08:41:07 -0400 Received: from mail-qy0-f169.google.com ([209.85.216.169]:54505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2NsG-0006t7-N1 for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 08:41:04 -0400 Received: by qyk32 with SMTP id 32so1649904qyk.0 for ; Sun, 03 Oct 2010 05:41:04 -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: Water Lin Cc: emacs-orgmode@gnu.org On Sun, Oct 3, 2010 at 5:48 PM, Noorul Islam wrote: > On Sun, Oct 3, 2010 at 4:36 PM, Water Lin wrote: >> >> I have set the log done time and log done note for my org files using >> code: >> --------------- >> (setq org-log-done 'time) >> (setq org-log-done 'note) >> --------------- >> >> The log done time and log done note are very useful while I am editing >> my org files. But when I publish the projects, I don't want to publish >> these TODO keywords and so does the log done notes. >> >> I used following line to disable export TODO keywords: >> --------------- >> =A0 =A0 =A0 =A0 :todo-keywords nil >> --------------- >> >> But I don't know how to disable log done notes. >> > > Did you try > > #+OPTIONS: <:nil > Also I found this interesting thread. http://www.mail-archive.com/emacs-orgmode@gnu.org/msg10095.html -Noorul