From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Abernethy Subject: org-mac-protocol no remember window and Symbol's function definition is void: caddr from emacs server Date: Tue, 30 Aug 2011 22:28:56 +1200 Message-ID: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyLZF-0007wQ-Gy for emacs-orgmode@gnu.org; Tue, 30 Aug 2011 06:29:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QyLZE-00039T-4g for emacs-orgmode@gnu.org; Tue, 30 Aug 2011 06:29:17 -0400 Received: from smtp4.clear.net.nz ([203.97.37.64]:61715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyLZD-00037o-SL for emacs-orgmode@gnu.org; Tue, 30 Aug 2011 06:29:16 -0400 Received: from [192.168.1.39] (202-78-145-155.cable.telstraclear.net [202.78.145.155]) by smtp4.clear.net.nz (CLEAR Net Mail) with ESMTPA id <0LQQ00F3WL48NI10@smtp4.clear.net.nz> for emacs-orgmode@gnu.org; Tue, 30 Aug 2011 22:28:57 +1200 (NZST) 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: emacs-orgmode@gnu.org I have Mac OSX 10.6.8 Emacs 23.3.1 (i686-apple-darwin10.0.0, NS apple-appkit-1038.36) complied = from source as /Applications/Emacs.app Org-mode version 7.7 The latest clone of the git repository for org-mac-protocol (boundp 'server-process) returns t confirming the emacs server is = running when i run org-remember on Skim there is no Remember buffer created, or = entry in inbox.org I get this script output (i.e. the Applescript works): /Applications/Emacs.app/Contents/MacOS/bin/emacsclient = org-protocol:/mac-remember:/y/skim%3A%2FUsers%2Fdavid%2FDocuments%2Fmedlit= %2FStart-D%20Large-Scale%2C%20Practical%2C%20Clinical%20Trial%20for%20Pati= ents%20With%20Depression.pdf%3A%3A3/Start-D%20Large-Scale%2C%20Practical%2= C%20Clinical%20Trial%20for%20Patients%20With%20Depression.pdf%3ASkim/Start= -D%20Large-Scale%2C%20Practical%2C%20Clinical%20Trial%20for%20Patients%20W= ith%20Depression.pdf/Intervention%0AA%20systematic%20approach%20to%20treat= ment%20called%20measurement-based%20care:Skim Here is the relevant part of my .emacs (from line 0) (require 'recentf) (recentf-mode 1) (require 'remember) (setq org-directory "~/org/") (setq org-default-notes-file "~/org/inbox.org") (require 'org-mac-protocol) (server-start) (setq org-remember-templates '(("AppleScript remember" ?y "* %:shortdesc\n %:initial\n = Source: %u, %c\n\n %?" (concat org-directory "inbox.org") "Remember") ("AppleScript note" ?z "* %?\n\n Date: %u\n" (concat = org-directory "inbox.org") "Notes"))) =20 (require 'org) when I run this in a terminal I get this: Waiting for Emacs... *ERROR*: Symbol's function definition is void: caddr Can anyone spot the cause of the problem please? David