-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):
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(+)
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
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
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
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,
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
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
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
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
10 matches
Mail list logo