* About the in-buffer setting of nologdone
@ 2010-01-09 3:21 Water Lin
2010-01-09 10:29 ` Matt Lundin
0 siblings, 1 reply; 2+ messages in thread
From: Water Lin @ 2010-01-09 3:21 UTC (permalink / raw)
To: emacs-orgmode
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.
How to use it? Any example?
Thanks
Water Lin
--
Water Lin's notes and pencils: http://en.waterlin.org
Email: WaterLin@ymail.com
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: About the in-buffer setting of nologdone
2010-01-09 3:21 About the in-buffer setting of nologdone Water Lin
@ 2010-01-09 10:29 ` Matt Lundin
0 siblings, 0 replies; 2+ messages in thread
From: Matt Lundin @ 2010-01-09 10:29 UTC (permalink / raw)
To: Water Lin; +Cc: emacs-orgmode
Water Lin <WaterLin@ymail.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-09 13:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-09 3:21 About the in-buffer setting of nologdone Water Lin
2010-01-09 10:29 ` Matt Lundin
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).