diff options
author | Arun Isaac | 2024-10-06 16:44:01 +0100 |
---|---|---|
committer | Arun Isaac | 2024-10-06 16:44:01 +0100 |
commit | acec08c32c4acad306ed67b57d082d9e0d0f284e (patch) | |
tree | 5a4068c22d2bb7fee5558b1c3b437f9fdc19f017 | |
parent | fb446c8a34e245ff894a1252b33c9de17833283b (diff) | |
download | varuga-0.1.0.tar.gz varuga-0.1.0.tar.lz varuga-0.1.0.zip |
Make 1h the default duration.0.1.0
* varuga.el (varuga-invite): Make 1h the default duration.
-rw-r--r-- | varuga.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |