Org mode projects during the FSF 40th anniversary hackathon?

2025-05-26 Thread Bastien Guerry
The Free Software Foundation is organizing an online hackathon in November 2025 to celebrate its 40th anniversary: https://www.fsf.org/news/fsf40-hackathon If you want to hack something related to Org mode and you need the help of others, you can submit a project using this short form: https://m

Re: [PATCH] doc/org-manual.org (The Export Dispatcher): Fix a broken link

2025-05-26 Thread Bastien Guerry
Rudolf Adamkovič writes: > doc/org-manual.org | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, with the following git commit message: doc/org-manual.org: Fix a broken link * doc/org-manual.org (The Export Dispatcher): Fix link. Thanks! -- Bastien

Re: [PATCH] Adding missing l to heading Version Control with Jekyl

2025-05-26 Thread Bastien Guerry
Lars Nielsen writes: > From 5f7edc58b492654c8ec3c6ab05cc8b2fee4634fe Mon Sep 17 00:00:00 2001 > From: Lars Nielsen > Date: Mon, 19 May 2025 19:31:10 +0200 > Subject: [PATCH] Adding missing l to heading Version Control with > Jekyl Applied in https://git.sr.ht/~bzg/worg/commit/26d021aa0b, thanks

Re: [BUG] Typo in docs (creating timestamps) [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.4/lisp/org/)]

2025-05-26 Thread Bastien Guerry
emacs-orgm...@city17.xyz writes: > I am reading > https://orgmode.org/manual/Creating-Timestamps.html > > Quote: >> When called with a prefix argument, use the alternative format which >> contains date and time. The default time can be rounded to multiples >> of 5 minutes. See the option org-times

[BUG] org-capture with file+olp target matches todo keywords case insensitively

2025-05-26 Thread Lewis Baker
Hi, I recently ran into an issue that caused me some confusion when trying to use org-capture with a capture template that specifies a target of file+olp. I was trying to capture into a file (in my case org-roam-dailies file, however the issue is independent of org-roam) with the following headin

Re: [BUG?] ox-latex and *Warnings*

2025-05-26 Thread David Masterson
Ihor Radchenko writes: >>> The starting place is `org-compile-file'. Its LOG-BUF argument defines >>> where the compilation output is dumped. You can augment that output >>> with some information about which file is being compiled and using >>> which commands. I think I've got it, but only part

Re: Querying cached parse trees without opening files

2025-05-26 Thread Kristoffer Balintona
On Mon, May 26, 2025 at 12:02 PM chris wrote: > Org-node seems very interesting! I noticed that your [parser.el](https:// > github.com/meedstrom/org-mem/blob/main/org-mem-parser.el) is only about 600 > lines long, whereas Org-mode’s parser seems larger and possibly more > scattered? Are they roug

Re: Querying cached parse trees without opening files

2025-05-26 Thread chris
On Friday, 23 May 2025 16:48:08 UTC Martin Edström wrote: > Hi > > I've made the package org-mem (https://github.com/meedstrom/org-mem), which > has its own parser. Org-node seems very interesting! I noticed that your [parser.el](https:// github.com/meedstrom/org-mem/blob/main/org-mem-parser.el)

Re: [ox-icalendar] End time added to appointments during export

2025-05-26 Thread Jack Kamm
Jack Kamm writes: > IMO it should be possible for ox-icalendar to export events without > DTEND since the iCalendar spec explicitly allows this. However it will > take me some time to look into it. Reviewing RFC 5545 again, it says: > For cases where a "VEVENT" calendar component specifies a "

Re: Link to an email in thunderbird from org-mode

2025-05-26 Thread Christoph
Hasty copy and paste leads to errors :-( This is the defun I wanted to paste: (defun thunderblink-open (path _) "Open thunderbird with mail-id indicated in path. Remove angle brackets if present" (let ((clean-path (replace-regexp-in-string "[<>]" "" path))) (start-process "thunderbird

Link to an email in thunderbird from org-mode

2025-05-26 Thread Christoph
Hi, the thunderbird addons thunderlink and cb_thunderlink do not work anymore for thunderbird 138. There is, however, an alternative; cf. here: https://www.reddit.com/r/Thunderbird/comments/pb6sif/creating_a_link_to_an_email_in_thunderbird/ It requires no thunderbird add-on which is an additi

Re: How have users managed email tasks with org?

2025-05-26 Thread Matteo Valsasina
On dom, mag 25, 2025 at 02:46 jman wrote: > Matteo Valsasina writes: > >> CAPTURE TEMPLATE FOR ORG: >> ("m" "TODO from Mail" entry (file+headline "~/org_todo/notes.org" "Mail >> Tasks") >> "* TODO %? %a\nSCHEDULED: %t >> :PROPERTIES: >> :CREATED: %U >> :END: >> :LO

[BUG] org-element--parse-generic-emphasis ignores org-emphasis-regexp-components [9.8-pre (release_9.7.10-127-g07dd3b @ /home/kqr/.emacs.d/straight/build/org/)]

2025-05-26 Thread Christoffer Stjernlöf
Hello! Summary: The variables opening-re and closing-re in org-element--parse-generic-emphasis are hard-coded, and this is not what is expected by the user who has modified the value of org-emphasis-regexp-components. Background and details: One convenient trick to apply emphasis to parts of a