From 1715a0412a850784da153e431871d9eac9966db1 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 2 Dec 2017 22:01:53 +0100 Subject: [PATCH] [Org] Remove redundant comma --- 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 b37758a..8697447 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -963,7 +963,7 @@ Current Task: %`org-clock-current-task; " ;;; Reporting ;; All of what follows should be available in org-mode somewhere, but doing it -;; myself was faster and also more fun :), +;; myself was faster and also more fun :) (require 'dash)