From acec08c32c4acad306ed67b57d082d9e0d0f284e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 6 Oct 2024 16:44:01 +0100 Subject: Make 1h the default duration. * varuga.el (varuga-invite): Make 1h the default duration. --- varuga.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varuga.el b/varuga.el index 8a2cd70..923a433 100644 --- a/varuga.el +++ b/varuga.el @@ -144,7 +144,7 @@ is the length of the event in minutes." (read-string "Location: ") (org-read-date t t nil "When?") (org-duration-to-minutes - (read-string "Duration: ")))) + (read-string "Duration: " "1h")))) (save-excursion ;; Fill Subject header if it is blank. (when (string-blank-p (varuga-message-subject)) -- cgit v1.2.3