From 35c9ccbc4d6223554a755aa071cfe4b3a7bdc060 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 21 Jan 2018 19:04:10 +0100 Subject: [PATCH] [Timeline] Make more clear that we keep some headlines as they are --- site-lisp/timeline-tools.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site-lisp/timeline-tools.el b/site-lisp/timeline-tools.el index f263dc7..939716b 100644 --- a/site-lisp/timeline-tools.el +++ b/site-lisp/timeline-tools.el @@ -110,7 +110,7 @@ reversed of what it is in the subtree of MARKER." (push (cons (org-time-string-to-seconds start) (org-time-string-to-seconds end)) clock-lines)) - (lambda ())))) + #'ignore))) clock-lines)) @@ -346,7 +346,7 @@ the clock line is to be added to." (timeline-tools-insert-clockline current-start new-start))))) ;; Keep headline as they are, i.e., do nothing - (lambda ()))) + #'ignore)) ;; Finally add the new clock line (org-with-point-at target-marker