trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>I&#39;ve been trying to put together a guide to Clojure as I&#39;ve been using it, as an org file, with little illustrative bits of Clojure source embedded in the file, which I have a cider-repl evaluate &amp; which puts the results of each code snippet below the source code in a #+RESULTS: block. That&#39;s all well and good when the thing we&#39;re interested in is the return value(s) of the snippet, but I&#39;ve been looking to try &amp; get the standard output written into the results too, or in a similar block maybe labelled as +#OUTPUT:.</p> <p>Does anyone know how this might be done? I suspect there must be some kind of option passed in the +#BEGIN_SRC CLOJURE line, but I haven&#39;t been able to find out what it should be.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Skiamakhos"> /u/Skiamakhos </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/rceb0w/embedded_code_and_output/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/rceb0w/embedded_code_and_output/">[comments]</a></span>