emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Browser org-capture bookmarklet


From: Jean Louis
Subject: Re: Browser org-capture bookmarklet
Date: Wed, 25 Nov 2020 17:50:31 +0300
User-agent: Mutt/2.0 (3d08634) (2020-11-07)

* Ihor Radchenko <yantar92@gmail.com> [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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]