From 32cffa9ce4cef45f01d0ed1ca8aa118a82c83971 Mon Sep 17 00:00:00 2001 From: Bastien Date: Thu, 13 Feb 2020 17:03:41 +0100 Subject: [PATCH] etc/ORG-NEWS: Add a new entry about ob-clojure.el updates --- etc/ORG-NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 15f369886..7624adfc2 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -110,6 +110,13 @@ correctly aligned with the headline above. `k' option, but the user specifies a time of day, not a number of minutes. +*** Babel: =ob-clojure.el= now supports executing ClojureScript + +You can now use =#+begin_src clojurescript= and execute ClojureScript +code from Org files. You will need to put the file in an directory +from where ClojureScript knows how to start a nrepl connection: e.g. +you can put your Org file at the root of a figwheel-main directory. + *** Babel: new header argument to pass Java command line arguments Babel Java blocks recognize header argument =:cmdargs= and pass its