From: Bastien <bzg@gnu.org>
To: Ihor Radchenko <yantar92@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Use cache in org-up-heading-safe
Date: Sun, 16 May 2021 08:15:08 +0200 [thread overview]
Message-ID: <87pmxr5hn7.fsf@gnu.org> (raw)
In-Reply-To: <874kfieduh.fsf@localhost> (Ihor Radchenko's message of "Tue, 04 May 2021 23:08:22 +0800")
[-- Attachment #1: Type: text/plain, Size: 500 bytes --]
Hi,
Ihor Radchenko <yantar92@gmail.com> writes:
> While testing another patch for agenda fontification, I noticed that
> agenda can spend up to half!! time doing org-up-heading-safe. Mostly
> inside queries for inherited tags and properties.
I encounter a bug with this cache, it seems the buffer-local variable
`org--up-heading-cache' is not initialized in every buffer from which
org-agenda-list might need it.
I'm attaching the bugtrace.
Ihor, do you see what's happening here?
--
Bastien
[-- Attachment #2: bugtrace.txt --]
[-- Type: text/plain, Size: 1034 bytes --]
Debugger entered--Lisp error: (void-variable org--up-heading-cache)
org-up-heading-safe()
org-block-todo-from-children-or-siblings-or-parent((:type todo-state-change :position 20793 :from todo :to done))
org-entry-blocked-p()
org-agenda--mark-blocked-entry()))
org-agenda-finalize-entries((... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) tags)
org-tags-view((4) #("+Code+TODO={NEXT\\|STRT}" 11 23 (regexp t)))
#f(compiled-function () #<bytecode -0xe5c4a74ae77f6cc>)()
funcall(#f(compiled-function () #<bytecode -0xe5c4a74ae77f6cc>))
(let ((org-agenda-category-filter-preset '("-ETL"))) (funcall '#f(compiled-function () #<bytecode -0xe5c4a74ae77f6cc>)))
eval((let ((org-agenda-category-filter-preset '("-ETL"))) (funcall '#f(compiled-function () #<bytecode -0xe5c4a74ae77f6cc>))))
org-agenda(nil "cc")
(lambda nil (interactive) (org-agenda nil "cc"))()
funcall-interactively((lambda nil (interactive) (org-agenda nil "cc")))
command-execute((lambda nil (interactive) (org-agenda nil "cc")))
next prev parent reply other threads:[~2021-05-16 6:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-04 15:08 [PATCH] Use cache in org-up-heading-safe Ihor Radchenko
2021-05-05 16:40 ` Maxim Nikulin
2021-05-06 14:34 ` Ihor Radchenko
2021-05-06 17:02 ` Maxim Nikulin
2021-05-07 2:08 ` Ihor Radchenko
2021-05-08 11:28 ` Maxim Nikulin
2021-05-10 15:14 ` Ihor Radchenko
2021-05-15 11:58 ` Bastien
2021-05-16 6:15 ` Bastien [this message]
2021-05-16 6:36 ` Ihor Radchenko
2021-05-16 8:53 ` Bastien
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=87pmxr5hn7.fsf@gnu.org \
--to=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 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).