summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2024-10-06 16:44:01 +0100
committerArun Isaac2024-10-06 16:44:01 +0100
commitacec08c32c4acad306ed67b57d082d9e0d0f284e (patch)
tree5a4068c22d2bb7fee5558b1c3b437f9fdc19f017
parentfb446c8a34e245ff894a1252b33c9de17833283b (diff)
downloadvaruga-acec08c32c4acad306ed67b57d082d9e0d0f284e.tar.gz
varuga-acec08c32c4acad306ed67b57d082d9e0d0f284e.tar.lz
varuga-acec08c32c4acad306ed67b57d082d9e0d0f284e.zip
Make 1h the default duration.0.1.0
* varuga.el (varuga-invite): Make 1h the default duration.
-rw-r--r--varuga.el2
1 files changed, 1 insertions, 1 deletions
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))