Closed paulRbr closed 4 years ago
Oh my ...!
It's the first line of the README :facepalm: I didn't follow the instruction from https://orgmode.org/worg/org-contrib/org-protocol.html. So yes, I basically didn't get it that I needed to load an extra package. Adding (require 'org-protocol)
in my emacs config was enough to make the whole thing work!
Sorry for the noise :slightly_smiling_face:
👋 Hello,
I have been trying to make the
org-capture-extension
work on my setup but I am still failing to get the whole process work fine. I tried all troubleshooting options and identified that my problem probably comes from my emacs configuration (I.e. after the executionemacsclient org-protocol://capture:/p/a/b
).org-capture-extension
seems to work as expected as it opens my emacs window (viaemacsclient
)org-capture-templates
configuration seems to be correct, as I can successfully capture something “by hand” inside emacs (M-x org-capture
followed byp
opens a correct Capture buffer)emacsclient org-protocol://capture:/p/a/b
in my terminal doesn't work :disappointed:Please find below a screenshot of the error:
*help*
describes the content of byorg-capture-extension
variableCAPTURE-notes.org
is the buffer that opens when I manually execute the capture viaM-x org-capture
followed byp
b
is the newly opened buffer after executingemacsclient "org-protocol://capture:/p/a/b"
manually in my terminalVersions used on my computer:
Any help would be very much appreciated 🙇♂️ and thanks for this extension which seems very promising!