Fix commit h9034345aa

Modifying the syntax char here broke The ODT exporter.
This commit is contained in:
Bastien Guerry 2013-02-17 09:02:54 +01:00
parent adc01ecf37
commit f849239d73
1 changed files with 1 additions and 4 deletions

View File

@ -5493,10 +5493,7 @@ back to standard interface."
(org-switch-to-buffer-other-window (org-switch-to-buffer-other-window
(get-buffer-create "*Org Export Dispatcher*")) (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.") 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"))
;; At this point, the buffer containing the menu exists and is ;; At this point, the buffer containing the menu exists and is
;; visible in the current window. So, refresh it. ;; visible in the current window. So, refresh it.
(with-current-buffer "*Org Export Dispatcher*" (with-current-buffer "*Org Export Dispatcher*"