Merge branch 'maint' into master

This commit is contained in:
Kyle Meyer 2020-09-16 21:54:28 -04:00
commit 0afef17e1d
1 changed files with 1 additions and 1 deletions

View File

@ -4324,7 +4324,7 @@ located inside the current one. "
(if parent? (if parent?
(pcase type (pcase type
(`headline 'section) (`headline 'section)
((and `section (guard (eq mode 'first-section))) 'top-comment) ((and (guard (eq mode 'first-section)) `section) 'top-comment)
(`inlinetask 'planning) (`inlinetask 'planning)
(`plain-list 'item) (`plain-list 'item)
(`property-drawer 'node-property) (`property-drawer 'node-property)