Re: [PATCH] Add tests for ob-haskell (GHCi)

2023-03-25 Thread ParetoOptimalDev
Ihor Radchenko writes: > Note that setting the prompt to non-"", makes little sense - we want to > remove it anyway. Why do extra work? Oh, I didn't notice you set the prompt to "". I thought the extra work you were being done was *because* somewhere else the default was set to "λ ". I agree,

Re: Mention outli, and h speed-key

2023-03-25 Thread Jean Louis
* JD Smith [2023-03-25 05:22]: > > It is more visible, but I am trying to understand what o you consider > > better then outline-minor-mode > > It sets up headline regexps automatically and consistently, and adds > configurable styling and org-inspired speed keys on headings. At > core it is

Re: [PATCH] Add tests for ob-haskell (GHCi)

2023-03-25 Thread Bruno Barbier
Ihor Radchenko writes: > I investigated further and now applied a set of patches that improves > prompt filtering in org-comint. > .. Thanks Ihor. I don't get random failures anymore. And thanks for fixing the tests that were incorrect. Thanks Pareto for mentioning the possibiliy to

Re: org mode table alignment issue with CJK characters

2023-03-25 Thread Ihor Radchenko
Zelphir Kaltstahl writes: > Just in case I want to use other fonts at some point: How did you (or anyone > else) derive the 16/13 number? Is there a general way, other than "try > numbers > and see what fits"? I did trial and error. AFAIU, it totally depends on the font's width-to-height

Re: org mode table alignment issue with CJK characters

2023-03-25 Thread Zelphir Kaltstahl
On 3/25/23 18:55, Ihor Radchenko wrote: Zelphir Kaltstahl writes: My settings for org mode regarding fonts/faces are: ... It may be tricky to get the scaling right sometimes. I use the following: ;; Credit for the suggestion about `face-font-rescale-alist': @viz:okash.it (Matrix) (push

Re: svg file from tikz picture

2023-03-25 Thread Ihor Radchenko
Akira Kyle writes: >> Do note that FSF should reply within 5 working days. >> If not, please follow up and wait another 5 working days. >> They should reply by then, but if still not, let us know - we >> will be >> able to push them further. > > The last message I received from them was over a

Re: svg file from tikz picture

2023-03-25 Thread Akira Kyle
On Sat, Mar 25, 2023 at 06:13 PM, Ihor Radchenko wrote: Do note that FSF should reply within 5 working days. If not, please follow up and wait another 5 working days. They should reply by then, but if still not, let us know - we will be able to push them further. The last message I

Re: svg file from tikz picture

2023-03-25 Thread Ihor Radchenko
Akira Kyle writes: > Unfortunately, I'm still waiting for my fsf copyright assignment > paperwork to go through, and I think I'm already at my maximum > allowed copyright-exempt contributions for emacs. Do note that FSF should reply within 5 working days. If not, please follow up and wait

Re: Remove "shell" as a supported Babel language within ob-shell.el (was Re: [SUGGESTION] ob-shell async result output should not contains shell prompt)

2023-03-25 Thread Ihor Radchenko
Samuel Wales writes: > i have a vague memory of having used sh and then we were told to use > shell. can we all use begin src sh now? You can use anything listed in `org-babel-shell-names'. Also, see https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-shell.html -- Ihor Radchenko //

Re: org mode table alignment issue with CJK characters

2023-03-25 Thread Ihor Radchenko
Zelphir Kaltstahl writes: > My settings for org mode regarding fonts/faces are: > ... It may be tricky to get the scaling right sometimes. I use the following: ;; Credit for the suggestion about `face-font-rescale-alist': @viz:okash.it (Matrix) (push `("Sarasa Mono hc" . ,(/ 16.0 13.0))

[POLL] Should we accept breaking changes to get rid of Org libraries that perform side effects when loading? (was: org-ctags land grab)

2023-03-25 Thread Ihor Radchenko
Max Nikulin writes: >> Sure. This is not by itself a big deal. A number of Elisp libraries, >> including built-in Emacs libraries are loaded with side effects. > > It is still violation of conventions: > > (info "(elisp) Coding Conventions") >

Docstring fixes

2023-03-25 Thread Stephen J. Eglen
Some small docstring fixes to align with convention in Emacs for 'Non-nil means ...' Stephen diff --git a/lisp/org.el b/lisp/org.el index 4d12084d9..08a6f1a50 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -3600,13 +3600,13 @@ following symbols: (const :tag "Entities" entities

Document org-hide-emphasis-markers

2023-03-25 Thread Stephen J. Eglen
Here is a small patch to document org-hide-emphasis-markers Best wishes, Stephen diff --git a/doc/org-manual.org b/doc/org-manual.org index 37fd3df14..50662669e 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -11005,6 +11005,10 @@ To turn off fontification for marked up text, you

Re: [PATCH] lisp/ob-scheme.el

2023-03-25 Thread Zelphir Kaltstahl
Not sure it meets all formalities. For example it is not clear to me, whether I should add the "TINYCHANGE" at the bottom of my commit message. You should, unless you have FSF copyright assignment. I am not sure what "have FSF copyright assignment" means. I would not mind assigning copyright of

Re: [BUG] Agenda not sorting by priority THEN todo state (todo state ignored) [9.6.1 (9.6.1-??-fe92a3c @ /Users/polofsson/.emacs.d/.local/straight/build-28.2/org/)]

2023-03-25 Thread Samuel Wales
it is all ok with me, but not everybody has personal test cases for sorting sequence, and soembvody might get bitten by a subtle change like this which pop up every once in a while. thus the conflated thing -> 2 names. the old one could be deprecated or so, i was thinking. i get your points

Re: org mode table alignment issue with CJK characters

2023-03-25 Thread Zelphir Kaltstahl
On 3/23/23 15:44, Zelphir Kaltstahl wrote: Hello org mode users! I recently looked into getting org mode tables to properly align cell borders and table border, when using Chinese characters in them. I found out, that there is valign mode [1] and was happy with it for a few days. But then

Re: Remove "shell" as a supported Babel language within ob-shell.el (was Re: [SUGGESTION] ob-shell async result output should not contains shell prompt)

2023-03-25 Thread Samuel Wales
i have a vague memory of having used sh and then we were told to use shell. can we all use begin src sh now? On 3/24/23, Ihor Radchenko wrote: > Matt writes: > >> What benefit does "shell" provide? >> >> - The "shell" language allows an arbitrary executable to be run. This >> means that