org.el: Execute org-insert-heading and org-insert-heading-respect-content in
orgstruct++-mode when the context around point is an item-body. * org.el (orgstruct-make-binding): Execute org-insert-heading and org-insert-heading-respect-content when the context around point is an item-body.
This commit is contained in:
parent
9bc55c7d00
commit
741bc5c645
|
@ -9008,7 +9008,10 @@ if `orgstruct-heading-prefix-regexp' is non-nil."
|
|||
(not
|
||||
(let* ,bindings
|
||||
(org-context-p 'headline 'item
|
||||
,(when (memq fun '(org-insert-heading))
|
||||
,(when (memq fun
|
||||
'(org-insert-heading
|
||||
org-insert-heading-respect-content
|
||||
org-meta-return))
|
||||
'(when orgstruct-is-++
|
||||
'item-body))))))))
|
||||
(if fallback
|
||||
|
|
Loading…
Reference in New Issue