correct folder names in the tag tree example

If one sticks to the pattern how file names obtain additional
information and a tag, there isn't a tag 'new', but 'car'.
This commit is contained in:
Norwid Behrnd 2022-01-18 17:37:17 +01:00
commit 5a3c1ffbfe

View file

@ -477,9 +477,9 @@ Consider having a file like:
: My new car -- car hardware expensive.jpg
Now you generate the TagTrees, you'll find [[https://en.wikipedia.org/wiki/Symbolic_link][links]] to this file within
sub-directories of =~/.filetags=, the default target directory: =new/=
and =hardware/= and =expensive/= and =new/hardware/= and
=new/expensive/= and =hardware/new/= and so on. You get the idea.
sub-directories of =~/.filetags=, the default target directory: =car/=
and =hardware/= and =expensive/= and =car/hardware/= and
=car/expensive/= and =hardware/car/= and so on. You get the idea.
The default target directory can be overridden via =--tagtrees-dir=.