I've been using your tag function that smartly manages tags. I was wondering if it's possible to add support to hide in-buffer tags. For example, I have specific tags I only want referenced in a particular file so I define it like #+TAGS: dogs but in other org files, dog is still an option for tagging because the tag function looks at the global tags completion table.
I've been using your tag function that smartly manages tags. I was wondering if it's possible to add support to hide in-buffer tags. For example, I have specific tags I only want referenced in a particular file so I define it like
#+TAGS: dogsbut in other org files,dogis still an option for tagging because the tag function looks at the global tags completion table.