emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [PATCH] lisp/ob-C.el (org-babel-C-execute): turn on inhibit-lisp eva


From: Oleh
Subject: [O] [PATCH] lisp/ob-C.el (org-babel-C-execute): turn on inhibit-lisp eval
Date: Wed, 30 Oct 2013 09:15:49 +0100

Hi all,

Here's a patch to turn this:

#+begin_src C :results output
puts("[1] 2 3 3");
#+end_src

#+RESULTS:
: [1]

into this:

#+begin_src C :results output
puts("[1] 2 3 3");
#+end_src

#+RESULTS:
: [1] 2 3

regards,
Oleh

Attachment: 0001-lisp-ob-C.el-org-babel-C-execute-turn-on-inhibit-lis.patch
Description: Text Data


reply via email to

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