[SUGGESTION] separate ob-clojure.el into Clojure part ob-clojure.el and ClojureScript part ob-clojurescript.el

2023-03-17 Thread stardiviner
For now, ob-clojure.el contains lot of code for ClojureScript. Only some code has same functionality. Like CIDER backend. In the future, ClojureScript part code will increase and different. So I suggest separate them into two source code files. WDYT? [stardiviner] GPG key ID:

Re: org-agenda on Mac M1

2023-03-17 Thread Henrik Frisk
Den tors 16 mars 2023 kl 16:46 skrev Henrik Frisk : > > > Den tors 16 mars 2023 kl 14:58 skrev Ruijie Yu : > >> Henrik Frisk writes: >> >> > When I run org-agenda I get the sub menu but if I hit 'a' emacs hangs, >> > though I can get it back if I hit C-g. [...] >> > >> > I have no experience in

[BUG] citations incorrectly exported to pandoc [9.6.1 (9.6.1-??-fe92a3ced ]

2023-03-17 Thread Eric Rauchway
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: Babel zip after exporting file

2023-03-17 Thread Max Nikulin
On 17/03/2023 05:39, suarezmiguelc wrote: :PROPERTIES: :header-args: :tangle index.js :post-tangle (shell-command-to-string "zip index.js.zip index.js && rm index.js") :END: There is no such feature as :post-tangle. Try M-x org-lint Generic org-babel code is executed instead to evaluate

Re: [PATCH v2] org-manual.org: $n$-th is not math

2023-03-17 Thread Max Nikulin
Thanks to the reviewers. On 16/03/2023 00:25, Rudolf Adamkovič wrote: Bummer the dash will not be supported. :( You had an opportunity to submit an alternative patch fixing regexps. I am neutral in respect to "$...$" vs. "\(...\)". The former is more prone to heuristics false positives.

Re: [PATCH v4] lisp/ob-screen.el: Support ~:var~ header args for babel blocks

2023-03-17 Thread Max Nikulin
On 16/03/2023 22:09, Max Nikulin wrote: +(defun org-babel-variable-assignments:screen (params) ...> (defvar org-babel-screen-location "screen" Perhaps `defun' should be moved below `defvar's.