Re: [O] Error args-out-of-range when using org-babel-tangle with org7.7

2011-10-13 Thread Jonathan Arkell
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

Re: [O] Error args-out-of-range when using org-babel-tangle with org7.7

2011-10-12 Thread Thomas S. Dye
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

[O] Error args-out-of-range when using org-babel-tangle with org7.7

2011-10-12 Thread Jonathan Arkell
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 to tangle to this: #+src_name stack-el #+begin_src emacs-lisp :tangle stack.el ;;; stack.el -- custom elisp fo