From 297a0fd21319a6158b2db19b3f5e3581b9c1f29c Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 12 Oct 2023 21:56:25 -0400 Subject: formatting for easier inclusion in presentation --- emacsconf.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'emacsconf.el') 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 -- cgit v1.2.3