org-export: Fix select-tag handling
commit675713c53962bc7cdcbb45b544fa989334754bb7
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 23 Feb 2012 13:52:25 +0000 (23 14:52 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 23 Feb 2012 13:57:16 +0000 (23 14:57 +0100)
treec0e6daf1d0017be27652bba434d6eb3197abb434
parenta87c463818dd22cb3a92c3a08ab1369f0afd7285
org-export: Fix select-tag handling

* contrib/lisp/org-export.el (org-export-collect-tree-properties):
  Remove `:use-select-tags' property.
(org-export-populate-ignore-list): Renamed from
`org-export-get-ignore-list'.
(org-export--selected-trees): Renamed from
`org-export-use-select-tag-p'.
(org-export--skip-p): Use an additional argument to specify list of
trees containing a select tag.
(org-export-select-tags, org-export-exclude-tags,
org-export-with-priority): Change doc-string.
* testing/contrib/lisp/test-org-export.el: Tests modified
  accordingly.
contrib/lisp/org-export.el
testing/contrib/lisp/test-org-export.el