emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Any equal setting of #+STARTUP: nologdone?
@ 2010-10-08  8:39 Water Lin
  2010-10-08 12:48 ` Juan Pechiar
  0 siblings, 1 reply; 3+ messages in thread
From: Water Lin @ 2010-10-08  8:39 UTC (permalink / raw)
  To: emacs-orgmode


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.

Is there any equal setting of #+STARTUP: nologdone while I am setting my
project using following code:
------------
(setq org-publish-project-alist
------------
?

Thanks

Water Lin
-- 
The Big Bang on Busy Reading: http://bigbang.WaterLin.org
Email: WaterLin@sohu.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Any equal setting of #+STARTUP: nologdone?
  2010-10-08  8:39 Any equal setting of #+STARTUP: nologdone? Water Lin
@ 2010-10-08 12:48 ` Juan Pechiar
  2010-10-09  1:12   ` Water Lin
  0 siblings, 1 reply; 3+ messages in thread
From: Juan Pechiar @ 2010-10-08 12:48 UTC (permalink / raw)
  To: Water Lin; +Cc: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Any equal setting of #+STARTUP: nologdone?
  2010-10-08 12:48 ` Juan Pechiar
@ 2010-10-09  1:12   ` Water Lin
  0 siblings, 0 replies; 3+ messages in thread
From: Water Lin @ 2010-10-09  1:12 UTC (permalink / raw)
  To: Juan Pechiar; +Cc: emacs-orgmode

Juan Pechiar <juan@pechiar.com> writes:

> 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'

Thank, I got it.

Water Lin

>
>> 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.
>

-- 
The Big Bang on Busy Reading: http://bigbang.WaterLin.org
Email: WaterLin@sohu.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-09  1:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-08  8:39 Any equal setting of #+STARTUP: nologdone? Water Lin
2010-10-08 12:48 ` Juan Pechiar
2010-10-09  1:12   ` Water Lin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).