Thanks, that was part of the problem.
The other part was a chunk of stub code:
#source: el-stack-keys
#+begin_src emacs-lisp
#+end_src
Replacing it with:
#source: el-stack-keys
#+begin_src emacs-lisp
#+end_src
Seems to work.
__
Jonathan Arkell
Tech Lead
In
Hi Jonathan,
Does it help if you change "#+src_name" to "#+source:"?
Tom
Jonathan Arkell writes:
> Hi Everyone
>
> I am having some problems with using org-babel-tangle. Each time I try to
> use it, I get the error '(args-out-of-range "" -1 0)'. I've simplified
> the source code chunk I want