Done... On Sun, 5 Jul 2026 at 10:52, Pedro Andres Aranda Gutierrez < [email protected]> wrote:
> Will do.. > > On Sun, 5 Jul 2026 at 09:38, Ihor Radchenko <[email protected]> wrote: > >> Pedro Andres Aranda Gutierrez <[email protected]> writes: >> >> > Org-mode main states emacs 28.2 as a requirement. emacs 28.1 added >> > string-replace and I think we should take advantage of it... >> >> Looks line nobody took this for review. >> >> > - (setq image-code (replace-regexp-in-string "\\.svg}" >> > - "}" >> > - image-code >> > - nil t)))) >> > + (setq image-code (string-replace "\\.svg}" "}" image-code)))) >> >> Looks like \\ is not needed here. >> > Right! > >> >> Once you fix this issue, feel free to push. >> >> -- >> Ihor Radchenko // yantar92, >> Org mode maintainer, >> Learn more about Org mode at <https://orgmode.org/>. >> Support Org development at <https://liberapay.com/org-mode>, >> or support my work at <https://liberapay.com/yantar92> >> > > > -- > Fragen sind nicht da, um beantwortet zu werden, > Fragen sind da um gestellt zu werden > Georg Kreisler > > "Sagen's Paradeiser" (ORF: Als Radiohören gefährlich war) => write BE! > Year 2 of the New Koprocracy > > This was produced by a human (implied virtues and weaknesses acknowledged) > I'd hate this being fed to any form of AS (sorry AI)... > -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler "Sagen's Paradeiser" (ORF: Als Radiohören gefährlich war) => write BE! Year 2 of the New Koprocracy This was produced by a human (implied virtues and weaknesses acknowledged) I'd hate this being fed to any form of AS (sorry AI)...
