From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Suckling Subject: Re: ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications Date: Tue, 21 Jul 2009 00:36:10 +0100 Message-ID: References: <71454fac0907201604i5989602cu7a28714dd9530eae@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MT2P4-0002OP-NN for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 19:36:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MT2Oz-0002CC-TS for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 19:36:18 -0400 Received: from [199.232.76.173] (port=39260 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MT2Oz-0002Bn-M8 for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 19:36:13 -0400 Received: from mail-fx0-f223.google.com ([209.85.220.223]:38506) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MT2Oz-00053g-9i for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 19:36:13 -0400 Received: by fxm23 with SMTP id 23so230762fxm.42 for ; Mon, 20 Jul 2009 16:36:10 -0700 (PDT) In-Reply-To: <71454fac0907201604i5989602cu7a28714dd9530eae@mail.gmail.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: Greg Newman Cc: Org Mode List On Tue, Jul 21, 2009 at 12:04 AM, Greg Newman wrote: > Hmm, Chris. > No matter what I do I always get "Required feature `org-mac-protocol' was > not provided" when I re-eval. =A0I can load-file fine but when I add it t= o my > configs, before or after org-mode it always barks at me. > Urrrgh. Stupid typo, but I'd already evaled the buffer when testing and didn't notice. Last line should read: (require 'org-mac-protocol) NOT (require 'org-mac-protocol.el) Putting together updated release now... C.