summaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@szymonszukalski.com>2026-04-08 17:32:22 +1000
committerSzymon Szukalski <szymon@szymonszukalski.com>2026-04-08 17:32:22 +1000
commit018c70ae0ba8a8c3a7ece3a10fb0be2199e3af96 (patch)
tree1420bb75a3c863155405a53970a8b1ffc0334e75 /config.org
parent059aa0870f1152f06d41e0bbd1c9078c39161923 (diff)
Refine meeting capture and calendar settings
Diffstat (limited to 'config.org')
-rw-r--r--config.org11
1 files changed, 5 insertions, 6 deletions
diff --git a/config.org b/config.org
index 391e71e..d31c6e8 100644
--- a/config.org
+++ b/config.org
@@ -140,7 +140,10 @@ This section sets the visual defaults: theme, fonts, and frame behavior.
;; Enable 24-hour time display without load average.
(setq display-time-24hr-format t
display-time-day-and-date t
- display-time-default-load-average nil)
+ display-time-default-load-average nil
+ calendar-latitude -37.7667
+ calendar-longitude 145.0
+ calendar-location-name "Melbourne, VIC")
(display-time-mode 1))
;; Keep the theme's faces, but make the right edge alignment dynamic.
@@ -940,10 +943,6 @@ When CREATE is non-nil, create the datetree entry when missing."
(widen)
(ss/journal-goto-section section (ss/journal-capture-time)))
- (defun ss/journal-meeting-heading ()
- "Return the default heading for a journal meeting entry."
- (format-time-string "%H:%M " (ss/journal-capture-time)))
-
(defun ss/refresh-org-agenda-files (&rest _)
"Refresh `org-agenda-files' from the journal and PARA directories.
Ignore any arguments passed by advice wrappers."
@@ -1034,7 +1033,7 @@ compact, structured card file rather than turning into another capture target.
"* %?")
("jm" "Meeting" entry
(function (lambda () (ss/journal-capture-target "Meetings")))
- "* %(ss/journal-meeting-heading)%?\n<%<%Y-%m-%d>>")
+ "* <%<%Y-%m-%d %H:%M>> %?")
("n" "Denote")
("nn" "Generic" plain
(file denote-last-path)