Ken Restivo <[email protected]> writes: > not sure what happened here or why. > ... > org--warnings '("org-element--cache: Org parser error in > altos-notes.org::6101. > Resetting.\n The error was: (error \"Tab width in Org files must be 8, not > 4. Please adjust your ‘tab-width’ settings for Org mode\")\n > Backtrace:\n\" backtrace-to-string(nil)\n org-element-at-point()\n > org-indent-region(1 1206387)\n indent-region(1 1206387 nil)\n > indent-buffer()\n funcall-interactively(indent-buffer)\n > command-execute(indent-buffer)\n\"\n Please report this to Org mode > mailing list (M-x org-submit-bug-report)."
Looks like you have something changing tab-width in Org buffer. Chances are that you can make the error go away by upgrading Org mode to the latest version. You may also need to upgrade editorconfig-mode, if you have it installed - it is the known offender (old versions). -- Ihor Radchenko // yantar92, Org mode maintainer, 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>
