Hi,
I use M-ret org-meta-return to insert a new headline below the current line.
I want org to insert a new heading right below the current line without inserting any empty line.
However, setting ;; org-blank-before-new-entry '((heading . nil) (plain-list-item . nil))
will make org *delete* the empty lines between the newly inserted heading and its previous heading.