.emacs.d/site-lisp
Daniel - b0a36749e6
Refactor Org Mode link finder function
The main entry point is now `db/org-find-links-to-current-item', which decides
how to obtain the ID and CUSTOM_ID of the item to look for.  The main work is
done by `db/org-find-items-linking-to-id', which does some checks, build the
query, and then calls `org-search-view' (which, indeed, does the actual work).
Users should call `db/org-find-links-to-current-item' only.
2020-09-26 15:20:11 +02:00
..
term Initial commit 2017-07-16 18:07:00 +02:00
db-customize.el Allow nil as shortcut character in frequently used features 2020-09-19 15:21:04 +02:00
db-emms.el Rename main music hydra and move it to `db-music' 2020-06-27 10:16:53 +02:00
db-eshell.el Move eshell popup function to `db-eshell' 2020-06-26 23:08:00 +02:00
db-hydras.el Show current zoom level in corresponding hydra 2020-09-26 11:22:59 +02:00
db-mail.el Remove duplicate entries when setting Gnus' select methods 2020-08-01 10:11:47 +02:00
db-music.el Add function to generate playlists from git-annex metadata 2020-08-15 15:02:06 +02:00
db-org.el Refactor Org Mode link finder function 2020-09-26 15:20:11 +02:00
db-projects.el Do not treat dotfiles as projects 2020-09-20 16:40:48 +02:00
db-utils-test.el Fix precision error in `db/ntp-to-time' 2020-06-27 09:35:31 +02:00
db-utils.el Replace custom imenu support use-package with builtin one 2020-09-11 16:47:28 +02:00
timeline-tools-test.el Trying to make test for `timeline-tools' independent of locale 2020-01-05 14:32:35 +01:00
timeline-tools.el Explicitly define setter functions for timeline tooling 2020-06-27 10:38:13 +02:00