org: Fix tags extraction
commit7e57cf5d405f48f31650eac3297e29d8189e58cf
authorMarco Wahl <marcowahlsoft@gmail.com>
Thu, 9 Jun 2016 07:39:38 +0000 (9 09:39 +0200)
committerMarco Wahl <marcowahlsoft@gmail.com>
Thu, 9 Jun 2016 08:06:14 +0000 (9 10:06 +0200)
tree90ee27c5b553c5cf674863d346b7c167927b872a
parentf94df5456fcfb1125f9dc2c15904559bae2bb3de
org: Fix tags extraction

* lisp/org.el (org-get-tags-at): Use non-greedy match up to colon to
  match all tags (and not just the last.)
* testing/lisp/test-org.el (test-org/tags-at): One test to cover the
  issue.
lisp/org.el
testing/lisp/test-org.el