org: Fix tags extraction
commit7989ebfb6efeda1c5dece8a92565f3cfdef0f900
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 07:39:38 +0000 (9 09:39 +0200)
treee6394459b9a58abd9384b6f1dea5169731090389
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.)
lisp/org.el