summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2014-01-07 21:54:42 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2014-01-07 21:54:42 +0100
commit09f148ec2ef75421405ca32671d661b10c4a4330 (patch)
treee41d16f7c4ae7970bddabf565288610b19ac2431
parentf18b153d7c87e9c2dcd6e2c98871b76507d664cd (diff)
parentfc09ad3be42bb859e51ae28485e72da3ff5bc7fa (diff)
downloadorg-mode-09f148ec2ef75421405ca32671d661b10c4a4330.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox-beamer.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ox-beamer.el b/lisp/ox-beamer.el
index 7fd7073..65ef53d 100644
--- a/lisp/ox-beamer.el
+++ b/lisp/ox-beamer.el
@@ -1094,6 +1094,7 @@ aid, but the tag does not have any semantic meaning."
envs)
'((:endgroup))
'(("BMCOL" . ?|))))
+ (org-use-fast-tag-selection t)
(org-fast-tag-selection-single-key t))
(org-set-tags)
(let ((tags (or (ignore-errors (org-get-tags-string)) "")))