[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] FILETAGS tags hidden by TAGS option
From: |
Mark Edgington |
Subject: |
[O] FILETAGS tags hidden by TAGS option |
Date: |
Wed, 28 Mar 2018 11:12:47 -0400 |
When using org-tags-view, the list of tags used for tab-completion
fails to include tags specified via the #+FILETAGS option when there
exists a #+TAGS option in the file which doesn't contain the
#+FILETAGS tags.
For example, with the following options, the foo tag will not show up
when trying to do tab-completion, but only bar and baz will:
#+TAGS: bar baz
#+FILETAGS: foo
Is this the expected behavior? A "workaround" is to simply add foo to
#+TAGS, but should this be necessary?
- [O] FILETAGS tags hidden by TAGS option,
Mark Edgington <=