GNU bug report logs -
#73250
29.4; org-refile-get-targets wrong-type-argument
Previous Next
Reported by: Serghei Iakovlev <lists <at> serghei.pl>
Date: Sat, 14 Sep 2024 14:12:02 UTC
Severity: normal
Merged with 73251
Found in version 29.4
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 73250 <at> debbugs.gnu.org (full text, mbox):
> From: Serghei Iakovlev <lists <at> serghei.pl>
> Date: Sat, 14 Sep 2024 08:44:46 +0200
>
> I encountered an issue with `org-mode' in my Emacs configuration
> related to periodic clearing of the refile cache during idle time. I
> am using the following code snippet, which runs during idle time to
> clear the cache of refile targets:
>
> --8<---------------cut here---------------start------------->8---
> (run-with-idle-timer 600 t (lambda ()
> (require 'org-refile)
> (org-refile-cache-clear)
> (org-refile-get-targets)))
> --8<---------------cut here---------------end--------------->8---
Thanks, but please report this to the Org developers first. Org has
its own list for reporting bugs. If the Org developers arrive at the
conclusion that it's a core Emacs bug, please come back here with the
details.
This bug report was last modified 245 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.