Re: [BUG] org :extend property bugfix does not work [9.7 (9.7-??-388ba5b @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)]

2024-02-25 Thread Ihor Radchenko
StrawberryTea writes: > Sure. Just evaluate the following code after starting Emacs with `emacs -Q`: Thanks! Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=5d186b499 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [BUG] org :extend property bugfix does not work [9.7 (9.7-??-388ba5b @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)]

2024-02-22 Thread StrawberryTea
Sure. Just evaluate the following code after starting Emacs with `emacs -Q`: ┌ │ (require 'org) │ (load-theme 'leuven t) │ │ (dolist (face '(org-level-1 org-level-2 org-level-3 org-level-4 org-level-5 │ org-level-6 org-level-7 org-level-8)) │ (set-face-attribute face nil

Re: [BUG] org :extend property bugfix does not work [9.7 (9.7-??-388ba5b @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)]

2024-02-19 Thread Ihor Radchenko
StrawberryTea writes: > In the following Org file which I have copypasted verbatim, the current > workaround for bug#65896 made in > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=793cdbea68ae9f6eb4270315df6ff3419c3d8c20 > does not work... > > Copy-pasted Org mode file: >... It

[BUG] org :extend property bugfix does not work [9.7 (9.7-??-388ba5b @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)]

2024-02-18 Thread StrawberryTea
In the following Org file which I have copypasted verbatim, the current workaround for bug#65896 made in https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=793cdbea68ae9f6eb4270315df6ff3419c3d8c20 does not work. After putting some print statements in the code, it seems that the