Re: [PATCH] testing: Delete duplicate tests

2023-11-11 Thread Ilya Chernyshov
Ihor Radchenko writes: > I saw you using your function to detect the existing duplicate tests. > However, it would also be nice to add it as a test of its own to detect > duplicates in future. WDYT? Sure, here it is. In the patch, I added a new file (testing/lisp/test-deduplicator.el) with a tes

Re: Replace org link with footnote

2023-11-11 Thread Matt
On Sat, 11 Nov 2023 04:54:15 +0100 Max Nikulin wrote --- > https://list.orgmode.org/ugucve$12l4$1...@ciao.gmane.io Thanks for the reference. It's always good to relate associated information :)

Re: [BUG] tmp [9.7-pre (release_9.6.10-881-g595a32 @ /home/ps/.emacs.d/org-mode-git/lisp/)]

2023-11-11 Thread Ihor Radchenko
Paul Stansell writes: > When using Org Mode version 9.7-pre (release_9.6.10-881-g595a32) the > following happens that doesn't happen when using Org Mode version 9.5.5 > (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)]: > > When the cursor is at the end of a folded section, that is, immediately

Re: Org site is down

2023-11-11 Thread Ihor Radchenko
Bastien Guerry writes: > Let's see if Woof can track new patches and tasks, for example. > I'll monitor this, you don't need to worry about it right now. I do see patches and requests being added after the update, but not bugs. The latest registered bug report is from Nov 1 - see https://tracker

Re: Slowdown with large headings in view

2023-11-11 Thread Ihor Radchenko
Sebastian Wålinder writes: > I have massive org-mode file with thousands of SRC blocks. > > As the file grew, I started to get very poor performance, but setting > `org-fold-core--ignore-modifications` to `t` solved it. > > However, I still get very poor performance when a lot of folded headings

Re: Issue with org-persist and Tramp

2023-11-11 Thread Fabio Natali
On 2023-11-10, 11:26 +, Fabio Natali wrote: > On 2023-11-10, 11:13 +, Fabio Natali wrote: >> Brilliant. I think the second branch should read `(not (file-remote-p >> file))', i.e. `file' instead of `associated'? It seems to work with that >> micro amendment. > > Hm, I stand corrected, I r

Re: [TASK] Allow customizeable ditaa executable in ob-ditaa.el

2023-11-11 Thread Ihor Radchenko
Leo Butler writes: > I am glad we agree. Now let me tell you my dilemma: a while ago, I > suggested a patch to implement similar functionality for ob-maxima. The > patch used customization variables, much like ob-plantuml does. Ihor's > feedback was that this was not a good approach (too much roo

Re: [TASK] Allow customizeable ditaa executable in ob-ditaa.el

2023-11-11 Thread Ihor Radchenko
Leo Butler writes: >> And even if we do want to add certain features in future (like >> supporting ditaa executable herein), it does not mean that we have to >> rush them by any cost. > > Ihor, I don't understand that sentence. > > The *documentation* patch was intended to show that ob-ditaa did

Re: Replace org link with footnote

2023-11-11 Thread Ihor Radchenko
Matt writes: > ... Maybe a fun first commit for someone would be to update > `org-footnote-new` to accept optional LABEL and DEFINITION arguments that > allow a footnote to be created programmatically? I would not mind such a patch. -- Ihor Radchenko // yantar92, Org mode contributor, Learn

Re: [BUG] tmp [9.7-pre (release_9.6.10-881-g595a32 @ /home/ps/.emacs.d/org-mode-git/lisp/)]

2023-11-11 Thread Paul Stansell
Hello Ihor, Thanks very much for your clarification and advice. I didn't know about C- or `org-fold-catch-invisible-edits'. Setting (setq org-fold-catch-invisible-edits 'error) is very useful. Paul

Re: Issue with org-persist and Tramp

2023-11-11 Thread Ihor Radchenko
Fabio Natali writes: > Sorry for the delay. My results below, after testing a couple of > different cases. > > If the remote file had been saved before losing connection, then the > patch below will fix the problem. TRAMP will still hang for a while, as > it tries to reach the server but the buff

Re: [RFC][PATCH v2] Allow to export to ascii custom link types as notes

2023-11-11 Thread Ihor Radchenko
Max Nikulin writes: > On 08/11/2023 18:16, Ihor Radchenko wrote: >> We can introduce a special ox-ascii-specific object `object-with-note' >> that will be exported by ox-ascii according to >> `org-ascii-links-to-notes' settings. Then, we can transform link objects >> into `object-with-note' that

Links & images with different attributes in the same paragraph

2023-11-11 Thread Max Nikulin
Hi, I raised this topic earlier. It seems, there is a rather generic workaround that may help. Sometimes it is necessary to assign specific export attributes to some links in a paragraph while others should get another set of them. Inline images should have different alt text. --- 8< --- T

Re: Issue with org-persist and Tramp

2023-11-11 Thread Fabio Natali
On 2023-11-11, 11:06 +, Ihor Radchenko wrote: > Fixed, on bugfix. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=866e638c2 Super, thanks for helping with this, Ihor. 🙏 > You may consider customizing `remote-file-name-inhibit-locks'. Ah! Good to know, thanks. Cheers, F.

[BUG] org-edit-special is not working with korean characters [9.6.6 (release_9.6.6 @ /home/sukbeom/opt/share/emacs/29.1/lisp/org/)]

2023-11-11 Thread sukbeom . kim
Hi, I found that there is a bug with typing Korean characters with table.el table. At first, I thought this was related to the Emacs's overwrite-mode issue (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66970), but it still not be resolved even after applying the workaround patch. The thing is,