summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-10-12 21:56:25 -0400
committerSacha Chua <sacha@sachachua.com>2023-10-12 21:56:25 -0400
commit297a0fd21319a6158b2db19b3f5e3581b9c1f29c (patch)
treed546c09dafbed4eaeb1e36fecb7dc4a1aba4fc89 /emacsconf.el
parentd154a8efcba329dfc20eeb48b153fdd212eed9ae (diff)
downloademacsconf-el-297a0fd21319a6158b2db19b3f5e3581b9c1f29c.tar.xz
emacsconf-el-297a0fd21319a6158b2db19b3f5e3581b9c1f29c.zip
formatting for easier inclusion in presentation
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/emacsconf.el b/emacsconf.el
index 97560e7..64ef086 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -1068,7 +1068,11 @@ The subheading should match `emacsconf-abstract-heading-regexp'."
(defun emacsconf-timezone-set (timezone)
"Set the timezone for the current Org entry."
- (interactive (list (progn (require 'tzc) (completing-read "Timezone: " tzc-time-zones))))
+ (interactive
+ (list
+ (progn
+ (require 'tzc)
+ (completing-read "Timezone: " tzc-time-zones))))
(org-entry-put (point) "TIMEZONE" timezone))
;;; Etherpad