Browse Source

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
Nicolas Goaziou 12 years ago
parent
commit
3eac442249
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/ox.el

+ 2 - 1
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"))