On 2024-05-15 02:38, Rens Oliemans wrote:
Thanks for reporting, it seems that this was changed in
f63ff074417315fcf93c2ca6cfe8f89fcc6d902f, "Fix subtle differences
between overlays and invisible text properties", bisected with Emacs
29.3.
Thanks, that definitely helps narrow it down! Seems t
Kris Nelson writes:
> To clarify, would this behaviour change be considered a bug? Or is this
> intentional as a part of that patch, and I just need to figure out how
> to change the behaviour for myself?
As you see from the comment, creating a new blank line was not the
intention. So, what yo
On 14/05/2024 19:56, Ihor Radchenko wrote:
Max Nikulin writes:
+(defun org-time-inc (unit value time)
Is there a chance that support of intervals like 1h20m will be required
later?
Not sure again. I simply used ts-inc function signature from Adam's
ts.el as reference.
ts.el has `ts-adjust'
On 13/05/2024 20:04, Bruno Cardoso wrote:
On 2024-05-13, 18:14 +0700, Max Nikulin wrote:
Sorry, but did you manually edit the patch?
I didn't. I generated it again and applied without errors.
Thank you. Now your patch can be applied on my side as well.
Please, proceed with the copyright ag
Hi
This is an EMACS keyboard macro that I've been using since more than 4-5
years now.
(global-set-key [24 11 48] 'my-insert-timestamp) ;; It translates to
the key sequence: C-x C-k 0
Its definition is:
(fset 'my-insert-timestamp
(kmacro-lambda-form [?* ?\C-u ?\M-! ?p ?r ?i ?n ?t ?f ?
Hi everyone,
There may be an issue with using #+name: labels when exporting to
non-latex backends. For example:
---
\begin{equation}
\label{eq:x}
x = 1
\end{equation}
cref:eq:x
---
Exports correctly to markdown, but:
---
#+name: eq:x
\begin{equation}
x = 1
\end{equation}
cref:eq:x
---