From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: startup Lisp error in 7.01: Debugger entered--Lisp error: (void-function org-export-blocks-add-block) Date: Fri, 23 Jul 2010 08:43:04 -0700 Message-ID: <87iq46w6ev.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=54892 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcKP0-0006ga-TW for emacs-orgmode@gnu.org; Fri, 23 Jul 2010 11:43:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OcKOz-0000im-L4 for emacs-orgmode@gnu.org; Fri, 23 Jul 2010 11:43:10 -0400 Received: from mail-px0-f169.google.com ([209.85.212.169]:33162) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OcKOz-0000ih-Ee for emacs-orgmode@gnu.org; Fri, 23 Jul 2010 11:43:09 -0400 Received: by pxi7 with SMTP id 7so8555915pxi.0 for ; Fri, 23 Jul 2010 08:43:08 -0700 (PDT) In-Reply-To: (Rainer Stengele's message of "Fri, 23 Jul 2010 11:00:15 +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: Rainer Stengele Cc: emacs-orgmode@gnu.org Hi Rainer, I am unable to reproduce this problem. Are you sure that you have a complete Org-mode instillation, and that no older installations could be conflicting with your install? It may be possible to patch over the error you've mentioned by requiring org-exp-blocks before you require org-latex, e.g. (require 'org-exp-blocks) (require 'org-latex) However that still wouldn't explain why this error has appeared for you in the first place. Best -- Eric Rainer Stengele writes: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode