Hi,
I don't want org to automatically insert newline when adding headlines, so I set this:
org-blank-before-new-entry '((heading . nil) (plain-list-item . nil))
But turns out, org *aggressively* delete the existing newlines when I press ctrl-return.
How to tell org simply not to add newline when adding headline, meanwhile not do anything else?
Regards.