Fix: Inherit org-file-tags
Fixes #55. Closes #57. Thanks to Mikhail Skorzhinskiy (@mskorzhinskiy).
This commit is contained in:
parent
dadbbe4a87
commit
9f5bbeb3f2
5 changed files with 84 additions and 32 deletions
16
tests/data2.org
Normal file
16
tests/data2.org
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# This file is currently used to test org-file-tags.
|
||||
|
||||
#+FILETAGS: :food:
|
||||
|
||||
* Fruit :fruit:
|
||||
|
||||
** Blueberry
|
||||
|
||||
** Strawberry
|
||||
|
||||
* Vegetable :vegetable:
|
||||
|
||||
** Broccoli
|
||||
|
||||
** Potato
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue