Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2019-02-10 23:29:06 +01:00
commit b0379f4f66
1 changed files with 1 additions and 1 deletions

View File

@ -3157,7 +3157,7 @@ Point is left at list's end."
(if (not (ignore-errors (goto-char (org-in-item-p))))
(error "Not in a list")
(let ((list (save-excursion (org-list-to-lisp t))))
(insert (org-list-to-subtree list)))))
(insert (org-list-to-subtree list) "\n"))))
(defun org-list-to-generic (list params)
"Convert a LIST parsed through `org-list-to-lisp' to a custom format.