org.el (org-tags-expand): Prevent circular replacement of group tags
commitafaaff4439db0712b5ca3716fed15c9a43fb6121
authorBastien Guerry <bzg@altern.org>
Fri, 12 Apr 2013 17:19:46 +0000 (12 19:19 +0200)
committerBastien Guerry <bzg@altern.org>
Fri, 12 Apr 2013 17:19:46 +0000 (12 19:19 +0200)
treea45f2430649b88b9ef6187c59ff83ea85b25c009
parent64770d356de73eebd65e5ef64cd7023ef933ffc7
org.el (org-tags-expand): Prevent circular replacement of group tags

* org.el (org-make-tags-matcher, org-change-tag-in-region):
Add buffer's tags to the tags completion table.
(org-tags-expand): Prevent circular replacement of group tags.
Tiny docstring formatting.
(org-uniquify): Make a defsubst.  Use `delete-dups' instead of
`add-to-list'.

Thanks to Christian Moe for reporting the bug about group tags.
lisp/org.el