emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: startup Lisp error in 7.01: Debugger entered--Lisp error:


From: Rainer Stengele
Subject: [Orgmode] Re: startup Lisp error in 7.01: Debugger entered--Lisp error: (void-function org-export-blocks-add-block)
Date: Sat, 24 Jul 2010 12:21:07 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6

Hi Eric,

thanks for considering.
You are right.

Doing a complete and fresh checkout does not show the error anymore.
Must be some mixing up of files.


Thanks!

Am 23.07.2010 17:43, schrieb Eric Schulte:
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<address@hidden>  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(#<buffer  *load*>  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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]