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
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
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
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
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
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
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
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)
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 "
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
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
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
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
13 matches
Mail list logo