Re: Browser org-capture bookmarklet

2020-11-25 Thread Jean Louis
* Ihor Radchenko  [2020-11-25 15:53]:
> Probably, you did not define the capture template your browser
> extension/bookmarklet expects (it's usually a single letter). You may
> look at https://github.com/sprig/org-capture-extension/issues/1 for
> hints how to solve the problem.

Now I have transitioned all the captured Org notes to Hyperscope and
minimized the org-capture-templates to this below, and now it works
again just fine!

(("p" "Protocol" entry
  (file+headline "~/Documents/Orgnotes.org" "Inbox")
  "* %^{Title}
Source: %u, %c
 #+BEGIN_QUOTE
%i
#+END_QUOTE


%?")
 ("L" "Protocol Link" entry
  (file+headline "~/Documents/Orgnotes.org" "Inbox")
  "* %:description
%:link"))



Re: Browser org-capture bookmarklet

2020-11-25 Thread Jean Louis
* Ihor Radchenko  [2020-11-25 15:53]:
> Probably, you did not define the capture template your browser
> extension/bookmarklet expects (it's usually a single letter). You may
> look at https://github.com/sprig/org-capture-extension/issues/1 for
> hints how to solve the problem.

I got it working well, everything worked and I did not change
anything. Templates are defined and yesterday I started collecting.





Re: Browser org-capture bookmarklet

2020-11-25 Thread Ihor Radchenko
Probably, you did not define the capture template your browser
extension/bookmarklet expects (it's usually a single letter). You may
look at https://github.com/sprig/org-capture-extension/issues/1 for
hints how to solve the problem.

Best,
Ihor

Jean Louis  writes:

> I have started using Org-capture but now without changing Emacs
> session it stopped working with error:
>
> Greedy org-protocol handler.  Killing client.
> No server buffers remain to edit
>
> Do you know any how why this happens?



Browser org-capture bookmarklet

2020-11-25 Thread Jean Louis
I have started using Org-capture but now without changing Emacs
session it stopped working with error:

Greedy org-protocol handler.  Killing client.
No server buffers remain to edit

Do you know any how why this happens?