summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-02-17 09:02:54 +0100
committerBastien Guerry <bzg@altern.org>2013-02-17 09:10:37 +0100
commitf849239d73fbcc8054e073748d2bed8e51cbead2 (patch)
tree2c346dbccff59e195f9e7457a52cf448092c6f99
parentadc01ecf37905923727e4eba0a2603f0e9014c49 (diff)
downloadorg-mode-f849239d73fbcc8054e073748d2bed8e51cbead2.tar.gz
Fix commit h9034345aa
Modifying the syntax char here broke The ODT exporter.
-rw-r--r--lisp/ox.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/ox.el b/lisp/ox.el
index 22b48fb..3874c8f 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -5493,10 +5493,7 @@ back to standard interface."
(org-switch-to-buffer-other-window
(get-buffer-create "*Org Export Dispatcher*"))
(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"))
+ header-line-format "Use SPC, DEL, C-n or C-p to navigate."))
;; At this point, the buffer containing the menu exists and is
;; visible in the current window. So, refresh it.
(with-current-buffer "*Org Export Dispatcher*"