From 979f7af136400acf7d9b9e6b3ace188688d09de9 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 2 Dec 2017 22:06:16 +0100 Subject: [PATCH] [Org] Clarify docstring for reporting function --- site-lisp/db-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 8697447..8f7f5f2 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -980,7 +980,7 @@ heading and CLOCK-TIMES consists of cons cells of the form (START a clock line for this task. START and END are times as returned by FLOAT-TIME, which see. No truncation with respect to TSTART and TEND is done, i.e., START or END may lie outside of these -limits, provided that TSTART ≤ END or START ≤ TEND." +limits, but it is always true that TSTART ≤ END or START ≤ TEND." ;; adapted from `org-clock-sum’ (when (eq major-mode 'org-mode) (let* ((re (concat "^\\(\\*+\\)[ \t]\\|^[ \t]*"