Re: [BUG] Some recent change broke :extend on headlines with background property [9.7-pre (release_9.6.26-1373-g5b0b7f @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)]

2024-04-22 Thread StrawberryTea
Ihor Radchenko writes: > StrawberryTea writes: > >> Hello. When I run the following code in `emacs -Q`, the background color >> of the headline is not extended to the end of the line as expected. This >> is a regression from the previous behavior and is caused by a rece

[BUG] Some recent change broke :extend on headlines with background property [9.7-pre (release_9.6.26-1373-g5b0b7f @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)]

2024-04-22 Thread StrawberryTea
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [DISCUSSION] Face priority in Org fontification

2024-03-30 Thread StrawberryTea
StrawberryTea writes: > Ihor Radchenko writes: > >> Protesilaos Stavrou writes: >> >>> Now the tricky part is to figure out which combinations can work this >>> way. Headings and source blocks are two obvious ones. Maybe there are >>> more, but I

[BUG] org-fold :extend face backgrounds break with trailing newlines [9.7-pre (release_9.6.20-1267-gb0c3c9 @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)]

2024-03-09 Thread StrawberryTea
ing-join '("* First heading" "Body text of the first heading" "" "* Second heading" "Body text of the second heading" "* Last heading" "Body text of the last heading") "\n")) (write-file or

[BUG] unfolding headlines with :extend face keyword & background broke after 2da622cad [9.7 (9.7-??-8ac99c33f @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)]

2024-03-04 Thread StrawberryTea
ed up folded because the issue seems to be specifically related with unfolding a heading with subheadings. StrawberryTea < Emacs : GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.0) of 2024-03-04 Package: Org mode version 9.7 (9.7-??-8ac99c33f @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)

[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
inks) '(org-activate-target-links (1 'org-link prepend))) + (when (memq 'date org-highlight-links) '(org-activate-dates (0 'org-date prepend))) (when (memq 'footnote org-highlight-links) '(org-activate-footnote-links)) ;; Targets. (list org-radio-target-regexp '(0 'org-target t)) @@ -5999,7 +5999,7 @@ needs to be inserted at a specific position in the font-lock sequence.") "^\\*+\\(?: +%s\\)?\\(?: +\\[#[A-Z0-9]\\]\\)? +\\(?9:%s\\)\\(?: \\|$\\)" org-todo-regexp org-comment-string) - '(9 'org-special-keyword t)) + '(9 'org-special-keyword prepend)) ;; Blocks and meta lines '(org-fontify-meta-lines-and-blocks) '(org-fontify-inline-src-blocks) Emacs : GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.0) of 2024-03-03 Package: Org mode version 9.7 (9.7-??-902dacb @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/) Sincerely, StrawberryTea

[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-02 Thread StrawberryTea
Hello Org mode developers, 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: ;; Bootstrap straight (defvar bootstrap-version) (let ((bootstrap-file (

[BUG] we should obsolete org-fontify-whole-heading-line [9.7 (9.7-??-b127d72 @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)]

2024-03-02 Thread StrawberryTea
without needing a special variable for it. Best, StrawberryTea Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted t

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
TIME: [2020-09-18 Fri 14:30] │ :END: │ │ ") │ └ Ihor Radchenko writes: > 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

[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 issue

[BUG] lispy-right causes org error in org-narrow-to-subtree [9.7 (9.7-??-d3f587f @ /root/.config/emacs/.local/straight/build-30.0.50/org/)]

2023-08-02 Thread StrawberryTea
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.