branch: externals/org-modern
commit e0f0b01c69008b40e0aedf661b50f759cadf0fb0
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Docstring
---
org-modern-indent.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/org-modern-indent.el b/org-modern-indent.el
index 1d195f93d4..ec25ffd1fa 100644
--- a/org-modern-indent.el
+++ b/org-modern-indent.el
@@ -106,6 +106,8 @@ guide unicode character."
(forward-line))
(defun org-modern-indent-block-insert (fun &rest r)
+ "Refresh block after insertion.
+To be set as :around advice for `org-insert-structure-template'."
(let* ((reg (use-region-p))
(p (if reg (region-beginning) (point)))
(m (point-marker)))