Re: [O] [PATCH 2/4] ob-clojure.el: Add ClojureScript interface

2018-04-22 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Those patches are great. solve some of my problem. Does CIDER support ClojureScript natively so ob-clojure can integrate it? - -- [ stardiviner ] don't need to convince with trends. Blog: https://stardiviner.github.io/ IRC(freenode):

[O] [PATCH 3/4] ob-clojure.el: Use :ns flag in org-src-edit

2018-04-22 Thread roberthambrock
From: Robert Hambrock * lisp/ob-clojure.el (org-babel-edit-prep:clojure): New function that sets the buffer's namespace to the value of :ns, if provided. (org-babel-edit-prep:clojurescript): Alias for org-babel-edit-prep:clojure. --- lisp/ob-clojure.el | 6 ++ 1 file changed, 6 insertions(+)

[O] [PATCH 4/4] ob-clojure.el: Add ClojureScript tangle language extension

2018-04-22 Thread roberthambrock
From: Robert Hambrock * lisp/ob-clojure.el (org-babel-tangle-langs-exts): Add ClojureScript to the supported language extensions. --- lisp/ob-clojure.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el index c59ac96ab..6fc5d043b 100644 --- a/lisp/ob-clo

[O] [PATCH 2/4] ob-clojure.el: Add ClojureScript interface

2018-04-22 Thread roberthambrock
From: Robert Hambrock * lisp/ob-clojure.el (org-babel-execute:clojure): Implemented :target, which allows selection of connection. * lisp/ob-clojure.el (org-babel-execute:clojurescript): New ClojureScript interface that uses :target flag to specify `cljs` evaluation target. --- lisp/ob-clojure.e

[O] [PATCH 0/4] Clojure mode patches

2018-04-22 Thread roberthambrock
From: Robert Hambrock Dear Org maintainer, These four patches are independent and can thus be applied individually. Please let me know if you have any questions. All the best, Robert Robert Hambrock (4): org-src.el: Fixed dynamic fontification bug ob-clojure.el: Add ClojureScript interfac

[O] [PATCH 1/4] org-src.el: Fixed dynamic fontification bug

2018-04-22 Thread roberthambrock
From: Robert Hambrock * lisp/org-src.el (org-src-font-lock-fontify-block): Fixed temporary buffer name. Clojure's Cider could not dynamically fontify Clojure subsections of the buffer. Removing the rogue space from the temporary buffername fixes this. --- lisp/org-src.el | 2 +- 1 file changed,

Re: [O] Should wip-cite branch be merged to master?

2018-04-22 Thread András Simonyi
Dear All, thanks for bringing this up. I definitely agree that it'd be too early to merge the wip-cite branch. In fact, having added (experimental) support for it in citeproc-org I've been planning to propose some changes/extensions to the syntax but I wanted to wait until citeproc-org and citepro

[O] M4 support take#3

2018-04-22 Thread Brad Knotwell
Thanks for the code review.  With one exception--:prefix-builtins is an option not an argument--I've incorporated your feedback. As far as papers, I've read the information on that link several times and it appears the simplest thing to do is for me to put these changes in the public domain.  I

Re: [O] aligning images, html attributes ignored when exporting to html (longish, sorry)

2018-04-22 Thread Andreas Reuleaux
Nicolas Goaziou writes: > I think the correct syntax is > > #+ATTR_HTML: :style float:right; > > The tutorial is probably outdated. > > > Regards, Thanks a lot, and yes: I found that out myself already in the meantime. I had sent another mail to the mailing list is this regard, which hasn't m

Re: [O] aligning images, html attributes ignored when exporting to html (longish, sorry)

2018-04-22 Thread Nicolas Goaziou
Hello, Andreas Reuleaux writes: > following this tutorial > > https://orgmode.org/worg/org-tutorials/images-and-xhtml-export.html > > I am trying to export some sample.org file to html, and have the images > floated to the right, with no success however. > > to that end ATTR_HTML is used in th