From d4124568962b5d47ec6dcede0ade70017cd8afd3 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sun, 3 Apr 2022 19:51:56 -0700 Subject: [PATCH] Fix minor bug in my presentation code. --- ha-org-word-processor.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha-org-word-processor.org b/ha-org-word-processor.org index 98f3700..140ca4c 100644 --- a/ha-org-word-processor.org +++ b/ha-org-word-processor.org @@ -440,7 +440,7 @@ Used to use [[https://github.com/takaxp/org-tree-slide][org-tree-slide]] for sho (defun org-present-end () (org-present-small) (org-blocks-show-headers) - (setq mode-line-format ha-org-present-mode-line-format) + (setq mode-line-format ha-org-present-mode-line) (setq cursor-type t) (blink-cursor-mode 1) (org-present-read-write))