Hi Daniel,
Daniel Szmulewicz writes:
> Just to confirm that it's a API change that broke ob-clojure.el for cider.
> Also, the cider maintainer suggests to remove the nrepl back-end,
> as it has merged into cider.
Just to confirm that this has been done in the meantime in master.
--
Bastien
Daniel Szmulewicz writes:
> Daniel Szmulewicz gmail.com> writes:
>
>>
>> Thorsten Jolitz gmail.com> writes:
>>
>> > Did you try other :results types like
>> >
>> > ,
>> > | #+BEGIN_SRC clojure :results raw
>> > `
>> >
>>
>> Yes, thank you. I tried various switches for the results
Daniel Szmulewicz gmail.com> writes:
>
> Thorsten Jolitz gmail.com> writes:
>
> > Did you try other :results types like
> >
> > ,
> > | #+BEGIN_SRC clojure :results raw
> > `
> >
>
> Yes, thank you. I tried various switches for the results argument,
> and the result was the same:
Thorsten Jolitz gmail.com> writes:
> Did you try other :results types like
>
> ,
> | #+BEGIN_SRC clojure :results raw
> `
>
Yes, thank you. I tried various switches for the results argument,
and the result was the same:
"Code block produced no output".
I also wanted to rule out a
Daniel Szmulewicz writes:
> Executing Clojure in a code block results in a "Code block produced no
> output".
Did you try other :results types like
,
| #+BEGIN_SRC clojure :results raw
`
or
:results value
:results pp
etc
see http://orgmode.org/manual/Specific-header-arguments.html
Executing Clojure in a code block results in a "Code block produced no output".
Any code. For example:
#+BEGIN_SRC clojure
(+ 1 1)
#+END_SRC
I am running CIDER 0.8.0alpha (package: 20141001.738) (Java 1.8.0_05, Clojure
1.6.0, nREPL 0.2.6)
Ob-clojure.el from master.
Org-mode 8.2.7c
Thank you