You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I create the metanote (index) which contains the links to my denote files. Each heading in the metanote represents one tag and there are links to files with this tag. I use denote-org-extras-dblock-insert-backlinks to check that I had indexed all the tagged files. But in the case of files with two more tags the link can be already included in the metanote. See example below:
* tag DBMS
[[link to file1_dbms_emacs]]
* tag EMACS
#+BEGIN: denote-missing-links :regexp "_emacs"
nothing is found because there is already one link to the file1_dbms_emacs
#+END
The scope limiting parameter in the dynamic block would solve this situation (:scope heading/file). Thanks for potentially considering this.
Maybe there is simpler solution, but I didn't find it yet.
The text was updated successfully, but these errors were encountered:
I see. Please help me understand this better. What kind of values do you think the scope should accept? Maybe file and heading? Is there another scenario?
I think current buffer (or file) and current subtree would be good enough for most usecases.
Other "nice to haves" (inspired by the links above) are (sorted by usefulness as I see it):
region, treeN (surrounding trees), filename (other file than the current one), function (returning filenames), heading (returning heading)
This is a good idea. Though it will need to eventually be generalised for all the dynamic blocks we have. As such, I think we must first consolidate everything into a single denote block and then add the new feature.
Hello,
I create the metanote (index) which contains the links to my denote files. Each heading in the metanote represents one tag and there are links to files with this tag. I use
denote-org-extras-dblock-insert-backlinks
to check that I had indexed all the tagged files. But in the case of files with two more tags the link can be already included in the metanote. See example below:The scope limiting parameter in the dynamic block would solve this situation (
:scope heading/file
). Thanks for potentially considering this.Maybe there is simpler solution, but I didn't find it yet.
The text was updated successfully, but these errors were encountered: