From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Baden Subject: Re: Re: Error after org-remember-insinuate on Aquamacs Date: Sun, 2 Aug 2009 13:01:39 +0200 Message-ID: <33E2B544-0C5C-445B-8EBD-F151946D2F95@gmail.com> References: <7D70A98C-84EE-48C7-9164-D7CB32BDF2D4@gmail.com> <10707.1248203022@alphaville.usa.hp.com> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXYp3-0001jB-Uq for emacs-orgmode@gnu.org; Sun, 02 Aug 2009 07:01:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXYoy-0001hK-8N for emacs-orgmode@gnu.org; Sun, 02 Aug 2009 07:01:48 -0400 Received: from [199.232.76.173] (port=53660 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXYoy-0001h9-21 for emacs-orgmode@gnu.org; Sun, 02 Aug 2009 07:01:44 -0400 Received: from mail-bw0-f222.google.com ([209.85.218.222]:50641) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXYox-0000KV-Dh for emacs-orgmode@gnu.org; Sun, 02 Aug 2009 07:01:43 -0400 Received: by bwz22 with SMTP id 22so2560289bwz.42 for ; Sun, 02 Aug 2009 04:01:41 -0700 (PDT) In-Reply-To: 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: emacs-orgmode@gnu.org Hi all, thanks for the help so far. Currently I'm on vacation with no access to my Mac where the described error occurs. I tried to reproduce the error on a different Mac today and I couldn't. With a fresh Aquamacs 1.8, org-mode 6.28 and remember-mode 2.0 I had no problem running ;; Org-Mode (setq load-path (cons "~/elisp/org-6.28e/lisp" load-path)) (require 'org-install) ;; Orgmode remember (setq load-path (cons "~/elisp/remember-2.0/" load-path)) (require 'remember) (org-remember-insinuate) (define-key global-map "\C-cr" 'org-remember) So it is clearly some misconfiguration on my side. One thing I did not get in this thread is, what the difference between running org-mode interpreted instead of compiled and why this may have caused the trouble. Can someone explain this a little bit? Cheers, Markus