* etc/ORG-NEWS: Announce a recent fix in ob-C.el.

This commit is contained in:
Kévin Le Gouguec 2020-06-01 21:33:01 +02:00 committed by Bastien Guerry
parent 8483b27c28
commit 2ab68c7c35
1 changed files with 6 additions and 0 deletions

View File

@ -202,6 +202,12 @@ Org provides a new tool ~org-link-open-as-file~, useful when defining
new link types similar to "file"-type links. See docstring for
details.
*** =ob-C.el= allows you to include non-system header files
In C and C++ blocks, ~:includes~ arguments that do not start with a
~<~ character will now be formatted as double-quoted ~#include~
statements.
*** =ob-clojure.el= supports inf-clojure.el and ClojureScript evaluation
You can now set ~(setq org-babel-clojure-backend 'inf-clojure)~ and