From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas =?utf-8?b?R8O2c2VsZQ==?= Subject: Re: Howto install from git under XEmacs (org-freemind problem) Date: Fri, 13 Nov 2009 23:36:30 +0000 (UTC) Message-ID: References: <87r5s3waxa.fsf@debian.IGP> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N95hO-0003kW-UW for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 18:37:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N95hK-0003hQ-Kt for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 18:37:02 -0500 Received: from [199.232.76.173] (port=32996 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N95hK-0003hH-HE for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 18:36:58 -0500 Received: from lo.gmane.org ([80.91.229.12]:33387) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N95hJ-0003do-V8 for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 18:36:58 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N95hI-0000dw-HN for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 00:36:56 +0100 Received: from host146.natpool.mwn.de ([138.246.7.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Nov 2009 00:36:56 +0100 Received: from goesele by host146.natpool.mwn.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Nov 2009 00:36:56 +0100 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 Carsten Dominik gmail.com> writes: > I don't know what you are missing, but your Email is missing a > backtrace. Well, xemacs -debug-init didn't give one. But I now tried manually to evaluate the org-mode related lines in my init.el and the offending line was: (require 'org-freemind) Debugger entered--Lisp error: (void-variable bol) byte-code("..." [eol nonl space bol current-load-list org-freemind-node-pattern default-boundp set-default rx submatch "*" *\?] 9) load-internal("org-freemind" nil t nil binary) load("org-freemind" nil t nil) require(org-freemind) eval((require (quote org-freemind))) eval-interactive((require (quote org-freemind))) eval-last-sexp(nil) call-interactively(eval-last-sexp) I think I don't need that line in my init.el. But without it, trying to use for instance org-freemind-to-org-mode gives: Debugger entered--Lisp error: (void-variable bol) byte-code("..." [eol nonl space bol current-load-list org-freemind-node-pattern default-boundp set-default rx submatch "*" *\?] 9) load-internal("org-freemind" nil nil nil binary) load("org-freemind" nil nil nil) command-execute(org-freemind-to-org-mode t) execute-extended-command(nil) call-interactively(execute-extended-command) Thanks again! Andreas Gösele