Hello, Roger Mason <rma...@mun.ca> writes: [...] > #+tblname: display-results > | skribilo path | infile | engine | To Engine | To > Typeset | > > |-------------------------+--------------------+-----------+-----------+------------| > | "/opt/skribilo-git/bin" | "skribilo-input-1" | "context" | Success | > | Success | > > #+TBLFM: $4='(org-sbe "skribilo_to_engine" (path $1) (infile $2) (engine $3) > )::$5='(org-sbe "engine_to_typeset" (path $1) (infile $2) (engine $3) ) > > Maybe emacs has a means of doing that wrapping, but the things I tried > (like concatenating the quotes with the table entry with (concat...)) did > not work. There is a thread of Karl and me talking about that, maybe in last november or december.
> I see that in your example you refer to the column heading in the > #+TBLFM line. In my working code I refer to the columns by number ($1, > $2 etc). Uhm, no ;). Unfortunately the column and the script block share the same name in the example. That should be no problem, I changed that and still no success with current Org. Org 8 works as expected. Regards hmw