Common Lisp weird Babel's results.

2025-01-26 Thread Héctor Galbis Sanchis
Hello, I noticed that some snippets are not printing the results as I expected. >From this snippet: #+begin_src lisp :results value (values "Hello") #+end_src The results are: #+RESULTS: : Hello But it should be: #+RESULTS: : "Hello" I don’t know if this is the intended behaviour, but I t

Re: [RFC] The best way to choose an "action" at point: context-menu-mode, transient, which-key or embark?

2025-01-26 Thread Tor-björn Claesson
Hi! (I'm trying to send this again, since it hasn't shown up in the list archives for a week.) Den sön 19 jan. 2025 kl 15:32 skrev Ihor Radchenko : > It looks like we got no more ideas other than what have been already > discussed. > > So, my tentative plan is the following: > Sounds good! > >

Re: Language support for C# in org-babel

2025-01-26 Thread poverobuosodonati
Thank you so much for your input and guidance. I have put my "patch request" in a public repository. Please find it here https://codeberg.org/buoso/csharp-babel I've tried to document the incentive as well as the usage quite extensive. I would like to propose to merge this as a maintainer as I'

[BUG] Fontification error when unknown or missing lang

2025-01-26 Thread Aitenate
There appears to be a minor bug with fontification and certain block configurations. The following example block results in a fontification error. #+begin_example <-- two spaces followed by a tab #+end_example It looks like org-src-font-lock-fontify-block is the culprit because native-ta