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
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!
>
>
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'
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