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
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
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))
(