]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ox-beamer.el
Update copyright year to 2016
[gnu-emacs] / lisp / org / ox-beamer.el
index f3a79d7c86073c8f35bbd76ef5ec8b8bba517054..4cf1e644c61be12944ab8034b124b4ea6e5761e9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ox-beamer.el --- Beamer Back-End for Org Export Engine
 
-;; Copyright (C) 2007-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2016 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten.dominik AT gmail DOT com>
 ;;         Nicolas Goaziou <n.goaziou AT gmail DOT com>
@@ -687,7 +687,7 @@ used as a communication channel."
     (cond
      ((equal type "radio")
       (let ((destination (org-export-resolve-radio-link link info)))
-       (when destination
+       (if (not destination) contents
          (format "\\hyperlink%s{%s}{%s}"
                  (or (org-beamer--element-has-overlay-p link) "")
                  (org-export-solidify-link-text
@@ -1092,6 +1092,7 @@ aid, but the tag does not have any semantic meaning."
                          envs)
                  '((:endgroup))
                  '(("BMCOL" . ?|))))
+        (org-tag-persistent-alist nil)
         (org-use-fast-tag-selection t)
         (org-fast-tag-selection-single-key t))
     (org-set-tags)