emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* strange errors with org-element-cache-reset and jit-lock-function void-variable org-element-citation-prefix-re
@ 2022-09-20 19:17 Daniel Ortmann
  2022-09-21  8:37 ` Ihor Radchenko
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Ortmann @ 2022-09-20 19:17 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1049 bytes --]

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

  * emacs version: GNU Emacs 29.0.50 (build 23, x86_64-pc-linux-gnu,
    GTK+ Version 3.22.30, cairo version 1.15.12) of 2022-09-20
  * org version: Org mode version 9.5.5 (release_9.5.5-804-gf1a197 @
    /home/dortmann/src/git-org-mode/lisp/)


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.  :-/


[-- Attachment #2: Type: text/html, Size: 1674 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-25  6:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20 19:17 strange errors with org-element-cache-reset and jit-lock-function void-variable org-element-citation-prefix-re Daniel Ortmann
2022-09-21  8:37 ` Ihor Radchenko
2022-09-22 18:05   ` [External] : " Daniel Ortmann
2022-09-23  2:07     ` Ihor Radchenko
2022-09-25  2:44       ` Bastien Guerry
2022-09-25  6:03         ` Ihor Radchenko

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).