瀏覽代碼

org-element--cache-process-request: Fix format specifier allowing marker

Fixes https://list.orgmode.org/CAFyQvY2=M6-JO7k=dF74injM7kHCcGUgdCCZXM6TZPWDTGbR4A@mail.gmail.com/T/#t
Ihor Radchenko 3 年之前
父節點
當前提交
3338f37061
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-element.el

+ 1 - 1
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))))