From 3eac44224973bd3f232d1b9797c905d59611cc8d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 16 Feb 2013 08:59:45 +0100 Subject: [PATCH] ox: Display a visible help for scrolling dispatcher's buffer * lisp/ox.el (org-export--dispatch-ui): Display a help message in header line for scrolling dispatcher's buffer --- lisp/ox.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index afc0b7165..bb3433116 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5478,7 +5478,8 @@ back to standard interface." (delete-other-windows) (org-switch-to-buffer-other-window (get-buffer-create "*Org Export Dispatcher*")) - (setq cursor-type nil) + (setq cursor-type nil + header-line-format "Use SPC, DEL, C-n or C-p to navigate.") ;; Prevent square brackets from being highlighted when point ;; moves onto them. (modify-syntax-entry ?\[ "w"))