Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED

2011-11-17 Thread Denny
got it, thanks all Nick Dokos 编写: >markfilebat126 wrote: > >> Bernt Hansen writes: >> >> Yes, Bernt, this is exactly what I want. >> I will dig into why my org-mode behavior is different from yours, when I >> return home. >> >> ,--- my environment >> | GNU Emacs 23.2.1 (x86_64-pc-linu

Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED

2011-11-17 Thread Nick Dokos
markfilebat126 wrote: > Bernt Hansen writes: > > Yes, Bernt, this is exactly what I want. > I will dig into why my org-mode behavior is different from yours, when I > return home. > > ,--- my environment > | GNU Emacs 23.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-09-02 > o

Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED

2011-11-17 Thread markfilebat126
Bernt Hansen writes: Yes, Bernt, this is exactly what I want. I will dig into why my org-mode behavior is different from yours, when I return home. ,--- my environment | GNU Emacs 23.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-09-02 on pluot, modified by Debian | Org-mode ver

Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED

2011-11-17 Thread Bernt Hansen
filebat Mark writes: > Hi Bernt > > I am not sure whether I get you correctly. > > The behavior of [#+OPTIONS: tasks:("DONE") todo:nil] looks like (setq > org-export-with-todo-keywords nil). > > My purpose is not to export entries of "TODO", "CANCELED", etc, > instead of only strings of "TODO", "

Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED

2011-11-17 Thread filebat Mark
Hi Bernt I am not sure whether I get you correctly. The behavior of [#+OPTIONS: tasks:("DONE") todo:nil] looks like (setq org-export-with-todo-keywords nil). My purpose is not to export entries of "TODO", "CANCELED", etc, instead of only strings of "TODO", "CANCELED". On Fri, Nov 18, 2011 at

Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED

2011-11-17 Thread Bernt Hansen
filebat Mark writes: > Exporting org-mode's entries to html is a fantastic way for knowledge > sharing! > > Usually entries of "TODO" "HALF" "DELEGATE" "CANCELED" "DEFERRED" are > incomplete/immature knowledge. Thus, I don't want to export > them. Furthermore, after they are marked as "DONE", I'

[O] when export org-mode to html, don't export entries of TODO, CANCELED

2011-11-17 Thread filebat Mark
hi emacsers Exporting org-mode's entries to html is a fantastic way for knowledge sharing! Usually entries of "TODO" "HALF" "DELEGATE" "CANCELED" "DEFERRED" are incomplete/immature knowledge. Thus, I don't want to export them. Furthermore, after they are marked as "DONE", I'd like to export them.