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
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.
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
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
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/)
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
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
(
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
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
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
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.
11 matches
Mail list logo