From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sineau Gh Subject: Org-protocol does not work with org-capture Date: Wed, 17 Jul 2013 14:13:46 +0430 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0160d0e21631dd04e1b1ee9b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzOH0-0005FX-DK for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 05:43:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzOGy-00081m-5U for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 05:43:50 -0400 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:51024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzOGx-00081e-Vt for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 05:43:48 -0400 Received: by mail-ea0-f177.google.com with SMTP id j14so907296eak.8 for ; Wed, 17 Jul 2013 02:43:46 -0700 (PDT) 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 --089e0160d0e21631dd04e1b1ee9b Content-Type: text/plain; charset=ISO-8859-1 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") (global-set-key "\C-cc" 'org-capture) Now org-capture returns this error: Symbol's function definition is void: org-contextualize-keys Greedy 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. --089e0160d0e21631dd04e1b1ee9b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi all,
I'm sineau and I'm new = member of the mailing list and newbie in org-mode. I have a problem with or= g-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-protoc= ol-default-template-key "l")
=A0=A0=A0=A0 (global-set-key &quo= t;\C-cc" 'org-capture)

Now org-capture returns this error:

=A0Symbol's f= unction definition is void: org-contextualize-keys
=A0Greedy org-protoco= l 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 ub= untu 13.04 (downloaded from ubuntu default repo) and get org-mode package v= ia emacs packages.
--089e0160d0e21631dd04e1b1ee9b--