[BUG] org dates, radio links, and special keywords override heading backgrounds [9.7 (9.7-??-902dacb @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)]

2024-03-03 Thread StrawberryTea
Hello. Currently, if you have a heading background, and you have a date, radio link, or special keyword, the background is overridden. I have attached a patch that fixes this issue by using the `prepend' property instead of the `t' property. Here is also a minimal example to reproduce the issue:

Re: [PATCH] org-babel-demarcate-block: split using element API

2024-03-03 Thread gerard . vermeulen
On 03.03.2024 14:08, Ihor Radchenko wrote: gerard.vermeu...@posteo.net writes: I have reduced my version of `org-babel-demarcate-block' to a minimal function to locate the bug stemming from edit-prep signaling an user-error or not. In case edit-prep signals an user-error the call chain `org

Re: [PATCH] org-agenda.el: Fix org-agenda-write to avoid duplicates

2024-03-03 Thread Ihor Radchenko
Anand Deopurkar writes: > Subject: [PATCH] org-agenda.el: Fix org-agenda-write to avoid duplicates > > * lisp/org-agenda.el (org-agenda-write): Make sure headlines are not > duplicated when writing to an `org' file, even if they are repeated in > the agenda view. > > For example, a headline may a

Re: [BUG] Extra trailing backgrounds leftover after unfolding org headlines [9.7 (9.7-??-902dacb @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)]

2024-03-03 Thread Ihor Radchenko
StrawberryTea writes: > I've noticed that when I unfold an org headline, a trailing background > is sometimes left behind at the end of the body text. > > Here is a minimal example to reproduce the issue from emacs -Q: > ... Thanks for reporting! Fixed, on main. https://git.savannah.gnu.org/cgit

Re: [BUG] "\fC" macro in ox-man.el [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.2/lisp/org/)]

2024-03-03 Thread Ihor Radchenko
Xiyue Deng writes: > (This was first reported to Emacs at > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69483) > > "mu4e"[1] (a popular Emacs mail client) uses Org to generate its > manpages. However, the generated output contains macros that are not > understood by groff. After some debuggin

Re: [PATCH] org-babel-demarcate-block: split using element API

2024-03-03 Thread Ihor Radchenko
gerard.vermeu...@posteo.net writes: > I have reduced my version of `org-babel-demarcate-block' to a minimal > function to locate the bug stemming from edit-prep signaling an > user-error or not. In case edit-prep signals an user-error the call > chain `org-indent-block', `org-indent-region', `org

[PATCH] org-agenda.el: Fix org-agenda-write to avoid duplicates

2024-03-03 Thread Anand Deopurkar
>From a269ee1d657ea11f998d294169cd9a88618409fb Mon Sep 17 00:00:00 2001 From: Anand Deopurkar Date: Sun, 3 Mar 2024 16:38:43 +1100 Subject: [PATCH] org-agenda.el: Fix org-agenda-write to avoid duplicates * lisp/org-agenda.el (org-agenda-write): Make sure headlines are not duplicated when writing