On 16/08/2023 20:19, Kaiyu Zheng wrote:
The issue is: let's say I have a simple org-mode file, and let's say
the cursor starts at the top of the file (marked by '|'):
|* Sec1
** SubSec1
** SubSec2
A similar, but not so severe change in comparison to 9.5:
In response to C-RET Org-9.5 just adds first level heading (so M-<rignt>
puts it to the same level as SubSec2, it is my usual way to append a
subheading), but Org>=9.6 adds ellipsis after cursor. When some content
is pasted from clipboard, it appears folded.
Complete example:
---- 8< ----
#+startup: content
* Sec1
** SubSec1
text
** SubSec2
text