branch: externals/org
commit 3338f37061a8de1b5cf8ac3f85e6a2146ebddd83
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
org-element--cache-process-request: Fix format specifier allowing marker
Fixes
https://list.orgmode.org/CAFyQvY2=M6-JO7k=df74injm7khccgugdcczxm6tzpwdtgb...@mail.gmail.com/T/#t
---
lisp/org-element.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org-element.el b/lisp/org-element.el
index d2e493c..1c37f79 100644
--- a/lisp/org-element.el
+++ b/lisp/org-element.el
@@ -6247,7 +6247,7 @@ completing the request."
;; Cache is up-to-date past THRESHOLD. Request
;; interruption.
(when (and threshold (> begin threshold))
- (org-element--cache-log-message "Reached threshold %d: %S"
+ (org-element--cache-log-message "Reached threshold %S: %S"
threshold
(org-element--format-element
data))
(setq exit-flag t))))