emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: David Abernethy <david.abernethy@clear.net.nz>
To: emacs-orgmode@gnu.org
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	[thread overview]
Message-ID: <C2D761B9-F48B-48B0-97C1-7F234427B43A@clear.net.nz> (raw)

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%20Patients%20With%20Depression.pdf%3A%3A3/Start-D%20Large-Scale%2C%20Practical%2C%20Clinical%20Trial%20for%20Patients%20With%20Depression.pdf%3ASkim/Start-D%20Large-Scale%2C%20Practical%2C%20Clinical%20Trial%20for%20Patients%20With%20Depression.pdf/Intervention%0AA%20systematic%20approach%20to%20treatment%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")))       
(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

             reply	other threads:[~2011-08-30 10:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-30 10:28 David Abernethy [this message]
2011-10-21 17:40 ` org-mac-protocol no remember window and Symbol's function definition is void: caddr from emacs server Bastien
2011-10-21 18:12   ` Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=C2D761B9-F48B-48B0-97C1-7F234427B43A@clear.net.nz \
    --to=david.abernethy@clear.net.nz \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).