From: StrawberryTea <look@strawberrytea.xyz>
To: Ihor Radchenko <yantar92@posteo.net>
Cc: emacs-orgmode@gnu.org
Subject: 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/)]
Date: Thu, 22 Feb 2024 12:25:38 -0600 [thread overview]
Message-ID: <87plwoqrfv.fsf@strawberrytea.xyz> (raw)
In-Reply-To: <87bk8cfzrg.fsf@localhost>
[-- Attachment #1: Type: text/plain, Size: 2705 bytes --]
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 :extend t))
│
│ (setq org-fontify-whole-heading-line t)
│ (scratch-buffer)
│ (org-mode)
│ (insert "#+title: (Infty, 2) Reading Group
│ #+ROAM_TAGS: \"Quasicategories\"
│
│ * [2020-09-11 Fri] Links passed around in today's meeting
│ :PROPERTIES:
│ :CREATED_TIME: [2020-09-12 Sat 11:10]
│ :END:
│
│ ** [[https://arxiv.org/abs/2006.07997][Internal enriched categories]]
│ :PROPERTIES:
│ :CREATED_TIME: [2020-09-12 Sat 11:11]
│ :END:
│
│ ** [[https://www.i2m.univ-amu.fr/perso/dimitri.ara/files/qcatsup.pdf][Higher quasi-categories vs higher Rezk spaces]]
│ :PROPERTIES:
│ :CREATED_TIME: [2020-09-12 Sat 11:12]
│ :END:
│
│ ** [[https://arxiv.org/pdf/1712.06469.pdf][∞-operads as analytic monads]]
│ :PROPERTIES:
│ :CREATED_TIME: [2020-09-12 Sat 11:13]
│ :END:
│
│ ** [[https://arxiv.org/pdf/2002.01037.pdf][On lax transformations, adjunctions, and monads in (∞,2)-categories]]
│ :PROPERTIES:
│ :CREATED_TIME: [2020-09-12 Sat 11:14]
│ :END:
│
│ ** [[https://acmbl.github.io/straight_slides.pdf][A modular proof of the straightening theorem]]
│ :PROPERTIES:
│ :CREATED_TIME: [2020-09-20 Sun 13:20]
│ :END:
│
│ * [2020-09-18 Fri 14:29] Links passed around
│ :PROPERTIES:
│ :CREATED_TIME: [2020-09-18 Fri 14:29]
│ :END:
│
│ ** [[https://arxiv.org/abs/1502.06526][Twisted TQFTs]]
│ :PROPERTIES:
│ :CREATED_TIME: [2020-09-18 Fri 14:29]
│ :END:
│
│ ** [[https://arxiv.org/pdf/2003.11757.pdf][Lax Gray tensor product for 2-categories]]
│ :PROPERTIES:
│ :CREATED_TIME: [2020-09-18 Fri 14:30]
│ :END:
│
│ ")
│
└────
Ihor Radchenko <yantar92@posteo.net> writes:
> StrawberryTea <look@strawberrytea.xyz> 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 would help if you provided a reproducer that demonstrates the problem
> starting from emacs -Q. Otherwise, it is very hard to debug the problem
> - by default, Org mode does not use :extend faces in the provided
> example file.
>
> See <https://orgmode.org/manual/Feedback.html#Feedback>
next prev parent reply other threads:[~2024-02-22 18:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-18 20:32 [BUG] org :extend property bugfix does not work [9.7 (9.7-??-388ba5b @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)] StrawberryTea
2024-02-19 11:40 ` Ihor Radchenko
2024-02-22 18:25 ` StrawberryTea [this message]
2024-02-25 8:45 ` Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87plwoqrfv.fsf@strawberrytea.xyz \
--to=look@strawberrytea.xyz \
--cc=emacs-orgmode@gnu.org \
--cc=yantar92@posteo.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).