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

2022-11-20 Thread Max Nikulin
On 20/11/2022 11:18, Ihor Radchenko wrote: Max Nikulin writes: From my point of view it is a reason to file an Emacs bug because I get (string-collate-lessp "a" "B" "C" t) ; => t See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59275 According to the discussion on debbugs, it looks

Re: Patch links babel graphviz-dot

2022-11-20 Thread Bastien
Hi Nicolas, Nicolas Graves via "General discussions about Org-mode." writes: > Patch to update some links. Applied to worg as 9a082fc3, thanks. -- Bastien

Re: [PATCH] updating manual: visibility of ARCHIVEd subtrees

2022-11-20 Thread Bastien
Hi Giovanni, Giovanni Ridolfi writes: > please find attached a patch updating the documentation file: Sorry we overlooked this patch, thanks for it! Applied as 225d58341 in the bugfix branch. Best, -- Bastien

Re: Problems running ob-julia tests (testing/test-ob-julia.el)

2022-11-20 Thread Ihor Radchenko
Ihor Radchenko writes: > Pedro Bruel writes: > >> I believe the ob-julia version we have on orgmode does not support sessions. > > There is definitely session support in lisp/ob-julia.el. ob-julia does > define org-babel-load-session:julia and org-babel-prep-session:julia. > > Session support is

Re: [External] : Re: [BUG] executing sh source block with ':results none' encounters error region is longer than org-table-convert-region-max-lines [9.6-pre (release_9.5.5-1118-g70cee1 @ /home/dortman

2022-11-20 Thread Ihor Radchenko
Daniel Ortmann writes: > Please see attached which has the following code which reproduces the issue: > > #+begin_src sh :shebang #!/bin/bash :results none > for (( i=1500 ; i>0 ; i-=1 )) > do >     head -c 6 /dev/urandom | uuencode -m - > done | > tee /dev/null > #+end_src Thanks! I was able

[ANN] Dropping MathJax 2 support in Org 9.6

2022-11-20 Thread Ihor Radchenko
Dear Orgers, We are moving away from the outdated MathJax 2 to MathJax 3 in Org export. This change is a breaking change as MathJax 2 is not compatible with MathJax 3+. We have done all we could to not break the existing usage. However, some users might still be affected. In particular, people wh

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-20 Thread Ihor Radchenko
Bastien Guerry writes: >> Or should we do something in >> addition to announce backwards-incompatible change? > > I suggest to make this change visible on update.orgmode.org by sending > an announcement to the list using X-Woof-Change: 9.6 as a header. Done. Hopefully it is going to work: https:

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

2022-11-20 Thread Ihor Radchenko
Max Nikulin writes: >> However, I am not sure if ignoring locale is something we really want. >> WDYT? > > I think we should keep `string-collate-lessp' in the > `org-table-sort-lines' implementation. Users expect sorting accordingly > to their locales. However it is better to add a warning to

Re: [PATCH] LSP support in org-src buffers

2022-11-20 Thread Ihor Radchenko
[Just following this up as more than one month have passed since the last activity in this thread.] Karthic, have you had a chance to work on this further? If you stumbled upon difficulties, feel free to ask anything. We can try to help. -- Ihor Radchenko // yantar92, Org mode contributor, Le

Re: Fwd: org-priority: allow customization of priority indicator

2022-11-20 Thread Ihor Radchenko
Ihor Radchenko writes: > Thanks for the patch! > > In general, we do not intend to support changing basic elements of Org > syntax. So, things like your _p may remain buggy because they clash with > underscore emphasis. > ... > More comments below. > ... [I am following this up as more than one

Re: Volunteering to maintain ob-asymptote.el within Org

2022-11-20 Thread Jarmo Hurri
Greetings Bastien. Bastien writes: >> Bastien, ob-asymptote is still a part of org-contrib [1]. Should we >> just go ahead and change the maintainer now? >> >> [1] https://git.sr.ht/~bzg/org-contrib/tree/master/item/lisp/ob-asymptote.el > > Yes, done. Thanks Jarmo for taking over the mainten