emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Bugfix ob-C.el mixed input variable


From: Jakob Lombacher
Subject: [O] Bugfix ob-C.el mixed input variable
Date: Thu, 27 Mar 2014 19:47:53 +0100

 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 '("<iostream>")
     using namespace std;   
     cout << "hallo" << endl;
   #+end_src

Attachment: 0001-Bugfix-there-was-one-entry-too-much.patch
Description: Text Data


reply via email to

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