Re: tests are not loading

2025-01-06 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > make test is failling... the message includes: > > ``` > Error: void-variable (file) > (delete-file file) > > load-with-code-conversion("/home/paag/Devel/org-mode/testing/lisp/test-ob-tangle.el" > "/home/paag/Devel/org-mode/testing/lisp/test-ob-tangle.el"

Re: test-org-table/sort-lines: Failing test on macOS

2025-01-06 Thread Michael Brand
Hi all On Tue, Nov 22, 2022 at 2:14 AM Ihor Radchenko wrote: > > Max Nikulin writes: > > >>> Concerning the test, I would split the current testcase into 2 parts > >>> depending on WITH-CASE argument, check if caseless collation is > >>> available and skip the related test otherwise. > >> > >> H

Re: test-org-table/sort-lines: Failing test on macOS

2025-01-06 Thread Ihor Radchenko
Michael Brand writes: > For this specific subject I can not see a follow up in this thread, or > an implementation on the branches bugfix or main. And the complaint of > the OP about the failing test is still valid on bugfix (on main ~make > test~ aborted before with "void-variable (file)" on "(d

Re: Language support for C# in org-babel

2025-01-06 Thread Buoso Donati
Thanks a lot for your input! Have you looked at ob-C.el or ob-java.el? I am not sure how similar C# is to either C/C++/D or Java, but it may make sense to try to extend one of those. In fact, I was most inspired by the existing ob-C.el and ob-java.el! From what I understand C# (in conjunction

Re: Language support for C# in org-babel

2025-01-06 Thread Leo Butler
On Mon, Jan 06 2025, poverobuosodonati wrote: > > > > > Hi guys, > > > > I am a newbie in that I've never contributed so far. Thus, I would like to > start this journey with pinging the mailing list first as it is indicated in > the contributing documentation. > Welcome. > > > A

Re: test-org-table/sort-lines: Failing test on macOS

2025-01-06 Thread Michael Brand
On Mon, Jan 6, 2025 at 7:38 PM Ihor Radchenko wrote: > There was a transient problem on main. Now, make test should run. Now I see, fixed a few minutes before my post, thank you. This reveals that the test failure discussed here is the same on main as on bugfix. In the following I will use the

[BUG] org-element-cache getting invalid search bound [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.4/lisp/org/)]

2025-01-06 Thread WANG Yizhen
Dear Org-mode mail list, I am running emacs-pgtk on a wsl2 debian distro. I have been encountering errors and warnings when trying to convert latex fragments into images via C-c C-x C-l, which gives Arithmetic overflow error. There has been a similar report here: https://www.reddit.com/r/ema

C-c C-x M-y for (funcall 'org-paste-subtree '(16))

2025-01-06 Thread pinmacs
Days ago I discovered that exists org-paste-subtree, but the functionality that I like is when you pass it C-u two times I discovered that this shortcut is available, and sometimes I want to paste subtrees in the same level as the previous (C-c C-x C-y), and sometimes I want to inject them as

tests are not loading

2025-01-06 Thread Pedro Andres Aranda Gutierrez
Hi make test is failling... the message includes: ``` Error: void-variable (file) (delete-file file) load-with-code-conversion("/home/paag/Devel/org-mode/testing/lisp/test-ob-tangle.el" "/home/paag/Devel/org-mode/testing/lisp/test-ob-tangle.el" nil t) require(test-ob-tangle ``` -- Fragen s

Language support for C# in org-babel

2025-01-06 Thread poverobuosodonati
Hi guys, I am a newbie in that I've never contributed so far. Thus, I would like to start this journey with pinging the mailing list first as it is indicated in the contributing documentation. As far as I know, there is currently no language support for C# withi org-babel. As t

Re: [PATCH] ob-sql: session

2025-01-06 Thread Phil Estival
* [2024-12-13 18:46] Ihor Radchenko: Phil Estival writes: this patch modifies ob-sql to add support for session. Before I start a more detailed preview, may you please: 1. Rebase your changes onto main (development) branch. This is where the new features are added. See https://orgmode