Next: Wholesale changes to LaTeX headers, Up: Issues [Index]
jit-lock
Interfering with org-goto
Received when running the command org-goto
(i.e., ‘C-c C-j’)
If someone came to the same issue (or related), know that I solved it by not loading twice org from different packages (Elpa and Melpa) in Emacs. – Rafael Nagel
jit-lock.el
Just-in-time fontification, triggered by C redisplay code.
(defun jit-lock-mode (arg) ...)
“Toggle Just-in-time Lock mode”
When in an indirect buffer, jit-lock-mode
won’t work, and this message appears. That
begs the question why it appears during a call to org-goto
.
My setup included an org
directory inside of MacPorts EmacsMac
Contents/Resources/lisp/
, as well as an org-9.2.2
inside of my
/.emacs.d/
which I installed yesterday. Upon removing the org
directory
and restarting, the error message no longer appeared and org-goto
worked.
No idea why problem occurred other than my system is loading too many packages
because of the duplication. This issue should probably be
investigated.
Important you need to do this [install new Org-mode] in a session where no ‘.org’ file has been visited, i.e., where no Org built-in function have been loaded. Otherwise autoload Org functions will mess up the installation.2] I probably installed a new Org-mode after first visiting an org-file and “messed things up.”