Re: [O] [babel] BUG in call lines

2012-03-26 Thread Eric Schulte
Hi, Thanks for reporting this bug. I've just pushed up a patch. Cheers, Andreas Leha writes: > Hi all, > > there seems to be a bug in call lines: > > Suppose, I have a src block with two parameters: > > #+name: insert_hline > #+header: :var fulltable=mytable() :var after_row=1 > #+begin_src e

Re: [O] [babel] BUG in call lines

2012-03-22 Thread Marc-Oliver Ihm
Hi Andreas, I think the behaviour you have discovered is governed by the constant org-babel-block-lob-one-liner-regexp; However, tweaking this regular expression the right way seems to be really hard (impossible): http://stackoverflow.com/questions/546433/regular-expression-to-match-outer-br

[O] [babel] BUG in call lines

2012-03-22 Thread Andreas Leha
Hi all, there seems to be a bug in call lines: Suppose, I have a src block with two parameters: #+name: insert_hline #+header: :var fulltable=mytable() :var after_row=1 #+begin_src emacs-lisp (let ((rrr (cons (quote hline) fulltable)) (bottomrows (nthcdr after_row fulltable)) (