emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [BUG] error if arg to #+call: contains a comma


From: Eric Schulte
Subject: Re: [O] [BUG] error if arg to #+call: contains a comma
Date: Mon, 12 Dec 2011 17:20:34 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Hi Myles,

Thanks for reporting this issue, I just pushed up a fix and a protecting
test case.

Best,

address@hidden writes:

> Hello,
>
> There may be a problem with parsing arguments to the #+call
> function:
>
> #+name: A
> #+begin_src sh :var a="this, works"
> echo "$a"
> #+end_src
>
> #+results: A
> | this | works |
> #+call: A()
>
> #+results: A()
> | this | works |
> #+call: A(a="this also works")
>
> #+results: A(a="this also works")
> : this also works
> #+call: A(a="this, no work")
>
> Results in the message:
>
>   reference 'no work"' not found in this buffer
>
>
>  Myles
>

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]