mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
Revert "don't insert a padline at the top of the file"
This reverts commit 6215960d99
.
This commit is contained in:
parent
89f10a11fb
commit
6f90d903e6
@ -327,7 +327,7 @@ that the appropriate major-mode is set. SPEC has the form:
|
||||
(funcall
|
||||
insert-comment
|
||||
(org-fill-template org-babel-tangle-comment-format-beg link-data)))
|
||||
(when (and padline (not (= (point) (point-min)))) (insert "\n"))
|
||||
(when padline (insert "\n"))
|
||||
(insert
|
||||
(format
|
||||
"%s\n"
|
||||
|
Loading…
Reference in New Issue
Block a user