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 09:13:00 -0500 Message-ID: <18A482A4-F0F5-4C6B-8076-31DFB9F7CF55@yahoo.com> References: <20101215135859.DA35232A761@smtp.hushmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35593 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSs6J-0003Va-IG for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 09:13:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSs6I-0002Kt-GE for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 09:13:03 -0500 Received: from smtp105.prem.mail.ac4.yahoo.com ([76.13.13.44]:42753) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PSs6I-0002KZ-BY for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 09:13:02 -0500 In-Reply-To: <20101215135859.DA35232A761@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 On 10-Dec-15, at 8:58 AM, hmaier@hush.ai wrote: > Hi Anthony, > >> Small spelling mistake there. Try this: >> >> (add-hook 'org-mode-hook '(lambda () (define-key org-mode-map (kbd >> "C- >> c g") 'omlg-grab-link))) >> >> Please let me know if that fixes your problem. >> >> -Anthony >> > > the buffer says again: > Symbol's function definition is void: omlg-grab-link Hm, that should work. It sounds like the module is not loading correctly. Can you confirm that it is indeed loaded? Also, can you try evaluating this in the scratch buffer (obviously with the path pointing to the right place): (load-file "/path/to/org/contrib/lisp/org-mac-link-grabber.el") ...and then try the shortcut again? > Can you also give support for the iCal issue? Sorry, no. I don't use it. -Anthony