Re: Yesterday's meetup

2025-07-13 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: >> >> Also, since we now allow multiple languages to be listed in #+LANGUAGE, >> >> we may need to update the manual when talking about #+LANGUAGE keyword >> >> in other places as well; not just in latex export section. >> You seemingly did not address this c

Re: Patch with small fix for refile target display

2025-07-13 Thread Dan Milstein
Awesome, thanks much. D On Sat, Jul 12, 2025 at 12:21 PM Ihor Radchenko wrote: > Dan Milstein writes: > > > I ran across a small UI issue with org-refile -- if an org refile target > > was a link, the refile interface would show all of: the link, the > > description and the surrounding brackets

Re: [FR] org-read-date-style

2025-07-13 Thread Ihor Radchenko
Zoey Hewll writes: > I'm still interested. For the time being, I am just waiting to hear back > from my employer. > > Thanks for following up. It has been a while. May I know if there is any progress? Note that we can ask FSF to contact your employer if there are any issues with disclaimer lang

Re: Yesterday's meetup

2025-07-13 Thread Pedro Andres Aranda Gutierrez
Hi, you are right... didn't see it that way. Let me see how we can phrase that... Best, /PA On Sun, 13 Jul 2025 at 16:24, Ihor Radchenko wrote: > > Pedro Andres Aranda Gutierrez writes: > > >> >> Also, since we now allow multiple languages to be listed in #+LANGUAGE, > >> >> we may need to upd

Re: On oc-csl adding

2025-07-13 Thread András Simonyi
Dear All, Ihor Radchenko writes: > > > ... > > This looks fishy to me. > > There is no guarantee that is always included into the exported > > HTML, so your code may not always add style. > > I suspect that a more robust approach could be adding to :html-head. > > András, any chance you can try

Re: bug in org-map-region (including patch)

2025-07-13 Thread dmg
Ihor Radchenko writes: > dmg writes: > >> while working with org-roam I detected the following bug: >> >> Create an org file with the following info: >> >> * heading >> >> * heading 2 >> ... >> You will note that the location of the first heading is off (it is >> reported as starting after th

Re: bug in org-map-region (including patch)

2025-07-13 Thread Ihor Radchenko
dmg writes: >> Could you please provide the details of the failure? >> > > it seems to be related to python (I am running MacOS): > > ... >passed 358/1318 test-ob-python/assign-underscore (0.064578 sec) > Can’t guess python-indent-offset, using defaults: 4 > Sent: print > ('ob_comint_asyn

Re: [PATCH] ob-dot: Add `graphviz-dot' language alias

2025-07-13 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Note that some tests are failing when I try "make test". Please make > sure that all the tests are passing. Compared to `main', I see the following test failing: - test-ob/demarcate-block-split-prefix-region Is that what you are seeing too? [I also see "14 skipped res

Re: Passing a variable to an sqlite3 code block

2025-07-13 Thread Roger Mason
Hello Ihor, Ihor Radchenko writes: > Roger Mason writes: > >> Substitution history of formula >> Orig: '(org-sbe "dl" (el @2$1)) >> $xyz-> '(org-sbe "dl" (el @2$1)) >> @r$c-> '(org-sbe "dl" (el #("Fe" 0 2 (face org-table fontified t >> $1->'(org-sbe "dl" (el #("Fe" 0 2 (face org-tab

Re: [PATCH] ox-html: export timestamps via HTML5 element

2025-07-13 Thread Ihor Radchenko
Lukas Epple writes: > the attached patches implement the feature I proposed in this thread > partially: For `org-html-doctype' "html5" and `org-html-html5-fancy', > use the semantic element to wrap timestamps and populate its > datetime attribute with a valid date/date and time string accordin

Re: [PATCH] lisp/org.el: Add ability to sort tags by hierarchy

2025-07-13 Thread Ihor Radchenko
Morgan Smith writes: >> What happens when tags are completely equal, according to every function >> in `org-tags-sort-function'? > > Then no sorting would occur. In the test suite we test for this by using the > 'ignore function. I was rather worried about the return value. `org-tags-sort' cann

Re: MathML in HTML export

2025-07-13 Thread Ihor Radchenko
"Jacob S. Gordon" writes: >> I think that I need to ask an important question here: what is your >> goal? Is it just a curiosity exercise or do you want to improve >> MathML support in Org? > > Fair question from the tone of my message! My goal is to improve > MathML support in Org. And to make t

Re: [PATCH v2] ox-texinfo: Preserve source block language fields during export

2025-07-13 Thread Rudolf Adamkovič
Ihor Radchenko writes: > It has been 2 months, so we need to decide what to do about the patch. > We can either discard it or complete it ourselves. > It is your call as ox-texinfo maintainer to decide whether the patch is > important enough so that you spend your time completing it. Sure, I can

Re: [PATCH] ox-html: export timestamps via HTML5 element

2025-07-13 Thread Rudolf Adamkovič
Ihor Radchenko writes: >> + "–" ; EN DASH > > What is the motivation behind changing -- to EN DASH? Also, perhaps just "–" instead of "–" ; EN DASH? Rudy -- "Great minds discuss ideas; average minds discuss events; small minds discuss people." --- Anna Eleanor Roosevelt (1884-1962) Rudolf

[PATCH] Make org-yank-image-save-method dynamic.

2025-07-13 Thread Lockywolf
Dear Org developers, At the moment, `org-yank-image-save-method' can only save an image into a single location, or query "org-attach". This change allows customising its behaviour, allowing `org-yank-image-save-method' to be a function returning a place to save the file. Patch attached. -- You

[PATCH] Make org-yank-image-save-method dynamic.

2025-07-13 Thread Lockywolf
Dear Org developers, At the moment, `org-yank-image-save-method' can only save an image into a single location, or query "org-attach". This change allows customising its behaviour, allowing `org-yank-image-save-method' to be a function returning a place to save the file. -- Your sincerely, Vlad

Re: Yesterday's meetup

2025-07-13 Thread Pedro Andres Aranda Gutierrez
Hi Ihor, I've moved the change in the behaviour of #+LANGUAGE to the creaking changes section and expanded it a bit. Hope it's enough, /PA On Sun, 13 Jul 2025 at 17:06, Pedro Andres Aranda Gutierrez wrote: > > Hi, > > you are right... didn't see it that way. Let me see how we can phrase that...

Re: I need to get the positions where the title starts and ends

2025-07-13 Thread mbork
On 2025-07-12, at 18:59, Ihor Radchenko wrote: > mb...@mbork.pl writes: > >> with the point on a headline, I'd like to be able to get the positions >> of the start and end of the current headline's title. How to do that? >> Here's what I have, is there a better way? >> >> (This includes tags; I'

Re: I need to get the positions where the title starts and ends

2025-07-13 Thread Ihor Radchenko
mb...@mbork.pl writes: >> Try `org-complex-heading-regexp'. > > Thanks, this would probably work - I could match it and then get the > positions. Is it "better" than my approach? I mean, are there any > obvious pros and cons of both? `org-complex-heading-regexp' is more granular - you can exclu

Re: I need to get the positions where the title starts and ends

2025-07-13 Thread mbork
On 2025-07-13, at 08:20, Ihor Radchenko wrote: > mb...@mbork.pl writes: > >>> Try `org-complex-heading-regexp'. >> >> Thanks, this would probably work - I could match it and then get the >> positions. Is it "better" than my approach? I mean, are there any >> obvious pros and cons of both? > > `