From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: Any equal setting of #+STARTUP: nologdone? Date: Fri, 8 Oct 2010 10:48:17 -0200 Message-ID: <20101008124817.GA2509@soloJazz.com> References: <84aampgjsx.fsf@sohu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=42626 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4CN7-00056I-8F for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 08:48:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4CN4-00065e-Gm for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 08:48:24 -0400 Received: from cpoproxy2-pub.bluehost.com ([67.222.39.38]:47141) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P4CN4-000659-An for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 08:48:22 -0400 Content-Disposition: inline In-Reply-To: <84aampgjsx.fsf@sohu.com> 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 Fri, Oct 08, 2010 at 04:39:26PM +0800, Water Lin wrote: > I am using following setting > ----------- > #+STARTUP: nologdone > ----------- > to avoid done log note while I mark one entry as DONE. > > But I want to set it as a global setting to avoid use it for every org > file. Hi Water, The customizable variable 'org-log-done' is the global setting for all files. Change it via M-x customize-variable, or by including "(setq org-log-done nil)" in your .emacs. Documentation for org-log-done: Information to record when a task moves to the DONE state. Possible values are: nil Don't add anything, just change the keyword time Add a time stamp to the task note Prompt for a note and add it with template `org-log-note-headings' > Is there any equal setting of #+STARTUP: nologdone while I am setting my > project using following code: > ------------ > (setq org-publish-project-alist > ------------ > ? I'm lost here. I can't see the relation between TODO state logging and project publishing. Regards, .j.