[agenda] This bit needs improvement

master
Jacopo De Simoi 3 months ago
parent 52bda42448
commit 3e7bb0efff
  1. 5
      global.org

@ -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)))
"" list))
(mapconcat #'identity list "\n")))
#+end_src

Loading…
Cancel
Save