From 766b12e4e3e66fc3cee7f294e73a68ad412db1cd Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 13 Jan 2018 18:29:13 +0100 Subject: [PATCH] [Org] Updating documentation for clock line mapping function --- site-lisp/db-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 41d3983..e198bfe 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -925,7 +925,8 @@ For each clockline, call CLOCKLINE-FN with the starting and ending time as arguments and point on the beginning of the line. For each headline, call HEADLINE-FN with no arguments and point on the start of the headline. Traversal will be done from the -end of the file upwards." +end of the file upwards. If the buffer is narrowed, only this +region will be traversed." (when (eq major-mode 'org-mode) (let* ((re (concat "^\\(\\*+\\)[ \t]\\|^[ \t]*" org-clock-string