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
0001-Bugfix-there-was-one-entry-too-much.patch
Description:
Text Data
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
[O] Bugfix ob-C.el mixed input variable
,
Jakob Lombacher
<=
Re: [O] Bugfix ob-C.el mixed input variable
,
Eric Schulte
,
2014/03/27
Prev by Date:
Re: [O] Export arrays for 'sh' code blocks when using bash
Next by Date:
Re: [O] Warning when make in git
Previous by thread:
[O] [RFC] Sloppy `org-element-context'?
Next by thread:
Re: [O] Bugfix ob-C.el mixed input variable
Index(es):
Date
Thread