emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] How to disable log done notes for specific project?


From: Water Lin
Subject: [Orgmode] How to disable log done notes for specific project?
Date: Sun, 03 Oct 2010 19:14:52 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt)

I have set the log done time and log done note for my org files using
code:
---------------
(setq org-log-done 'time)
(setq org-log-done 'note)
---------------

The log done time and log done note are very useful while I am editing
my org files. But when I publish the projects, I don't want to publish
these TODO keywords and so does the log done notes.

I used following line to disable export TODO keywords:
---------------
         :todo-keywords nil
---------------

But I don't know how to disable log done notes.

How can I do these? To set the project not to export log done notes, or
to set the project not to mark log done notes?

How?

Thanks

Water Lin


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



reply via email to

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