From mboxrd@z Thu Jan 1 00:00:00 1970 From: hmaier@hush.ai Subject: mac-iCal / mac-link-grabber integration. Date: Wed, 15 Dec 2010 10:56:48 +0100 Message-ID: <20101215095649.0EE2032A761@smtp.hushmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=43060 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSo6V-0002L4-MU for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 04:57:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSo6U-00035w-AB for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 04:56:59 -0500 Received: from smtp1.hushmail.com ([65.39.178.133]:36416 helo=smtp11.hushmail.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSo6U-00033O-5r for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 04:56:58 -0500 Received: from smtp11.hushmail.com (localhost.localdomain [127.0.0.1]) by smtp11.hushmail.com (Postfix) with SMTP id 4F5001CA7B2 for ; Wed, 15 Dec 2010 09:56:49 +0000 (UTC) Received: from smtp.hushmail.com (w6.hushmail.com [65.39.178.92]) by smtp11.hushmail.com (Postfix) with ESMTP for ; Wed, 15 Dec 2010 09:56:49 +0000 (UTC) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I have problems to integrate mac-iCal / mac-link-grabber. (Snow Leopard 10.6.5 / GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) / Org-mode version 7.3) The steps: 1. M-x customize-group RET org RET 2. enabling "mac-link-grabber" and "mac-iCal" 3. .emacs: (add-hook 'org-mode-hook '(lambda () (define-key org-mode-map (kbd "C- c g") 'omgl-grab-link))) 4. restart One entry in the adressbook is selected and after typing c-c g in emacs, the buffer says: Symbol's function definition is void: omgl-grab- link What´s wrong? How can I see my iCal event in the org agenda (c-c a a)? Thank you, Holger