diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-10-12 21:56:25 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-10-12 21:56:25 -0400 |
commit | 297a0fd21319a6158b2db19b3f5e3581b9c1f29c (patch) | |
tree | d546c09dafbed4eaeb1e36fecb7dc4a1aba4fc89 | |
parent | d154a8efcba329dfc20eeb48b153fdd212eed9ae (diff) | |
download | emacsconf-el-297a0fd21319a6158b2db19b3f5e3581b9c1f29c.tar.xz emacsconf-el-297a0fd21319a6158b2db19b3f5e3581b9c1f29c.zip |
formatting for easier inclusion in presentation
-rw-r--r-- | emacsconf.el | 6 |
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 |