From: "numbchild@gmail.com" <numbchild@gmail.com>
To: Org-mode <emacs-orgmode@gnu.org>
Subject: ob-clojure evaluate error when Org-mode buffer has ns clojure code
Date: Fri, 16 Jun 2017 23:36:51 +0800 [thread overview]
Message-ID: <CAL1eYuLToKj3oKdBK1gVUB8RU2C6CDnU1oY5mQv3WYLjQ+RBYA@mail.gmail.com> (raw)
[-- 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 --]
next reply other threads:[~2017-06-16 15:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-16 15:36 numbchild [this message]
2017-06-17 1:46 ` ob-clojure evaluate error when Org-mode buffer has ns clojure code 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAL1eYuLToKj3oKdBK1gVUB8RU2C6CDnU1oY5mQv3WYLjQ+RBYA@mail.gmail.com \
--to=numbchild@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).