emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: About the in-buffer setting of nologdone


From: Matt Lundin
Subject: [Orgmode] Re: About the in-buffer setting of nologdone
Date: Sat, 09 Jan 2010 05:29:03 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Water Lin <address@hidden> writes:

> I have enable variables org-log-done by following code:
> ------------
> (setq org-log-done 'time)
> (setq org-log-done 'note)
> ------------
>
> But in some file I don't want to enable done time and done note, so I
> use in-buffer setting to fix this. Here is the reference:
> -----------
> http://orgmode.org/manual/In_002dbuffer-settings.html
> -----------
>
> There are some explanation about "nologdone" variable. But I jsut can't
> figure out how to use it as in-buffer setting.

Add the following to the top of your or org file:

#+STARTUP: nologdone

Then type C-c C-c on the line to refresh the buffer.

Best,
Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]