Re: [PATCH] ob-clojure.el: Add support for babashka and nbb backend

2022-01-31 Thread Daniel Kraus
Hi, just wanted to bump this thread and ask if I can do anything to move this forward? I'm using it since a few month and works for me. Thanks, Daniel Daniel Kraus writes: > Thanks, now I got it :) > > Attached is the patch changed the logic to use a temp file with > org-babel-eval. > Someh

Re: [PATCH] Remote link localisation, i.e. exporting remote images

2022-01-31 Thread Timothy
I’ve just pushed this as 6ee4551 :)

Re: [BUG] Confirmation message for elisp links is badly formatted [9.5.2 (9.5.2-gfbff08 @ /home/omarantolin/.emacs.d/elpa/org-9.5.2/)]

2022-01-31 Thread Timothy
Hi Omar, Thanks for the report, I’ve fixed this in b3ceafd0 :) Omar Antolín Camarena writes: > By default Org prompts you to make sure you really want to execute the code in > an elisp link; as the docstring for org-link-elisp-confirm-function says, just > think about a link like [Web Search]!

[BUG] bug in 'ox-man?

2022-01-31 Thread Greg Minshall
hi, all. this works when exporting as a .pdf or a .html. but, not when exporting to 'ox-man: #+begin_src bash :results output :exports code :eval never-export echo 'lf "\n"' #+end_src (the result has a "0" in it, appears to have gotten confused by maybe trying to substitute a newline characte

Re: A callygraphy notebook environment

2022-01-31 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Hi Uwe, > Thanks for testing the document. > Uwe Brauer writes: >> Interesting I like them all. I converted your org file to latex and run >> it with lualatex but the font used there does not correspond to all the >> three screenshots. > The default fo

emacs-orgmode@gnu.org

2022-01-31 Thread Max Nikulin
On 31/01/2022 08:14, Ihor Radchenko wrote: chris writes: I am not using Wayland. However, if I just do (kill-new "test") in X and my select-enable-primary is nil (default) - "test" will not go to my X clipboard. It is the default behaviour of Emacs in X that has nothing to do with Org mode. Ih

[PATCH v5 1/4] ox-texinfo: Add function for use by kbd macro

2022-01-31 Thread Jonas Bernoulli
* doc/doc-setup.org: Use org-texinfo-kbd-macro for kbd macro. * doc/org-manual.org: Add new node "Key bindings in Texinfo export". * lisp/ox-texinfo.el (org-texinfo--quoted-keys-regexp): New variable. * lisp/ox-texinfo.el (org-texinfo-kbd-macro): New function. --- doc/doc-setup.org | 2 +- doc/o

[PATCH v5 0/4] ox-texinfo: Define definition commands using description lists

2022-01-31 Thread Jonas Bernoulli
This fixes the small last minute defect in v4 and removes a mention of an unused argument like you told me too. This also adds an export option to enable the "compact itemx" syntax for all lists in a file. I mentioned that I would like to be able to enable this feature for a complete file but hav

[PATCH v5 2/4] ox-texinfo: Optionally use @itemx for certain description list items

2022-01-31 Thread Jonas Bernoulli
* doc/org-manual.org (Plain lists in Texinfo export): Reorder and document new functionality. * lisp/ox-texinfo.el (org-texinfo-item): In a description list when its :compact attribute is non-nil, then transcode consecutive items using one @item and one or more @itemx commands, if all of them excep

[PATCH v5 3/4] ox-texinfo: Define definition commands using description lists

2022-01-31 Thread Jonas Bernoulli
* doc/org-manual.org (Plain lists in Texinfo export): Document use of definition command prefixes in description lists. * lisp/ox-texinfo.el: Add org-texinfo--separate-definitions to the list of :filter-parse-tree functions of the texinfo backend. * lisp/ox-texinfo.el (org-texinfo--definition-comma

[PATCH v5 4/4] ox-texinfo: Allow enabling compact syntax for @itemx per file

2022-01-31 Thread Jonas Bernoulli
* doc/org-manual.org (Plain lists in Texinfo export): Document the :texinfo-compact-itemx export option and variable org-texinfo-compact-itemx. * lisp/ox-texinfo.el: Add org-texinfo-compact-itemx to the :options-alist of the texinfo backend. * lisp/ox-texinfo.el (org-texinfo-compact-itemx): New opt

Re: [BUG] bug in 'ox-man?

2022-01-31 Thread Greg Minshall
> #+begin_src bash :results output :exports code :eval never-export > echo 'lf "\n"' > #+end_src it seems that `.man` files are in troff(1) format, which uses backslash escapes up the wazoo (however that is spelled). it seems that (one way) to getting a backslash character through troff is repr

Re: [BUG] Confirmation message for elisp links is badly formatted [9.5.2 (9.5.2-gfbff08 @ /home/omarantolin/.emacs.d/elpa/org-9.5.2/)]

2022-01-31 Thread Omar Antolín Camarena
> Thanks for the report, I’ve fixed this in b3ceafd0 :) Perfect! Thank you! -- Omar

emacs-orgmode@gnu.org

2022-01-31 Thread chris
On Monday, 31 January 2022 17:29:28 CET Max Nikulin wrote: > On 31/01/2022 08:14, Ihor Radchenko wrote: > > chris writes: > > > > I am not using Wayland. However, if I just do (kill-new "test") in X and > > my select-enable-primary is nil (default) - "test" will not go to my X > > clipboard. It is

emacs-orgmode@gnu.org

2022-01-31 Thread chris
(previous email has been truncated? resending) On Monday, 31 January 2022 17:29:28 CET Max Nikulin wrote: > On 31/01/2022 08:14, Ihor Radchenko wrote: > > chris writes: > > > > I am not using Wayland. However, if I just do (kill-new "test") in X and > > my select-enable-primary is nil (default) -