Re: [Orgmode] How to not publish log done note?

2010-10-03 Thread Noorul Islam
On Sun, Oct 3, 2010 at 4:36 PM, Water Lin water...@sohu.com wrote:

 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.


Did you try

#+OPTIONS: :nil

Thanks and Regards
Noorul

___
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


Re: [Orgmode] How to not publish log done note?

2010-10-03 Thread Noorul Islam
On Sun, Oct 3, 2010 at 5:48 PM, Noorul Islam noo...@noorul.com wrote:
 On Sun, Oct 3, 2010 at 4:36 PM, Water Lin water...@sohu.com wrote:

 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.


 Did you try

 #+OPTIONS: :nil


Also I found this interesting thread.

http://www.mail-archive.com/emacs-orgmode@gnu.org/msg10095.html

-Noorul

___
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


Re: [Orgmode] How to not publish log done note?

2010-10-03 Thread Water Lin
Noorul Islam noo...@noorul.com writes:

 On Sun, Oct 3, 2010 at 4:36 PM, Water Lin water...@sohu.com wrote:

 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.


 Did you try

 #+OPTIONS: :nil

This works. But it will leave a blank line under the title in the
exported html file.

Any better solutions?

Thanks

Water Lin


 Thanks and Regards
 Noorul


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

___
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