Re: orgmode website loads a CSS from gnu.org

2025-08-15 Thread Bastien Guerry
Ihor Radchenko writes: > I would not expect such outage to happen frequently. > To mitigate such things, we would need to mirror gnu css files on > orgmode.org itself, which sounds like unnecessary burden. Yes, exactly. Using https://www.gnu.org/software/emacs/manual.css directly is intentional

Re: [PATCH] Add ob-doc-ocaml.org to Worg

2025-08-15 Thread Bastien Guerry
Hi Thomas, "Thomas S. Dye" writes: > I'm unable to push directly to Worg. I see this commit is already in: https://git.sr.ht/~bzg/worg/commit/5d81e1f38d Thanks! -- Bastien

Re: [Patch] Add link to OCaml documentation

2025-08-15 Thread Bastien Guerry
"Thomas S. Dye" writes: > Finish adding Babel OCaml documentation to Worg. Applied, thanks. -- Bastien

[PATCH] From ad-hoc to API: A function to get and test block boundaries in Org mode

2025-08-15 Thread Jens Schmidt
On 2025-07-27 18:51, Ihor Radchenko wrote: > Jens Schmidt writes: > >> It's been a while since my question on this mailing list about block >> boundaries [1]. For my private code I came up with the function below >> to both get and test on all sorts of block boundaries. Like this: >> >> (and

[Patch] Add link to OCaml documentation

2025-08-15 Thread Thomas S. Dye
Aloha all, Finish adding Babel OCaml documentation to Worg. Let me know if you have questions. Tom >From e997c79e5b75f7e1e60d6d033bdc417b6304 Mon Sep 17 00:00:00 2001 From: "Thomas S. Dye" Date: Fri, 15 Aug 2025 11:07:01 -1000 Subject: [PATCH] index.org, add link to OCaml documentation --

[PATCH] Add ob-doc-ocaml.org to Worg

2025-08-15 Thread Thomas S. Dye
Aloha all, I'm unable to push directly to Worg. Inline, please find a patch. Let me know if you have questions. All the best, Tom >From 5d81e1f38d4006a627717df21bbe7095e4949851 Mon Sep 17 00:00:00 2001 From: "Thomas S. Dye" Date: Fri, 15 Aug 2025 10:22:22 -1000 Subject: [PATCH] Add ob-doc-oca