summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-13 17:03:41 +0100
committerBastien <bzg@gnu.org>2020-02-13 17:03:41 +0100
commit32cffa9ce4cef45f01d0ed1ca8aa118a82c83971 (patch)
tree05968c7cbe9c105fe8c86eb61281d8d09d575720
parent003a7fc0b421e0c71713fc3f651c6ad0b16b4b8e (diff)
downloadorg-mode-32cffa9ce4cef45f01d0ed1ca8aa118a82c83971.tar.gz
etc/ORG-NEWS: Add a new entry about ob-clojure.el updates
-rw-r--r--etc/ORG-NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 15f3698..7624adf 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