emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] New Chrome Extension


From: Konstantin Kliakhandler
Subject: Re: [O] New Chrome Extension
Date: Tue, 7 Jul 2015 19:57:37 +0300

Hello Ken,

The first user, hurrah!

You were right to add the capture templates - I will update the docs to be more clear about that. I think the first thing to add to the extension now that it is in the open is to add configuration for the targets...

Here are the templates that I use (I need to replace the captured on: with a property at some point, but this is beside the point):

 ("L" "Protocol Link" entry (file+headline ,(concat org-directory "notes.org") "Inbox") "* %? [[%:link][%:description]] \nCaptured On: %U")

("p" "Protocol" entry (file+headline ,(concat org-directory "notes.org") "Inbox")
                                 "* %^{Title}\nSource: %u, %c\n #+BEGIN_QUOTE\n%i\n#+END_QUOTE\n\n\n%?")

I can't recall at the moment why I use the nicer format replacements for the link and the shorter for the full quote, and it might not matter. Could you try to make your "p" template similar to mine and see if it works? Alternatively, can you paste the templates you used?

Cheers,
Kosta

-- 
Konstantin Kliakhandler
    http://slumpy.org
          )°) )°( (°(

On 7 July 2015 at 19:24, Ken Mankoff <address@hidden> wrote:

On 2015-07-07 at 12:16, Ken Mankoff <address@hidden> wrote:
> Hi Konstantin,
>
> On 2015-07-07 at 11:44, Konstantin Kliakhandler <address@hidden> wrote:
>> I wrote up a small chrome extension for org-protocol. Comments,
>> improvements and positive criticism are all welcome.
>
> Thanks for making this. I just set up org-protocol and pass the
> "install test" on that page. Now when I click on your icon/extension
> Emacs comes to the foreground and I see the following error in the
> modeline:
>
>> No capture template referred to by "L" keys
>
> And in *Messages* I see:
>
>> Greedy org-protocol handler.  Killing client.
>> No server editing buffers exist
>> No capture template referred to by "L" keys

If I add a capture template with hotkey "L" I get the same message but for "p". If I add a capture template with the hotkey "p" then it appears to mostly work, but I don't get selected text. I do get a link to the webpage as the capture item body.

  -k.


reply via email to

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