diff --git a/init.org b/init.org index 230683c..67876b3 100644 --- a/init.org +++ b/init.org @@ -4405,6 +4405,8 @@ preceded by another heading) and after headings." (insert "\n"))) (save-excursion (forward-line) + (while (org-at-drawer-p) + (forward-line)) (goto-char (point-at-bol)) (when (looking-at-p "^$") (join-line))))))