Re: [Orgmode] [babel] void-function org-babel-load-file

2010-12-14 Thread Karl Maihofer
Hi Eric, Zitat von Eric Schulte schulte.e...@gmail.com: Are you sure you are using the latest version of Org-mode? I am quite sure. That is what org-version says. But I do not compile the elisp files. I only use the following to load a different org-version in my init.el: (add-to-list

Re: [Orgmode] [babel] void-function org-babel-load-file

2010-12-13 Thread Eric Schulte
Hi Karl, Are you sure you are using the latest version of Org-mode? I have the following in my init.el file (this is the whole file) and I have not had any problems. #+begin_src emacs-lisp (setq warning-suppress-types nil eshell-output-filter-functions nil) (setq dotfiles-dir

Re: [Orgmode] [babel] void-function org-babel-load-file

2010-12-09 Thread Karl Maihofer
Zitat von Karl Maihofer ignora...@gmx.de: , | Debugger entered--Lisp error: (void-function org-babel-load-file) | (org-babel-load-file (expand-file-name I found the definition of org-babel-load-file in ob-tangle.el, so I added (require 'ob-tangle) before the function is called in my