fix last commit

This commit is contained in:
finalpatch 2019-04-01 21:13:18 +11:00 committed by GitHub
parent 35244abc88
commit e178f92772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,8 +102,9 @@
(let ((el (org-element-context))
(id (org-id-new 'none)))
(goto-char (org-element-property :begin el))
(indent-according-to-mode)
(insert (format "#+NAME: %s\n" id))
(back-to-indentation)
(split-line)
(insert (format "#+NAME: %s" id))
id))))
(defun ein:org-register-lang-mode (lang-name lang-mode)