diff --git a/lisp/ti-config/work-org-stuff.el b/lisp/ti-config/work-org-stuff.el index a6659c2..f2ece41 100644 --- a/lisp/ti-config/work-org-stuff.el +++ b/lisp/ti-config/work-org-stuff.el @@ -641,7 +641,7 @@ (defun org-agenda-insert-breaks-between (str1 str2) (let ((r (rx line-start - (= 17 nonl) + (= 18 nonl) (not "."))) begin end) (save-excursion