Re: inconsistency links and code line labels

2023-07-06 Thread gerard . vermeulen
On 06.07.2023 14:49, Dan Drake wrote: There's a bug [[(my-code-line-label)][right here]]. This seems inconsistent. Why do I have to omit the ref: bit? This always confuses me; it seems like it would be simpler to just make the label and the links to that line of code be exactly the same. I d

Re: [PATCH] Several typo fixes

2023-07-06 Thread Ihor Radchenko
Shynur Xie writes: >> Ihor> the patch does not apply onto the latest WORG master: > > Sorry for that; I’m new to Org and don’t know WORG before. > > The PATCH I wrote is for the repository cloned fron > . Oh, that's my fault. I somehow thought that the patch is for several pages in https://orgmo

Re: [PATCH] Several typo fixes

2023-07-06 Thread Shynur Xie
> Ihor> the patch does not apply onto the latest WORG master: Sorry for that; I’m new to Org and don’t know WORG before. The PATCH I wrote is for the repository cloned fron .

inconsistency links and code line labels

2023-07-06 Thread Dan Drake
Hello -- I'm wondering about my question from here: https://emacs.stackexchange.com/questions/77768/why-the-inconsistency-with-org-mode-code-line-labels-and-links Copying my question: in a source code special block, I can add code line labels, which have ref: in the label -- but when I make a lin

Re: [BUG] Source block indentation does not work properly for yaml-mode [9.6.6 ( @ /home/user/.emacs.d/elpa/org-9.6.6/)]

2023-07-06 Thread Sébastien Miquel
Ihor Radchenko writes: May you now rebase the patch onto the latest main, add a Link: to this discussion to the commit message, and apply the attached extra comments? Here it is. Thanks for helping with this. -- Sébastien MiquelFrom 7906d7b7fa2d376e95156ab7177494f2cececaff Mon Sep 17 00:00:00

Re: [PATCH] Several typo fixes

2023-07-06 Thread Ihor Radchenko
Shynur Xie writes: > From 34d8d8a4a532eea67e485347a690781674ee3f09 Mon Sep 17 00:00:00 2001 > From: Shynur > Date: Wed, 5 Jul 2023 22:23:44 +0800 > Subject: [PATCH] Several typo fixes Thanks, but the patch does not apply onto the latest WORG master: 128 git … am --3way -- /tmp/0001-Several

Re: [BUG] org-indent-mode breaks indentation in source blocks

2023-07-06 Thread Ihor Radchenko
Vladyslav Zapolskyi writes: > For example(written as it looks): > (abababa abab :abab abab > "abab") > #+end_src > * aba > ... > When copying and pasting the indent is right for every level of indent, > not only first and 4th(i am guessing every 4th?) Looks similar to what we are trying to

Re: [PATCH] Fix Emacs-26 compatibility (was: Re: [BUG] org-element loading fails with "regexp" argument not "stringp")

2023-07-06 Thread Ihor Radchenko
Max Nikulin writes: > On 05/07/2023 17:35, Ihor Radchenko wrote: >> However, you will see many more failures with Emacs 26 on the latest >> main. > > With the couple of attached patches the only failing test is > > ... > Test test-org/delete-indentation condition: > (wrong-number-of-argument

Re: [PATCH] ob-python: support header argument `:results file graphics'

2023-07-06 Thread Liu Hui
Jack Kamm 于2023年7月6日周四 11:49写道: > I would propose the following instead: for ":results output graphics", > ob-python should plot the gcf, and clear it beforehand. But for > ":results value graphics", the ob-python block should return a > matplotlib Figure object to plot, which would allow keeping

[PATCH] Several typo fixes

2023-07-06 Thread Shynur Xie
0001-Several-typo-fixes.patch Description: 0001-Several-typo-fixes.patch