[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Org-capture %K "Link to the currently clocked task" link with id?
From: |
Nathaniel W Griswold |
Subject: |
Org-capture %K "Link to the currently clocked task" link with id? |
Date: |
Mon, 24 May 2021 07:25:21 -0500 |
>
> On May 19, 2021, at 8:26 AM, Nathaniel W Griswold <nate@manicmind.earth>
> wrote:
>
> Looking at the source (org-capture.el), it appears org-capture doesn't allow
> you to make a permalink for "Link to the currently clocked task", or %K in
> your template.
>
> I use (org-id-link-to-org-use-id t) because i like to be able to still follow
> links after i archive stuff. I want that behavior here so i want the link to
> an `id:<UUID>` link instead of a `file:/path/to/file` link.
Would a patch for this be welcome? Does anyone have any suggestions or ideas? I
was thinking it should just respect current value of
`org-id-link-to-org-use-id` but maybe there should be something more specific?
Thanks!
Nate