emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ob-clojure evaluate error when Org-mode buffer has ns clojure code
@ 2017-06-16 15:36 numbchild
  2017-06-17  1:46 ` Tim Cross
  0 siblings, 1 reply; 9+ messages in thread
From: numbchild @ 2017-06-16 15:36 UTC (permalink / raw)
  To: Org-mode

[-- Attachment #1: Type: text/plain, Size: 918 bytes --]

When Org-mode buffer like this:

#+BEGIN_SRC clojure
(ns my.kk
  (:require '[incanter.core :as kk]))
#+END_SRC

#+BEGIN_SRC clojure
(print "hi")
(def kkkk "hello")
#+END_SRC

#+RESULTS:

When I have `(ns ..)` namespace clojure code in buffer, the second `(print
..)` clojure result nothing. But when I remove the first src block, the
`(print ..)` clojure src block works fine.

I'm using Org-mode version from `master` with `use-package` like this:

(use-package org
  :load-path "~/Code/Emacs/org-mode/lisp/"
  :pin manual
  :mode (("\\.org$" . org-mode))
  :config
  (use-package org-plus-contrib
    :load-path "~/Code/Emacs/org-mode/contrib/lisp/"
    :pin manual)
  )


[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/

[-- Attachment #2: Type: text/html, Size: 2954 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-12-21 10:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-16 15:36 ob-clojure evaluate error when Org-mode buffer has ns clojure code numbchild
2017-06-17  1:46 ` Tim Cross
2017-06-17 12:57   ` numbchild
2017-06-17 13:26     ` numbchild
2017-06-18  1:10     ` Tim Cross
2017-06-18  5:48       ` numbchild
2017-06-21  5:12         ` numbchild
2017-12-19  9:54           ` [UPDATE] " stardiviner
2017-12-21 10:15             ` numbchild

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).