* [BUG] error if arg to #+call: contains a comma
@ 2011-12-12 23:33 mylesenglish
2011-12-13 0:20 ` Eric Schulte
0 siblings, 1 reply; 2+ messages in thread
From: mylesenglish @ 2011-12-12 23:33 UTC (permalink / raw)
To: emacs-orgmode Mode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-13 0:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 23:33 [BUG] error if arg to #+call: contains a comma mylesenglish
2011-12-13 0:20 ` Eric Schulte
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.