On 03/12/2021 11:36, Ihor Radchenko wrote:
Max Nikulin <maniku...@gmail.com> writes:

Unfortunately currently it fails in Emacs-26.3 event without "#+startup:
indent":

Warning (org-element-cache): org-element--cache: Unregistered buffer
modifications detected. Resetting.
If this warning appears regularly, please report it to Org mode mailing
list (M-x org-submit-bug-report).
The buffer is: new.org
   Current command: (nil 163 167)
   Chars modified: 163
   Buffer modified: 167
   Backtrace:
nil

I am unable to reproduce on my side also using Emacs 26.3. Are you sure
that you are running a clean Emacs?

make clean
make autoloads
git log -1 --format=short
commit 8ca254696b002f5079e31ac12a1ad87c003f673d (HEAD -> main, origin/main)
Merge: 521c53410 0acd2fed2
Author: Kyle Meyer <k...@kyleam.com>

    Merge branch 'bugfix'

git diff HEAD
# nothing
LANG=en_US.UTF-8 emacs -Q -L ~/src/org-mode/lisp/ ~/examples/org/new2.org &

---- >8 ----
* A
B
---- 8< ----

C-c C-* while cursor is at the end of second line

Warning (org-element-cache): org-element--cache: Unregistered buffer modifications detected. Resetting. If this warning appears regularly, please report it to Org mode mailing list (M-x org-submit-bug-report).
The buffer is: new2.org
 Current command: (nil 26 30)
 Chars modified: 26
 Buffer modified: 30
 Backtrace:
nil


Reply via email to