Re: Add 'backend' header arg to clojure code blocks

2022-10-10 Thread Ihor Radchenko
Chris Clark writes: > Thank you for the great feedback! Here are some updated patches. > > Attached are two patches: one for org mode, and a corresponding one for > worg. Thanks! Applied onto main in Org and onto master in Worg. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=4d0

Re: Add 'backend' header arg to clojure code blocks

2022-10-09 Thread Chris Clark
Thank you for the great feedback! Here are some updated patches. Attached are two patches: one for org mode, and a corresponding one for worg. On Sun, Oct 9, 2022 at 3:42 AM Ihor Radchenko wrote: > Chris Clark writes: > > > This is my first attempt to contribute to org-mode; please let me know

Re: Add 'backend' header arg to clojure code blocks

2022-10-09 Thread Ihor Radchenko
Chris Clark writes: > This is my first attempt to contribute to org-mode; please let me know if > I'm doing something wrong. Thanks a lot! Contributions are always welcome. Please also add a mention and/or example to the ob-clojure documentation https://orgmode.org/worg/org-contrib/babel/langua

Re: Add 'backend' header arg to clojure code blocks

2022-10-08 Thread Christopher M. Miles
+1 Chris Clark writes: > This is my first attempt to contribute to org-mode; please let me know if I'm > doing something wrong. > > Attached is a patch to incorporate some of the changes that were originally > presented by Ag Ibragimov > here: https://list.orgmode.org/m2y2oimdjf@gmail.com

Add 'backend' header arg to clojure code blocks

2022-10-08 Thread Chris Clark
This is my first attempt to contribute to org-mode; please let me know if I'm doing something wrong. Attached is a patch to incorporate some of the changes that were originally presented by Ag Ibragimov here: https://list.orgmode.org/m2y2oimdjf@gmail.com/. I've been using these changes locally