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
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
Michael Brand writes:
> This patch superseeds the last that introduced a new bug.
Applied, thanks!
--
Bastien
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
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
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