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 17:48:17 +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=45712 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2NWG-0005D1-T2 for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 08:18:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2NWF-0001r0-64 for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 08:18:20 -0400 Received: from mail-qy0-f176.google.com ([209.85.216.176]:50723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2NWE-0001qO-RJ for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 08:18:19 -0400 Received: by qyk36 with SMTP id 36so6319137qyk.0 for ; Sun, 03 Oct 2010 05:18:18 -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 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 Thanks and Regards Noorul