When using org-babel with mixed (double, int) input like below, the c file was not written correctly. The numbers where left out and only the commas where written. I guess it was a typo. Attached is the patch. Jakob --- #+RESULTS[8894f01ba8e219bd6cafb49748f4d5cad8bb6fd1]: test-parameter | 1 | 2.3 | | 3 | 4.2 | #+begin_src cpp :var x=test-parameter :includes '("") using namespace std; cout << "hallo" << endl; #+end_src