From cd90381ad05540edff307c9ea73e13f847214538 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 23 Jul 2025 21:07:00 +0200 Subject: [PATCH] Fix capitalization in docstring --- 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 6265e68..079d5b3 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -482,7 +482,7 @@ Via %%(with-temp-buffer (db/org-add-link-to-current-clock) (string-trim (buffer- (defun db/find-parent-task () ;; http://doc.norang.ca/org-mode.html#Clocking - "Return point of the nearest parent task, and NIL if no such task exists. + "Return point of the nearest parent task, and nil if no such task exists. Ignores headlines tagged with NOP or PERIODIC, as those items should not be clocked."