From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Schwander Subject: Re: [ANN] Firefox extension for org-protocol and org-capture Date: Fri, 21 Feb 2014 17:41:45 +0100 Message-ID: <20140221164144.GB16629@ssejan.supelec.fr> References: <20140221140611.GA16629@ssejan.supelec.fr> <87eh2w320f.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGtAk-0003qX-PM for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 11:42:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGtAe-0002cO-OG for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 11:41:58 -0500 Received: from smtp-new.supelec.fr ([160.228.120.100]:48870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGtAe-0002bI-Hx for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 11:41:52 -0500 Received: from localhost (localhost [127.0.0.1]) by smtp-new.supelec.fr (Postfix) with ESMTP id CE2618014F for ; Fri, 21 Feb 2014 17:41:50 +0100 (CET) Received: from smtp-new.supelec.fr ([127.0.0.1]) by localhost (smtp-new.supelec.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s-cvQuCk_nAv for ; Fri, 21 Feb 2014 17:41:50 +0100 (CET) Received: from localhost (ssejan.supelec.fr [160.228.95.152]) by smtp-new.supelec.fr (Postfix) with ESMTPSA id 9C0D280143 for ; Fri, 21 Feb 2014 17:41:50 +0100 (CET) Content-Disposition: inline In-Reply-To: <87eh2w320f.fsf@gmx.us> 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 Le 21 Feb 2014 16:43, Rasmus a =E9crit: > 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) Best, Olivier