From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [ANN] Firefox extension for org-protocol and org-capture Date: Fri, 21 Feb 2014 12:48:26 -0500 Message-ID: <87sircuzkl.fsf@alphaville.bos.redhat.com> References: <20140221140611.GA16629@ssejan.supelec.fr> <87eh2w320f.fsf@gmx.us> <20140221164144.GB16629@ssejan.supelec.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGuDS-0003m3-At for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 12:48:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGuDK-0008GV-Lb for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 12:48:50 -0500 Received: from plane.gmane.org ([80.91.229.3]:51661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGuDK-0008FB-E2 for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 12:48:42 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WGuDI-0001ji-91 for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 18:48:40 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Feb 2014 18:48:40 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Feb 2014 18:48:40 +0100 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: emacs-orgmode@gnu.org Olivier Schwander writes: > Le 21 Feb 2014 16:43, Rasmus a écrit: >> So what do I do after installing it? I get a new button but nothing >> happens when I click it. > > Do you have emacs server and org-protocol enabled ? Something like this > in your .emacs: > > (server-start) > (require 'org-protocol) > > If not, you should add these two lines and maybe have a look on worg: > http://orgmode.org/worg/org-contrib/org-protocol.html > > You can also test manually in a shell with: > > emacsclient org-protocol://capture://example.com/Example/ > > (It is exactly what does the add-on) > My emacsclient is is /usr/local/bin - I changed that in the addon's preferences panel.The command line invocation works fine for me - the button in FF (26.0 fwiw) does not: nothing happens. I uninstalled and reinstalled the addon a couple of times, restarted FF: no go. Is there a way to debug the FF end of the equation? Nick