org-export: Add `active' and `inactive' alternatives to `org-export-with-timestamps'
commitbea597be96e808a70764fe3f49974f1501acf109
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 29 Apr 2012 20:55:37 +0000 (29 22:55 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 29 Apr 2012 20:55:37 +0000 (29 22:55 +0200)
tree3e4a5128c0f208a371d774e3d62a8a9beef04f56
parent491ce5491d13c8a6d1fa4b344300a6ae47e5b9e0
org-export: Add `active' and `inactive' alternatives to `org-export-with-timestamps'

* contrib/lisp/org-export.el (org-export-with-timestamps): Allow to
  keep only active timestamps or inactive ones with respectively
  `active' and `inactive' values.
(org-export--skip-p): Update tests to determine if a timestamp should
be ignored.
* testing/lisp/test-org-export.el: Add tests.
* contrib/lisp/org-element.el: Fix some comments.
contrib/lisp/org-element.el
contrib/lisp/org-export.el
testing/lisp/test-org-export.el