Kepa <gnu.cognition...@slmails.com> writes: > I have uninstalled org-appear several days ago, and I am constantly receiving > this error: > > Error in post-command-hook (org-appear--post-cmd): (wrong-type-argument > number-or-marker-p nil)
This does not look have anything to do with Org. This is org-appear specific. > So, I ran these commands, getting a warning that advised me to inform the > mailing list: > (require 'org-appear) > (add-hook 'post-command-hook 'org-appear--post-cmd) > > Warning: > ⛔ Warning (org-element): ‘org-element-at-point’ cannot be used in non-Org > buffer #<buffer *scratch*> (lisp-interaction-mode) > ⛔ Warning (org-element): org-element--cache: Org parser error in > *scratch*::305. Resetting. > The error was: (error "rx ‘**’ range error") > Backtrace: > nil > Please report this to Org mode mailing list (M-x org-submit-bug-report). This is expected. `org-appear--post-cmd' is not designed to be used outside Org mode. But you forced it to. Hence getting errors. Not a bug. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>