From mboxrd@z Thu Jan 1 00:00:00 1970 From: Water Lin Subject: Re: How to not publish log done note? Date: Sun, 03 Oct 2010 21:28:47 +0800 Message-ID: References: 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=55960 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2Obg-0005Ii-3k for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 09:28:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2Obe-0000ZL-Ia for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 09:28:00 -0400 Received: from [61.135.132.136] (port=56355 helo=relay.mail.sohu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2Obd-0000UT-V8 for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 09:27:58 -0400 In-Reply-To: (Noorul Islam's message of "Sun, 3 Oct 2010 17:48:17 +0530") 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: Noorul Islam Cc: emacs-orgmode@gnu.org Noorul Islam writes: > 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: >> --------------- >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 :todo-keywords nil >> --------------- >> >> But I don't know how to disable log done notes. >> > > Did you try > > #+OPTIONS: <:nil This works. But it will leave a blank line under the title in the exported html file. Any better solutions? Thanks Water Lin > > Thanks and Regards > Noorul > --=20 The Big Bang on Busy Reading: http://bigbang.WaterLin.org Email: WaterLin@sohu.com