summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2014-01-07 21:50:44 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2014-01-07 21:50:44 +0100
commitfc09ad3be42bb859e51ae28485e72da3ff5bc7fa (patch)
tree5d276b042b54d9628c897ef2bf1fa8d1cafcea64
parent6dc83e651d4d8e77a9b8cf146d725fab8517315c (diff)
downloadorg-mode-fc09ad3be42bb859e51ae28485e72da3ff5bc7fa.tar.gz
ox-beamer: Fix bug when an selecting environment
* lisp/ox-beamer.el (org-beamer-select-environment): Function doesn't work if fast tag selection is disabled, so make sure it is always on, independently on user's configuration. Reported-by: Anders Johansson <mejlaandersj@gmail.com>
-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)) "")))