Open vzaliva opened 4 years ago
I partially fixed this problem. There was missing slash at the end of org-directory
. It should be:
(setq org-directory "~/Dropbox/Notes/")
After this change "L" template is working. However "p" (when I select some text) still gives me "Greedy org-protocol handler" error. Any suggestions on how can I debug this? Can I see the URLs fed to the handler? I will appreciate any help on this. Thanks!
I've changed "p" template as follows to solve this issue:
("p" "Protocol" entry (file+headline ,(concat org-directory "notes.org") "Inbox")
"* %^{Title}\nSource: [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]]\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE\n\n\n%?")
I think you should fix a handler example in the readme, because the currently suggested "p" template does not handle square brackets in titles.
When trying to campute link from the browser I am getting the following error message in my emacs console:
I am testing on URL of this git repository: https://github.com/sprig/org-capture-extension/
GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.21) of 2017-09-22, modified by Debian. Running Chrome on Ubuntu using i3 window manager. My org-mode init as follows: