Implement export without DONE tasks
commit6d40eb3809d6d293faff6c2bb7a304af0386de9a
authorCarsten Dominik <carsten.dominik@gmail.com>
Tue, 29 Mar 2011 15:29:24 +0000 (29 17:29 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Tue, 29 Mar 2011 15:29:24 +0000 (29 17:29 +0200)
tree06fc5119e3f53fe63ccc02567dbe9e14817c5aa0
parent35a2ef34003f7eb4e39e45a36221d45ba2f4b464
Implement export without DONE tasks

* doc/org.texi (Selective export): Document how to exclude DONE tasks
from export.
(Publishing options): Document the properties to be used to turn off
export of DONE tasks.
* lisp/org-ascii.el (org-export-as-ascii):
* lisp/org-docbook.el (org-export-as-docbook):
* lisp/org-html.el (org-export-as-html):
* lisp/org-latex.el (org-export-as-latex): Pass the :done-tasks property
to the export preprocessor.
* lisp/org-exp.el (org-export-with-done-tasks): New option.
(org-export-plist-vars): Add entry for :done-tasks.
(org-export-preprocess-string): Call `org-export-remove-done-tasks'.
(org-export-remove-done-tasks): New function.
doc/org.texi
lisp/org-ascii.el
lisp/org-docbook.el
lisp/org-exp.el
lisp/org-html.el
lisp/org-latex.el