Fix handling of setup file wrt setting tags
commitb83c0309a7ecb86251451557a12e451fe9f93b11
authorBastien Guerry <bzg@altern.org>
Thu, 16 May 2013 08:33:32 +0000 (16 10:33 +0200)
committerBastien Guerry <bzg@altern.org>
Thu, 16 May 2013 08:33:32 +0000 (16 10:33 +0200)
treeff0a9269567c632c0671aab0763bceeaa09aab84
parentb70e77343aa3daee9312c81c96ef5da217d7fda5
Fix handling of setup file wrt setting tags

* org.el (org-set-regexps-and-options-for-tags): Return a list
with tag-related variables.
(org-set-regexps-and-options): Append tags from a setup file
to the local tags of the file.
(org-agenda-prepare-buffers): Set tags from a setup file by
calling `org-set-regexps-and-options' when necessary.

Thanks to Anupam Sengupta for reporting this.
lisp/org.el