emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

strange errors with org-element-cache-reset and jit-lock-function void-v


From: Daniel Ortmann
Subject: strange errors with org-element-cache-reset and jit-lock-function void-variable org-element-citation-prefix-re
Date: Tue, 20 Sep 2022 14:17:18 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

Hmmm ...
While trying to investigate one bug I have run into another odd one:

These two lines are in my *Messages* buffer:
File mode specification error: (void-function org-element-cache-reset)
Error during redisplay: (jit-lock-function 1) signaled (void-variable org-element-citation-prefix-re)


I ran this:
dortmann@ddo-linux:.emacs.d$ emacs -Q --debug-init asdf.el
... and then ran eval-buffer.

Where asdf.el has this content:
(add-to-list 'load-path "/home/dortmann/src/git-org-mode/lisp")
(require 'org)

(setq org-capture-templates
      `(("c" "Item to current clocked task" checkitem
       (clock)
       "%i%?" :prepend t :empty-lines 1)))



Then I loaded asdf.org which has this:
* TODO start clock on this test item


The result is the failure message above.  :-/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]