mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: fix +org/insert-item single-line buffer edge-case
This commit is contained in:
@ -195,7 +195,7 @@ wrong places)."
|
||||
('below
|
||||
(org-end-of-item)
|
||||
(backward-char)
|
||||
(org-end-of-line)
|
||||
(end-of-line)
|
||||
(if (and marker (string-match "\\([0-9]+\\)\\([).] *\\)" marker))
|
||||
(let ((l (line-number-at-pos)))
|
||||
(org-insert-item)
|
||||
|
Reference in New Issue
Block a user