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-21 Thread Daniel Ortmann
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?

Re: [PATCH v2 1/2] lisp/org-clock.el: Make switching states on clock-in/-out easier

2022-11-21 Thread Ihor Radchenko
"Samuel W. Flint" writes: > IR> May I know if you got any reply from FSF? > > I'm still waiting for final confirmation. Having some issues getting > confirmation from the University. Thanks for the update. Let us know when the process is done. Note that universities usually don't have

Re: [OT] org and diff

2022-11-21 Thread Samuel Wales
incidentally, if you want empty hunk headers, you can do this at least in my version of git: xfuncname = " " but idk why it works and i had had it commented out. On 11/21/22, Samuel Wales wrote: > p.s. hunk header munging does not unmingle [i.e. group changes by org > header in magit

Re: [OT] org and diff

2022-11-21 Thread Samuel Wales
p.s. hunk header munging does not unmingle [i.e. group changes by org header in magit status buffer diffs] :(. but it is true that what i want is some kind of preference given by magit to org entries as demarcated by org headings. idk if what i want is in principle possible or not in standard

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

2022-11-21 Thread Ihor Radchenko
João Pedro writes: > I think the contextual src block could be split from the LSP > functionality, since it could be used in other contexts other than > dealing with language servers. My iteration is not tied to anything in > particular and simply creates a source buffer with the whole context

[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-lines [9

2022-11-21 Thread Ihor Radchenko
Daniel Ortmann writes: > I am happy with whatever you decide.  :-) Then, here is a tentative patch introducing new :results ignore header argument. Any objections? >From ea48cb04301588688f736e9461ebb7824224fe44 Mon Sep 17 00:00:00 2001 Message-Id: From: Ihor Radchenko Date: Tue, 22 Nov 2022

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

2022-11-21 Thread Ihor Radchenko
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. >> 4. `org-set-tags' (tag order), when `org-tags-sort-function' is set

Re: [MAINTENANCE] Org orphanage?

2022-11-21 Thread Alexis
Ihor Radchenko writes: P.S. Does sourcehut have a notion of organizations? Not at the moment, but Drew recently blogged that the plan is to commence work on this soon: We also plan on tackling another long-awaited feature soon: user groups, or organizations. This and the other features

Re: [MAINTENANCE] Org orphanage?

2022-11-21 Thread Tim Cross
Ihor Radchenko writes: > Dear all, > > This email is inspired by recent request by org-vcard maintainer to > transfer maintenance to someone else: > https://github.com/flexibeast/org-vcard > > As a part of Org project (https://sr.ht/~bzg/org/), we currently have >

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-21 Thread Daniel Ortmann
I am happy with whatever you decide.  :-) On 11/20/22 20:34, Ihor Radchenko wrote: 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

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

2022-11-21 Thread Max Nikulin
On 21/11/2022 10:15, Ihor Radchenko wrote: 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

Re: [PATCH v2 1/2] lisp/org-clock.el: Make switching states on clock-in/-out easier

2022-11-21 Thread Samuel W. Flint
> Ihor Radchenko writes: IR> Ihor Radchenko writes: >>> I've sent in the assignment, but I'm waiting on the FSF's response & a >>> waiver/documentation from my employer. >> >> Good to hear. Note that FSF should reply within 5 working days. IR> May I know if you got

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

2022-11-21 Thread João Pedro
Hey there, Karthik! I've had a similar idea, though not tied to LSP or anything. I created a =org-contextual-src-mode= [1] ir order to have completion working on Ledger and LaTeX source buffers. It also handles tangling! I have made a Gist explaining, in a literate style, my process of building

Re: [MAINTENANCE] Org orphanage?

2022-11-21 Thread Ihor Radchenko
Bastien writes: > I think it is a very good idea and a natural evolution of org-contrib, > thanks for suggesting this. > > If we move in this direction, "org-contrib" is probably not a good > name anymore: perhaps "org-stub"? "org-orphanage"? Other ideas? I am not sure if it is a good idea to

Re: [PATCH] Remove 'org-speed-commands-user' warning

2022-11-21 Thread Ihor Radchenko
Stefan Kangas writes: > Just a small cleanup in preparation of 9.6, see attached. Thanks! Applied. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f78dfea63 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org

[PATCH] Remove 'org-speed-commands-user' warning

2022-11-21 Thread Stefan Kangas
Just a small cleanup in preparation of 9.6, see attached. From bb02572eb41f61023dc421f80709fa602a9a7822 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 21 Nov 2022 12:01:29 +0100 Subject: [PATCH] Remove 'org-speed-commands-user' warning * lisp/org-keys.el (org-speed-command-help): Remove

Re: [MAINTENANCE] Org orphanage?

2022-11-21 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > WDYT? I think it is a very good idea and a natural evolution of org-contrib, thanks for suggesting this. If we move in this direction, "org-contrib" is probably not a good name anymore: perhaps "org-stub"? "org-orphanage"? Other ideas? We can announce this

Re: [PATCH v2 1/2] lisp/org-clock.el: Make switching states on clock-in/-out easier

2022-11-21 Thread Ihor Radchenko
Ihor Radchenko writes: >> I've sent in the assignment, but I'm waiting on the FSF's response & a >> waiver/documentation from my employer. > > Good to hear. Note that FSF should reply within 5 working days. May I know if you got any reply from FSF? -- Ihor Radchenko // yantar92, Org mode

Re: 2 'echo' bash instructions produce a table

2022-11-21 Thread Ihor Radchenko
Ihor Radchenko writes: >> Confirmed, but it does not look like Org's fault. > > Reported to Emacs devs. > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59293 Upon discussion, I have settled with a workaround. This is a known Emacs info.el limitation. Fixed.

Re: 2 'echo' bash instructions produce a table

2022-11-21 Thread Ihor Radchenko
Ihor Radchenko writes: >> Confirmed, but it does not look like Org's fault. > > Reported to Emacs devs. > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59293 Upon discussion, I have settled with a workaround. This is a known Emacs info.el limitation. Fixed.

[MAINTENANCE] Org orphanage?

2022-11-21 Thread Ihor Radchenko
Dear all, This email is inspired by recent request by org-vcard maintainer to transfer maintenance to someone else: https://github.com/flexibeast/org-vcard As a part of Org project (https://sr.ht/~bzg/org/), we currently have https://git.sr.ht/~bzg/org-contrib/: org-contrib: Contributed