emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: [ob-clojure] Surprising evaluation result [9.1.6 (release_9


From: Xu Chunyang
Subject: Re: [O] Bug: [ob-clojure] Surprising evaluation result [9.1.6 (release_9.1.6-491-g70b029 @ /Users/xcy/src/org-mode/lisp/)]
Date: Sat, 03 Mar 2018 19:16:03 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (darwin)

"address@hidden" <address@hidden> writes:

> No, it's not expected result. It should be caused by my commit here
> https://code.orgmode.org/bzg/org-mode/pulls/5

I don't think so, your pull request is about ob-clojure-literate, while
I am talking about ob-clojure. I want to know what authors of ob-clojure
think about the behavior, is it a Bug?

> Don't know how to workaround this.

As for workaround, I have the following in my init.el

(define-advice org-babel-expand-body:clojure (:filter-return (body) do)
  (format "(do %s)" body))

[...]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]