From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: startup Lisp error in 7.01: Debugger entered--Lisp error: (void-function org-export-blocks-add-block) Date: Fri, 23 Jul 2010 11:00:15 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57249 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcE7G-0007U6-Q1 for emacs-orgmode@gnu.org; Fri, 23 Jul 2010 05:00:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OcE7F-0001xF-Qh for emacs-orgmode@gnu.org; Fri, 23 Jul 2010 05:00:26 -0400 Received: from lo.gmane.org ([80.91.229.12]:49757) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OcE7F-0001x1-KC for emacs-orgmode@gnu.org; Fri, 23 Jul 2010 05:00:25 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OcE7D-0005lc-NQ for emacs-orgmode@gnu.org; Fri, 23 Jul 2010 11:00:23 +0200 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jul 2010 11:00:23 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jul 2010 11:00:23 +0200 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, I have a startup Lisp error in 7.01: (I omitted the bytcode lines because they are confusing thunderbird ...) Debugger entered--Lisp error: (void-function org-export-blocks-add-block) org-export-blocks-add-block((src org-babel-exp-src-blocks nil)) ... require(ob-exp) ... require(org-exp) ... require(org-latex) eval-buffer(# nil "c:/Dokumente und Einstellungen/rainer/Anwendungsdaten/.emacs" nil t) ; Reading at buffer position 39168 load-with-code-conversion("c:/Dokumente und Einstellungen/rainer/Anwendungsdaten/.emacs" "c:/Dokumente und Einstellungen/rainer/Anwendungsdaten/.emacs" t t) load("~/.emacs" t t) command-line() normal-top-level() the culprit is the requiring of org-latex. In the release docs I could not find a change in loading the latex export. Can anybody see the problem? - Rainer