Re: LOGBOOK drawer now being created with blank line afterwards

2024-05-16 Thread Kris Nelson
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

Re: LOGBOOK drawer now being created with blank line afterwards

2024-05-16 Thread Ihor Radchenko
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

Re: [POLL] Dealing with +1m/y repeaters when jumping to impossible date (should 05-31 +1m be 07-01 or 06-30?)

2024-05-16 Thread Max Nikulin
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'

Re: [PATCH] Add support for shortdoc link type

2024-05-16 Thread Max Nikulin
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

[BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-05-16 Thread Punit Arya
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 ? 

Exporting user labels to non-latex backends

2024-05-16 Thread Stefano Ghirlanda
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 ---