diff options
-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 |