omeone related to your config, or is general.
>
> Thanks,
>
> Andrew Cheng writes:
>
> > Tangle works in my linux environment but doesn't quite work in my windows
> > environment. Here's my org file. It defines a code snippet named "block"
> >
Reproduced the issue with a clean Emacs 24 on Windows with and without my
.emacs and .emacs.d on the same machine and on a different machine.
Is this message related? Could not read org-id-values from
~\.emacs.d\.org-id-locations. Setting it to nil.
Tangle works in my linux environment but doesn't quite work in my windows
environment. Here's my org file. It defines a code snippet named "block"
and then has a tangle section that refers to "block". Tangle results in a
file with two blank lines in my windows environment.
#+name: block
#+begin_sr
> (member "verbatim" result-params))
> result
> (condition-case nil (org-babel-script-escape result)
> (error result)
> (slime-eval
> `(swank:eval-and-grab-output
> ,(buffer-substring-no-propertie
abreast of the current Clojure environment.
>
> The only function ob-clojure uses from swank-clojure is
> `swank:interactive-eval-region' (used with `slime-eval') in the
> `org-babel-execute:clojure' function. Which function would now be used
> to evaluate a region of clojure
Phil Hagelberg has said that the swank-clojure elisp package has been
deprecated and should not be used [1]. My version of ob-clojure.el
requires swank-clojure. If I don't have the swank-clojure package, I
get "org-babel-exec