Hi i am trying to pretty a clojure code :
my emacs version is 24.3.1
my org file is :
#+BEGIN_SRC clojure
(defn foo [x]
(reverse (let [A (reduce
(fn [x y]
(if (= (:L x) y)
(assoc x :T (conj (:T x) y))
(assoc (assoc
(if (:L x)
(assoc x :V
(conj (:V x) (cons (:L x) (:T x)))
)
x)
:T nil)
:L y )
))
{} x)]
(conj (:V A) (cons (:L A) (:T A)))
)))
#+END_SRC
when i do C-c C-e h o, it open a file which shows code in a block but it is
not pretty.
On Friday, 25 May 2012 15:37:24 UTC+5:30, Jake Johnson wrote:
>
> Hi, guys. Has anyone had any luck with using google-code-prettify
> <http://code.google.com/p/google-code-prettify/> and
> http://google-code-prettify.googlecode.com/svn/trunk/src/lang-clj.js
> together on blogger? I followed
> http://www.tkglaser.net/2012/03/syntax-highlighting-in-blogger.html
> <http://www.tkglaser.net/2012/03/syntax-highlighting-in-blogger.html%20>
> , but I can't get Clojure to display correctly, at least yet.
>
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.