From mboxrd@z Thu Jan 1 00:00:00 1970 From: hmaier@hush.ai Subject: Re: mac-iCal / mac-link-grabber integration. Date: Thu, 16 Dec 2010 14:51:19 +0100 Message-ID: <20101216135119.D9B1A16593D@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=54061 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTEEy-0007wB-St for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 08:51:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTEEx-0003pt-Iw for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 08:51:28 -0500 Received: from smtp10.hushmail.com ([65.39.178.143]:35594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTEEx-0003ne-EW for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 08:51:27 -0500 Received: from smtp10.hushmail.com (localhost.localdomain [127.0.0.1]) by smtp10.hushmail.com (Postfix) with SMTP id 4C109BED18 for ; Thu, 16 Dec 2010 13:51:20 +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: anthonylander@yahoo.com Cc: emacs-orgmode@gnu.org Ok, the module wasn´t in the lisp directory... I thought it is in the standard distribution ... Now I get the message: Symbol's chain of function indirections contains a loop: omlg-grab- link What does this mean? Holger >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? >