emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Markus Baden <markus.baden@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Error after org-remember-insinuate on Aquamacs
Date: Tue, 21 Jul 2009 20:39:33 +0200	[thread overview]
Message-ID: <7D70A98C-84EE-48C7-9164-D7CB32BDF2D4@gmail.com> (raw)

Hi all,

Ok, I'm not really fluent in emacs, but I try to describe my problem  
anyhow ;-) I'm using org-mode in Aquamacs for a while now and since  
lately the following error occurs (unfortunately I don't know what  
change caused the problem):

When loading the minimal .emacs below [1], which just loads org-mode  
and remember, I get the following error:

	Variable binding depth exceeds max-specpdl-size

My setup is
	Aquamacs 1.8
	orgmode 6.27a
	remember 2.0

If I load the same .emacs in the console based emacs (22.3.1) of the  
fink distribution on my mac no error occurs. And also no error occurs  
when commenting out org-remember-insinuate.

Can anybody tell me what this max-specpdl-size is about (except from  
what i have learned from describe-variable) and (hopefully) help to  
get my Aquamacs/org-setup working again.

(Btw: How can I debug emacs in order to find out where exactly the  
error lies)

Thank you very much for your help,

Markus

[1] Here is the .emacs:
;; Org-Mode
(setq load-path (cons "~/elisp/org-6.27a/lisp" load-path))
(require 'org-install)

;; Orgmode remember
(setq load-path (cons "~/elisp/remember/" load-path))
(require 'remember)
(org-remember-insinuate) ; Fails!
(define-key global-map "\C-cr" 'org-remember)

             reply	other threads:[~2009-07-21 18:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-21 18:39 Markus Baden [this message]
2009-07-21 19:03 ` Error after org-remember-insinuate on Aquamacs Nick Dokos
2009-07-22 17:50   ` Robert Goldman
2009-08-02 11:01     ` Markus Baden
2009-08-02 18:19       ` 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=7D70A98C-84EE-48C7-9164-D7CB32BDF2D4@gmail.com \
    --to=markus.baden@gmail.com \
    --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).