From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Org-protocol does not work with org-capture Date: Wed, 14 Aug 2013 10:38:35 -0500 Message-ID: <871u5wuvt0.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9d9o-0005cT-Oj for emacs-orgmode@gnu.org; Wed, 14 Aug 2013 11:38:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9d9i-0002Hz-RA for emacs-orgmode@gnu.org; Wed, 14 Aug 2013 11:38:44 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:46470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9d9i-0002Hl-HQ for emacs-orgmode@gnu.org; Wed, 14 Aug 2013 11:38:38 -0400 In-Reply-To: (Sineau Gh's message of "Wed, 17 Jul 2013 14:13:46 +0430") 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: Sineau Gh Cc: emacs-orgmode@gnu.org Sineau Gh writes: > Hi all, > I'm sineau and I'm new member of the mailing list and newbie in > org-mode. I have a problem with org-protocol which I searched in the > mailing list and also stackoverflow with no luck. > I'm trying to setup org-protocol and here's my config: > > (server-start) > (require 'org-protocol) > > (setq org-protocol-default-template-key "l") > =C2=A0=C2=A0=C2=A0=C2=A0 (global-set-key "\C-cc" 'org-capture) > > Now org-capture returns this error: > > =C2=A0Symbol's function definition is void: org-contextualize-keys > =C2=A0Greedy org-protocol handler. Killing client. > > I didn't know path-load to org-protocol.el so I left it empty in emacs > config. I use emacs 24.2 on ubuntu 13.04 (downloaded from ubuntu > default repo) and get org-mode package via emacs packages. What is the value of org-capture-templates?=20 C-h v org-capture-templates RET Also, could you please type M-x toggle-debug-on-error RET and report the complete backtrace you receive when you invoke org-protocol (presumably from an outside program). Matt