Water Lin <water...@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 _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode