From: Protesilaos Stavrou <info@protesilaos.com>
To: Bastien <bzg@gnu.org>
Cc: Org-mode <emacs-orgmode@gnu.org>, Ihor Radchenko <yantar92@gmail.com>
Subject: Re: [PATCH] Adaptive Org faces in headings?
Date: Mon, 05 Oct 2020 13:11:11 +0300 [thread overview]
Message-ID: <87tuv9c79c.fsf@protesilaos.com> (raw)
In-Reply-To: <875z81dp71.fsf@gnu.org> (Bastien's message of "Sat, 26 Sep 2020 08:31:14 +0200")
On 2020-09-26, 08:31 +0200, Bastien <bzg@gnu.org> wrote:
> Bastien <bzg@gnu.org> writes:
>
>> Ihor Radchenko <yantar92@gmail.com> writes:
>>
>>> The attached patch seems to fix the issue.
>>
>> Applied as 979e82fc3, thanks a lot!
>
> Also, marking the initial bug report as closed, thanks again.
Sorry to re-open this issue. The following change extends Ihor's patch
to also cover checkbox statistics. Seems to work just fine on my end.
Thanks again!
#+begin_src diff
lisp/org.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index 425e9391b..23c86ba0c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5684,7 +5684,7 @@ needs to be inserted at a specific position in the font-lock sequence.")
1 'org-checkbox prepend)
(when (cdr (assq 'checkbox org-list-automatic-rules))
'("\\[\\([0-9]*%\\)\\]\\|\\[\\([0-9]*\\)/\\([0-9]*\\)\\]"
- (0 (org-get-checkbox-statistics-face) t)))
+ (0 (org-get-checkbox-statistics-face) prepend)))
;; Description list items
'("^[ \t]*[-+*][ \t]+\\(.*?[ \t]+::\\)\\([ \t]+\\|$\\)"
1 'org-list-dt prepend)
#+end_src
--
Protesilaos Stavrou
protesilaos.com
next prev parent reply other threads:[~2020-10-05 10:12 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-26 5:16 Adaptive Org faces in headings? Protesilaos Stavrou
2020-04-26 7:42 ` Ihor Radchenko
2020-09-05 14:47 ` Bastien
2020-09-06 19:58 ` Protesilaos Stavrou
2020-09-05 21:39 ` Diego Zamboni
2020-09-07 4:08 ` Protesilaos Stavrou
2020-09-09 8:49 ` Bastien
2020-09-09 9:11 ` TEC
2020-09-09 14:44 ` Bastien
2020-09-12 7:33 ` Protesilaos Stavrou
2020-09-17 8:25 ` [PATCH] " Ihor Radchenko
2020-09-18 9:52 ` Protesilaos Stavrou
2020-09-20 3:24 ` Sheng Yang
2020-10-27 18:30 ` Rob Davenport
2020-10-28 15:37 ` Rob Davenport
2020-09-21 16:05 ` Mikhail Skorzhinskii
2020-09-23 12:25 ` Bastien
2020-09-23 12:28 ` Protesilaos Stavrou
2020-09-26 6:31 ` Bastien
2020-10-05 10:11 ` Protesilaos Stavrou [this message]
2020-10-07 4:20 ` Kyle Meyer
2020-10-07 5:29 ` Protesilaos Stavrou
2020-10-08 3:37 ` Kyle Meyer
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tuv9c79c.fsf@protesilaos.com \
--to=info@protesilaos.com \
--cc=bzg@gnu.org \
--cc=emacs-orgmode@gnu.org \
--cc=yantar92@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.