From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Maihofer Subject: [babel] void-function org-babel-load-file Date: Tue, 07 Dec 2010 17:19:04 +0100 Message-ID: <20101207171904.71592dzkw2jt9v28@webmail.df.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=56537 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQ0Fw-00044m-Ll for emacs-orgmode@gnu.org; Tue, 07 Dec 2010 11:19:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQ0Fu-0007VN-Gm for emacs-orgmode@gnu.org; Tue, 07 Dec 2010 11:19:08 -0500 Received: from smtprelay04.ispgateway.de ([80.67.31.42]:44388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQ0Fu-0007Ul-Br for emacs-orgmode@gnu.org; Tue, 07 Dec 2010 11:19:06 -0500 Received: from [80.67.16.111] (helo=webmailfront01.ispgateway.de) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1PQ0Fs-0001BV-BB for emacs-orgmode@gnu.org; Tue, 07 Dec 2010 17:19:04 +0100 Content-Disposition: inline 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 Dear Orgmode Users, when I try to update to the latest git version of Org I get the following error. What do I miss? ,---- | Debugger entered--Lisp error: (void-function org-babel-load-file) | (org-babel-load-file (expand-file-name "e:/configs/emacs-config.org" dotfiles-dir)) | eval-buffer(# nil "c:/emacs/home/.emacs.d/init.el" nil t) ; Reading at buffer position 1038 | load-with-code-conversion("c:/emacs/home/.emacs.d/init.el" "c:/emacs/home/.emacs.d/init.el" t t) | load("c:/emacs/home/.emacs.d/init" t t) | #[nil " `---- I use the following in my init.el without problems until today: ,---- | (add-to-list 'load-path "~/elisp/org-mode-2010-12-07/lisp/") | (add-to-list 'load-path "~/elisp/org-mode-2010-12-07/contrib/lisp/") | | (setq dotfiles-dir (file-name-directory (or load-file-name (buffer-file-name)))) | (add-to-list 'load-path (expand-file-name "lisp" | (expand-file-name "org" | (expand-file-name "src" dotfiles-dir)))) | | ;; Org-Mode und Org-Babel starten | (require 'org-install) | | ;; Emacs-Konfiguration einlesen | (org-babel-load-file (expand-file-name "e:/configs/emacs-config.org" dotfiles-dir)) `---- Thanks! Regards, Karl