Re: [PATCH] Add new :results ignore header argument (was: [External] : Re: [BUG] executing sh source block with ':results none' encounters error region is longer than org-table-convert-region-max-line

2022-11-22 Thread Daniel Ortmann
Works great! On 11/22/22 00:02, Daniel Ortmann wrote: No objections. On 11/21/22 20:12, Ihor Radchenko wrote: Daniel Ortmann writes: I am happy with whatever you decide. :-) Then, here is a tentative patch introducing new :results ignore header argument. Any objections?

Images generated by R code blocks do not display

2022-11-22 Thread William Denton
I have a problem with images made by R code blocks in Org: not being displayed or refreshed. (This has been going on for a while, but I can't remember when it started.) Here's a minimal reproducible example I hope others can check. It requires R on your system and the ESS package. First,

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

2022-11-22 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Rudolf, I have applied your patch onto main with amendments. Thank you! > I have replaced "MathJax 4" instances with "MathJax 3". I guess it was > a typo. The patch (correctly) distinguishes between: - MathJax 2 that we deprecated, - MathJax 3 that we now use by

Re: Seeing all the steps when I run an R code block

2022-11-22 Thread William Denton
On 15 November 2022, Ihor Radchenko wrote: I tried to test with a clean config and bare ESS installation will raise the following query: R:2 starting project directory? /tmp/ Note the default value /tmp which is `default-directory' containing test Org file in my testing. You might have set

Re: 2 'echo' bash instructions produce a table

2022-11-22 Thread Alain . Cochard
Ihor Radchenko writes on Tue 22 Nov 2022 08:16: > See the attached patch with tentative changes to the manual. Let > me know if you think that things are still not clear. Things are clear. Thanks. > +The result type detection depends on the code block language, as > +described in the

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

2022-11-22 Thread Max Nikulin
On 22/11/2022 08:14, Ihor Radchenko wrote: Max Nikulin writes: 2. `org-sort-list' 5. `org-sort-entries' `downcase' is used, not proper case folding, so a potential issue `downcase' is used to determine user input about sorting type. Not for sorting itself. See case-func variable. Its

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

2022-11-22 Thread Ihor Radchenko
"Cook, Malcolm" writes: > Coming late to this discussion…. > > Might there be some value in considering the aims and methods of > [Polymode](https://github.com/polymode/polymode#readme) in this regard? > There seems to be a significant overlap of concerns. > > Just a thought. I can see why

[BUG] Make source block auto-completion work for all the loaded babel backends (was: 2 'echo' bash instructions produce a table)

2022-11-22 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > PS 2: Reading the ob-doc-shell.html page, I understood (kind of) what > was so far a mystery to me : that a "#+begin_src bash" group works as > expected while "#+begin_src ba + C-M-i" fails to complete "ba" to > "bash": namely that all the shells fall inside the

[RFC] Backend vs. back-end (was: 2 'echo' bash instructions produce a table)

2022-11-22 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > PS 1: In the manual, I see "backend" and "back-end". So it is an > issue similar to the "subtree/sub-tree" issue you fixed a few days > ago, to the "heading/headline" issue that was reported recently, and > to many similar cases I met in the past. So I was

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

2022-11-22 Thread Cook, Malcolm
Coming late to this discussion…. Might there be some value in considering the aims and methods of [Polymode](https://github.com/polymode/polymode#readme) in this regard? There seems to be a significant overlap of concerns. Just a thought. Cheers, Malcolm

Re: 2 'echo' bash instructions produce a table

2022-11-22 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > > Will it help if we mention this fact in "16.6 Results of Evaluation" > > section? > > Yes, it would help me. At least I would been warned. But it would be > complete only if knew where to read about each specific babel backend. > > > > For the sake of