Re: [O] Bug?: org-babel-load-file not autoloaded in Emacs 24.3

2013-04-05 Thread Bastien
Hi Jonathan, Jonathan Leech-Pepin writes: > I currently have the vast majority of my .emacs configuration in .org > files that rely on =org-babel-load-file=. > > Before updating to Emacs 24.3 I could rely on autoloads to complete > the initialization.  After updating today I get the following er

[O] Bug?: org-babel-load-file not autoloaded in Emacs 24.3

2013-03-20 Thread Jonathan Leech-Pepin
Hello all, I currently have the vast majority of my .emacs configuration in .org files that rely on =org-babel-load-file=. Before updating to Emacs 24.3 I could rely on autoloads to complete the initialization. After updating today I get the following error: =Symbol's function definition is voi

Re: [O] [bug] org-babel-load-file

2012-09-02 Thread Bastien
Michael Brand writes: > This patch superseeds the last that introduced a new bug. Applied, thanks! -- Bastien

Re: [O] [bug] org-babel-load-file

2012-09-01 Thread Michael Brand
Hi all This patch superseeds the last that introduced a new bug. Michael From 9c489e5f73d7208c43ad099c4f376acd1f3350f9 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Sat, 1 Sep 2012 15:38:09 +0200 Subject: [PATCH] ob-tangle: Fix bug when heading has no text * lisp/ob-tangle.el (org-babel-ta

Re: [O] [bug] org-babel-load-file

2012-09-01 Thread Michael Brand
Hi all On Fri, Aug 31, 2012 at 11:31 AM, Michael Brand wrote: > With emacs -q and today’s release_7.9-176-g2939333 I get “Wrong type > argument: arrayp, nil” after org-babel-load-file with this file: > > #+BEGIN_SRC org > ,* TODO > , #+BEGIN_SRC emacs-lisp > ,(message "any") > , #+E

[O] [bug] org-babel-load-file

2012-08-31 Thread Michael Brand
Hi all With emacs -q and today’s release_7.9-176-g2939333 I get “Wrong type argument: arrayp, nil” after org-babel-load-file with this file: #+BEGIN_SRC org ,* TODO , #+BEGIN_SRC emacs-lisp ,(message "any") , #+END_SRC #+END_SRC Michael