From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Lander Subject: Re: mac-iCal / mac-link-grabber integration. Date: Wed, 15 Dec 2010 08:36:05 -0500 Message-ID: References: <20101215095649.0EE2032A761@smtp.hushmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41350 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSrWa-00024b-MC for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 08:36:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSrWZ-0003uX-3X for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 08:36:08 -0500 Received: from smtp102.prem.mail.ac4.yahoo.com ([76.13.13.41]:30988) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PSrWY-0003uN-TE for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 08:36:07 -0500 In-Reply-To: <20101215095649.0EE2032A761@smtp.hushmail.com> 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: hmaier@hush.ai Cc: emacs-orgmode@gnu.org Hi Holger, On 10-Dec-15, at 4:56 AM, hmaier@hush.ai wrote: > 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))) Small spelling mistake there. Try this: (add-hook 'org-mode-hook '(lambda () (define-key org-mode-map (kbd "C- =20= c g") 'omlg-grab-link))) Please let me know if that fixes your problem. -Anthony > 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=B4s wrong? > > How can I see my iCal event in the org agenda (c-c a a)? > > Thank you, > Holger > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode