org-get-tags-at: exclude filetags when local is t
commitc6e97d88cf681aa572df1aa5fc39a4ca452f317d
authorMatt Lundin <mdl@imapmail.org>
Sat, 30 Apr 2011 20:19:54 +0000 (30 20:19 +0000)
committerCarsten Dominik <carsten.dominik@gmail.com>
Mon, 2 May 2011 07:13:06 +0000 (2 09:13 +0200)
tree3342c063d077423d626ac8bec71202997ef28366
parent7bab535b79a332b330f2b1e79b2948d80ce64243
org-get-tags-at: exclude filetags when local is t

* lisp/org.el (org-get-tags-at): Don't include filetags if local is t.

The function org-get-tags-at and the functions that called it were
including inherited file tags even if the user requested only local
tags. This patch fixes the behavior.
lisp/org.el