From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hal Subject: org-mac-protocol problem Date: Fri, 25 Nov 2011 20:06:48 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RU9XQ-0006RB-HF for emacs-orgmode@gnu.org; Fri, 25 Nov 2011 23:06:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RU9XO-0003hw-60 for emacs-orgmode@gnu.org; Fri, 25 Nov 2011 23:06:52 -0500 Received: from mail-yw0-f41.google.com ([209.85.213.41]:35231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RU9XN-0003ho-VI for emacs-orgmode@gnu.org; Fri, 25 Nov 2011 23:06:50 -0500 Received: by ywm14 with SMTP id 14so3739593ywm.0 for ; Fri, 25 Nov 2011 20:06:49 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode I've been using org-mode and emacs for several months and recently decided to set up org-capture and org-mac-protocol. org-capture works fine but I'm having trouble getting org-mac-protocol to work properly from a browser. I'm setting it up per the instructions in "org-mac-protocol.org" fromvgithub, but must be doing something dumb. Searching the archive and trying variations has not solved my problem. It seems to me that the applescript is communicating with the emacs server as I see the following: When I select org-link in the browser, the *Messages* buffer shows a line like: `M-x org-insert-link' to insert new org-link, `C-y' to insert `https://www.google.com/' which also temporarily appears in the mini-buffer. When I select org-note, a small centered "mac-remember" frame appears with whatever buffer I had been looking at previously, and *Messages* shows (for example): Greedy org-protocol handler. Killing client. No server buffers remain to edit protocol: Google << Google.com was the page org-note was called from. Another oddity is between initiating the org-link or org-note and looking at buffers in emacs, I get two OS X dialogs in sequence asking to locate "Skim.app" and "BibDesk.app" neither of which are installed or requested by me. I'd really appreciate any help getting this working. Thanks. Hal. PS. I have the same problem in Aquamacs and a more standard version of Emacs both OS X 10.7 (Lion). org-version is 7.7 org-mac-protocol is the latest from github