felko / neuron-mode

An emacs mode for editing Zettelkasten notes with neuron
GNU General Public License v3.0
118 stars 21 forks source link

'neuron-add-tag' is unable to identify tags with latest version of neuron #69

Closed ednolan closed 3 years ago

ednolan commented 3 years ago

'neuron-add-tag' doesn't seem to be working with the latest version of neuron. When I use neuron version 1.1.8.0 (commit 9dc3bbd), the function is able to find all my tags, but with neuron version 1.9.1.3 (commit 22dad5f), the set of tags that the function prompts me with is empty.

srid commented 3 years ago

This might be a regression in neuron. neuron query -u z:tags now spits out unTagNode, which might be wrong.

If so, it should be fixed in neuron.

srid commented 3 years ago

Done.

ednolan commented 3 years ago

That looks to have resolved the issue. Thanks!