lang/org: fix org/insert-item in continued indented lines
This commit is contained in:
parent
74c8b1d113
commit
8976d1ad5a
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ wrong places)."
|
|||
(cond ((memq type '(item plain-list))
|
||||
(let ((marker (org-element-property :bullet context))
|
||||
(pad (save-excursion
|
||||
(org-beginning-of-item)
|
||||
(back-to-indentation)
|
||||
(- (point) (line-beginning-position)))))
|
||||
(save-match-data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue