Questions tagged [org-capture]
is for capturing notes in Org mode with minimal interruption.
217 questions
2 votes
1 answer
40 views
How to configure org-capture to not add canceled capture text to kill-ring?
I'd like my kill ring to remain unaffected when I kill an org-capture invocation. put a URL in my OS clipboard (and thus kill ring) org-capture and start to create a bookmarks entry cancel org-...
0 votes
0 answers
45 views
How to capture to subheading in current clock?
I'm aware of how to capture to the current clock (#1 below). And I'm aware of how to capture to a subheading or headline within a file (e.g.: #2 below). But how do I prompt to capture to a ...
0 votes
1 answer
74 views
org capture template: "buffer is read-only #<killed buffer>"
I have an org capture template that, when I try to use it, says: org-capture: Capture template ‘r’: Buffer is read-only: #<killed buffer> [2 times] The template definition looks like this: ...
0 votes
1 answer
67 views
How to make org-capture template respect heading level?
I have this orgmode capture template: ("r" "Training" entry (file "~/org/training-diary.org") "*** %<%Y-%m-%d>\n%?") but for some reason it gets ...
0 votes
1 answer
74 views
Problem capturing a new entry to another header in the current buffer
I am a Doom Emacs user if it is relevant to that issue. I was initially trying to build templates with location finding functions when I found this bug (which I believe is a bug in my config, not org-...
1 vote
0 answers
142 views
How to get the right link using org-capture from the second level
In my org-roam setup, I want to document information about individuals. To do this, I created an org file named 20230501233516-persons.org, which contains two top-level headings: * Overview and * ...
1 vote
0 answers
59 views
Is it possible to 're-use' the value of a timestamp prompt within an org-capture-template?
I am trying to prompt for a timestamp to be added in the properties drawer, and to re-use the value outside of the drawer so it can be visible when reading/editing the note. I am already using the %\N ...
0 votes
1 answer
97 views
org capture to bibtex file
I want to org-capture (or something like it) to a non org file, in particular a bibtex file. In more detail If point is in an org-file in a link of the shape [myurl][mydescription] And I call org-...