From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How to disable log done notes for specific project? Date: Sun, 3 Oct 2010 14:14:08 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35221 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2NSJ-0003nd-Bv for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 08:14:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2NSG-00010g-S8 for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 08:14:15 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:59763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2NSG-00010b-NT for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 08:14:12 -0400 Received: by eyh5 with SMTP id 5so2017625eyh.0 for ; Sun, 03 Oct 2010 05:14:11 -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 Oct 3, 2010, at 1:14 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: > --------------- > :todo-keywords nil > --------------- > > But I don't know how to disable log done notes. Hi Walter, use (setq org-log-into-drawer t) This will put the notes into the LOGBOOK drawer, which is not published. HTH - Carsten > > How can I do these? To set the project not to export log done notes, > or > to set the project not to mark log done notes? > > How? > > Thanks > > Water Lin > > > -- > The Big Bang on Busy Reading: http://bigbang.WaterLin.org > Email: WaterLin@sohu.com > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode