Some precision about the time:
I'm actually finishing the last work I have to do for the school, so I
will be very busy until December.
Until them, I can only dedicate my breaks to the enhancement of the HTML
exporter.
Sébastien Gendre writes:
> [[PGP Signed Part:Good signature from B586F7
TL;DR: Plan to add features to HTML export, do I add them in the
built-in HTML exporter (as upstream contribution) ? Or as a
downloadable derived backend ? Which on do you prefer ?
Hello,
I plan to use Org-publish to create a website from Org-mode files. And I
would have some feat
Dan Drake writes:
> I took at look at the source code, and it seems like a trivial change
> to make these two things act consistently: [...]
Dan,
Thank you for reporting the bug and even prototyping a solution.
I think the logic should be
extracted into a function,
and tested on all path
I customized org-ctrl-k-protect subtree so that when point is on a
headline for an entry with some folded content, ctrl-k asks for
confirmation first.
However, I also have the "k" speed key set up; to me, doing ctrl-K and
the "k" speed key are the same, but only ctrl-K respects the "protect
subtre
On 2024-08-27 11:51, Dov Grobgeld wrote:
Any particular reason you use a macro instead of just binding to a
function like this?
(defun insert-current-datetime ()
"Insert the current date and time in the format '-MM-DD HH:MM:SS'
at point."
(interactive)
(insert (format-time-string
See the attached patch.
Rudy
>From 9455024b32a94171e70c7ef364a0ae0aad3658ec Mon Sep 17 00:00:00 2001
From: Rudolf Adamkovic
Date: Tue, 27 Aug 2024 13:50:18 +0200
Subject: [PATCH] doc/org-manual.org: Update a deprecated function
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Tra
Rudolf Adamkovič writes:
> The attached patch ...
Oops, I again forgot to prefix the subject with "[PATCH]".
Fixed now.
Rudy
--
"If you're thinking without writing, you only think you're thinking."
--- Leslie Lamport
Rudolf Adamkovič [he/him]
http://adamkovic.org
Hello there!
The attached patch improves how the Texinfo exporter checks if Texinfo
supports `@math'. Please review and merge.
Rudy
>From 49065a3d39dba83669e123297bf87ce76cba38d4 Mon Sep 17 00:00:00 2001
From: Rudolf Adamkovic
Date: Tue, 27 Aug 2024 11:10:56 +0200
Subject: [PATCH] ox-texinfo: C