From mboxrd@z Thu Jan 1 00:00:00 1970 From: Water Lin Subject: How to not publish log done note? Date: Sun, 03 Oct 2010 19:06:35 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=40712 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2MVY-0002eY-Kf for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 07:13:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2MO1-0002LK-Ma for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 07:05:47 -0400 Received: from relay.vip.sohu.com ([61.135.132.86]:43029 helo=relay.mail.sohu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2MO1-0002KS-85 for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 07:05:45 -0400 Received: from WWW-930F5D575A6 (unknown [112.90.241.12]) by relay.mail.sohu.com (Postfix) with ESMTPA id 95DFD6982A3 for ; Sun, 3 Oct 2010 19:03:46 +0800 (CST) 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: emacs-orgmode@gnu.org 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. 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