[PATCH] New file ob-doc-sed.org for Worg

2025-08-17 Thread Thomas S. Dye
Aloha all, The patch follows inline. Let me know if you have questions. All the best, Tom >From 8ba07bfffc350105a2a5d02939d207dfe833d970 Mon Sep 17 00:00:00 2001 From: "Thomas S. Dye" Date: Sun, 17 Aug 2025 16:39:22 -1000 Subject: [PATCH] Add ob-doc-sed.org. Also, put a link in the language

Re: [patch] ox-man: footer-middle and header-middle options

2025-08-17 Thread Grégoire Scano
Hello, On 7/22/25 09:55, Ihor Radchenko wrote: > It has been a while since the last update. > May I know if there have been any progress on the paperwork? Having received no update from the FSF yet, I asked my employer whether they would be willing to redraft a disclaimer more in line with FSF gu

Re: Prot Asks: Ihor about maintaining Emacs Org mode, history, travels, and material science

2025-08-17 Thread Thomas S. Dye
jman writes: William Denton writes: Prot Asks: Ihor about maintaining Emacs Org mode, history, travels, and material science https://protesilaos.com/codelog/2025-07-26-prot-asks-ihor-emacs-org-maintainer-history-travel-material-science/ I haven't seen this mentioned on the list: an 80-minu

Re: #21 [[bbb:OrgMeetup]] on Wed, August 13, 19:00 UTC+3

2025-08-17 Thread Rudolf Adamkovič
Ihor Radchenko writes: > See https://orgmode.org/worg/orgmeetup.html > > Regular dates > Monthly, every second Wednesday of the month > <%%(diary-float t 3 2)> in Org mode Scheduled, thanks! Rudy -- "All you have to do is write one true sentence. Write the truest sentence that you

Re: Prot Asks: Ihor about maintaining Emacs Org mode, history, travels, and material science

2025-08-17 Thread jman
William Denton writes: Prot Asks: Ihor about maintaining Emacs Org mode, history, travels, and material science https://protesilaos.com/codelog/2025-07-26-prot-asks-ihor-emacs-org-maintainer-history-travel-material-science/ I haven't seen this mentioned on the list: an 80-minute interview wit

Re: orgmode website loads a CSS from gnu.org

2025-08-17 Thread jman
Bastien Guerry writes: 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 d

Fix eaten escaping backslash in `org-use-speed-commands' docstring

2025-08-17 Thread Rudolf Adamkovič
The documentation for `org-use-speed-commands' says: > For example, to activate speed commands when the point is on any > star at the beginning of the headline, you can do this: > > (setq org-use-speed-commands > (lambda () (and (looking-at org-outline-regexp) (looking-back "^\**" It

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

2025-08-17 Thread Maximilian Kueffner
Hi All, I added `ob-csharp.el' (and friends) to the org-mode repository in this commit: https://cgit.git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=526a7d1cc65409d5546b009f54fed28726a9457d The mailing list discussion for this can be found here: https://list.orgmode.org/baf0e7b4-8233-4

Re: Language support for C# in org-babel

2025-08-17 Thread Maximilian Kueffner
You can just use cl-letf: (cl-letf (((symbol-function 'org-babel-csharp--find-dotnet-version) #'ignore)) ...) Way simpler, applied, thanks. Go ahead. This commit https://cgit.git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=526a7d1cc65409d5546b009f54fed28726a9457d adds the patch to