.emacs.d/site-lisp
Daniel - 268ddeb1aa
Avoid complete links in descriptions when adding links to Org items
When inserting links to other Org items or to the currently clocked-in item, the
complete target headline is used as a description in the newly inserted link.
When that target headline is itself a link, the newly inserted link will contain
the complete link as a description, rendering it unreadable and also
malformed (it's not allowed to have two consequtive brackets in the description
of a link).  To remedy this, we now explicitly check the target headline for
being a link, and if so, only use the description of it as the description in
the newly inserted link.
2021-05-12 17:47:45 +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 Make checkdoc happy about db-hydras package 2021-03-20 15:48:00 +01:00
db-mail.el Remove calls to some obsolete CL functions 2021-01-16 14:34:48 +01:00
db-music.el Resolve flycheck warnings in db-music 2021-02-24 14:14:08 +01:00
db-org.el Avoid complete links in descriptions when adding links to Org items 2021-05-12 17:47:45 +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 Refactor code to update magit's repository list to separate function 2021-01-17 09:15:01 +01: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