From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: New Chrome Extension Date: Tue, 07 Jul 2015 12:24:27 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCVfd-00011d-Dq for emacs-orgmode@gnu.org; Tue, 07 Jul 2015 12:24:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCVfa-0001Qz-4n for emacs-orgmode@gnu.org; Tue, 07 Jul 2015 12:24:33 -0400 Received: from mail-qg0-x22b.google.com ([2607:f8b0:400d:c04::22b]:36526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCVfa-0001Qq-0T for emacs-orgmode@gnu.org; Tue, 07 Jul 2015 12:24:30 -0400 Received: by qgeg89 with SMTP id g89so86716299qge.3 for ; Tue, 07 Jul 2015 09:24:29 -0700 (PDT) In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Konstantin Kliakhandler Cc: emacs-orgmode@gnu.org On 2015-07-07 at 12:16, Ken Mankoff wrote: > Hi Konstantin, > > On 2015-07-07 at 11:44, Konstantin Kliakhandler 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.