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
This commit is contained in:
Nicolas Goaziou 2013-02-16 08:59:45 +01:00
parent 9215a8c6c3
commit 3eac442249
1 changed files with 2 additions and 1 deletions

View File

@ -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"))