From 9822736d8ec5ef3d19eb995c240b810951f8a578 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 20 Sep 2020 16:09:40 +0200 Subject: [PATCH] Move comment to right position --- site-lisp/db-projects.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site-lisp/db-projects.el b/site-lisp/db-projects.el index da2a1d5..c8bc339 100644 --- a/site-lisp/db-projects.el +++ b/site-lisp/db-projects.el @@ -149,11 +149,11 @@ whether it is included in `org-agenda-text-search-extra-files'." "Check that all known projects have a bookmark to their diary. Return list of short names of projects whose project diary does not have a corresponding bookmark." + ;; Make hash table of all diary paths to all known projects; as values we + ;; keep the short names, because these are the ones we want to return in the + ;; end (let ((projects (make-hash-table :test #'equal))) - ;; Make hash table of all diary paths to all known projects; as values we - ;; keep the short names, because these are the ones we want to return in the - ;; end (dolist (project (projects-existing-projects)) (let ((project-diary-path (expand-file-name (concat (file-name-as-directory project) "projekttagebuch.org")