@ -1498,11 +1498,6 @@
(get-text-property 0 'org-habit-p string))
"" list))
; the bit below adds a blank line before the first scheduled item
(setq list
(wilder/insert-before-first #'(lambda (string)
(string= "scheduled" (get-text-property 0 'type string)))
(mapconcat #'identity list "\n")))
#+end_src