|
@@ -752,7 +752,9 @@ for the duration of the command."
|
|
(plain-list-item . auto))
|
|
(plain-list-item . auto))
|
|
"Should `org-insert-heading' leave a blank line before new heading/item?
|
|
"Should `org-insert-heading' leave a blank line before new heading/item?
|
|
The value is an alist, with `heading' and `plain-list-item' as car,
|
|
The value is an alist, with `heading' and `plain-list-item' as car,
|
|
-and a boolean flag as cdr."
|
|
|
|
|
|
+and a boolean flag as cdr. For plain lists, if the variable
|
|
|
|
+`org-empty-line-terminates-plain-lists' is set, the setting here
|
|
|
|
+is ignored and no empty line is inserted, to keep the list in tact."
|
|
:group 'org-edit-structure
|
|
:group 'org-edit-structure
|
|
:type '(list
|
|
:type '(list
|
|
(cons (const heading)
|
|
(cons (const heading)
|