If you don't want to create a whole org-document just for a single
export, you can use htmlize-{region,buffer} directly. That's the same
command org uses.On Sat, May 26, 2012 at 11:46 PM, eniotna <[email protected]> wrote: > Hi > > C-c C-e b for the HTML export and open into the browser to display the > result. > > Then copy paste the html source yes. > > Antoine > > On May 26, 2012 11:42 PM, "Jake Johnson" <[email protected]> wrote: >> >> Thanks! I didn't realize org-mode would prettify Clojure code when >> exported to html (I generally use org-mode without exporting). Using >> org-mode, would my best option just be to type it up, export to html, then >> copy and paste the resulting html into my blog post? >> >> On Sat, May 26, 2012 at 10:46 AM, Denis Labaye <[email protected]> >> wrote: >>> >>> Hi, >>> >>> I don't know google-code-prettify. I am using Emacs with org-mode, it has >>> native support for prettifying Clojure code when exporting to HTML. >>> You could also use GitHub's gist https://gist.github.com/, and embed it >>> in your blog. >>> >>> Denis >>> >>> On Fri, May 25, 2012 at 12:07 PM, Jake Johnson <[email protected]> >>> wrote: >>>> >>>> Hi, guys. Has anyone had any luck with using 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 , 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 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 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 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 -- Moritz Ulrich -- 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
