Re: [PATCH] Turn org-mouse features into minor-modes

2025-01-07 Thread Visuwesh
[புதன் ஜனவரி 08, 2025] Visuwesh wrote: > [வெள்ளி டிசம்பர் 27, 2024] Ihor Radchenko wrote: > >> Visuwesh writes: >> >>> [ Resending it as it seems like it never reached the mailing list. ] >>> >>> To make loading org-mouse less annoying for all, I was thinking of >>> introducing minor-modes like

Re: [PATCH] Turn org-mouse features into minor-modes

2025-01-07 Thread Visuwesh
[வெள்ளி டிசம்பர் 27, 2024] Ihor Radchenko wrote: > Visuwesh writes: > >> [ Resending it as it seems like it never reached the mailing list. ] >> >> To make loading org-mouse less annoying for all, I was thinking of >> introducing minor-modes like in the attached patch. If this approach is >> ac

Re: render math in README.org on github

2025-01-07 Thread Leo Butler
On Sat, Dec 21 2024, Max Nikulin wrote: > On 21/12/2024 01:51, Leo Butler wrote: >> On Fri, Dec 20 2024, Nikolaos Chatzikonstantinou wrote: >> >>> Do you want mathjax when viewing the readme file? >> >> Yes. The only documentation I have seen refers to markdown. >> >> On a hunch, I changed all

Re: [BUG] ob-clojure doesn't handle namespaces properly

2025-01-07 Thread Rens Oliemans
Sorry for the late reply, I took a good holiday. Ihor Radchenko writes: > I cannot reproduce the problems you are showing. Although I am able to > reproduce *different* problems. That's interesting, I can reproduce the problems with emacs -Q. Attached is the new org file which reproduces the er

Re: [PATCH] ob-sql: session

2025-01-07 Thread Ihor Radchenko
Phil Estival writes: > Hello. Here we go again. Thanks! See comments inline. > Also, in the commit message of the patch for the tests, > I mention that some macros should probably be moved upward > in a file where generic functions which purposes are to help > writing the tests of babel source

Org-protocol browser extensions avoiding use of bookmarklets

2025-01-07 Thread Rehan Deen
I just came across this extension: https://www.reddit.com/r/emacs/comments/1hvtlsa/the_new_and_only_orgprotocol_chrome_extension_you/ https://addons.mozilla.org/en-US/firefox/addon/emacs-paw/ Do you think this meets some of your needs and avoids the security issues you've raised?

Re: Language support for C# in org-babel

2025-01-07 Thread Ihor Radchenko
Buoso Donati writes: > Are there any objections against me trying to upstream this addition? C# is a popular language. I have no objections to adding it to the core. > ... I would go ahead and try to open a pull request following the > guidelines from this documentation > (https://orgmode.org/w

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

2025-01-07 Thread Ihor Radchenko
WANG Yizhen writes: > 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. > ... > Package: Org mode version 9.6.15 (release_9.6.15 @ > /usr/s

PATCH: fix ToC generation in the Latex exporter

2025-01-07 Thread Pedro Andres Aranda Gutierrez
Hi Please find attached a patch to fix ToC generation in the LaTeX exporter. With this, you don't need to reach back to @@latex @@ constructs to get your ToC alright. I have added an option to generate ToC's that is closer to LaTeX (num:latex) tha to org Let me know... /PA -- Fragen sind nicht

[BUG] latex run fails for ob-latex with imagemagick options

2025-01-07 Thread Robert Klein
Hi, when trying to create an image by the attached code (test.org), the LaTeX run fails because the interim code contains both pdflatex and luatex specific usepackage commands fontspec, inputenc, and fontenc). The code is supposed to export a LaTeX-tikz to png using the imagemagick header optio