summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-08-22 16:31:51 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2012-08-22 16:32:16 +0200
commitd1f36ea3137d5c769e590d802a660589218d3929 (patch)
treeab700c804b9b7ecd82d7ce23ffb8de1701e48efe
parent6e3c944764352f4548c02e583a5d7e428ba76c14 (diff)
downloadorg-mode-d1f36ea3137d5c769e590d802a660589218d3929.tar.gz
org-e-beamer: Fix bug with default value for outline frame options
* contrib/lisp/org-e-beamer.el (org-e-beamer-outline-frame-options): Value must be a string, so make default value an empty string instead of nil.
-rw-r--r--contrib/lisp/org-e-beamer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/org-e-beamer.el b/contrib/lisp/org-e-beamer.el
index af5b8ff..a579bd7 100644
--- a/contrib/lisp/org-e-beamer.el
+++ b/contrib/lisp/org-e-beamer.el
@@ -166,7 +166,7 @@ close The closing string of the environment."
:group 'org-export-e-beamer
:type '(string :tag "Outline frame title"))
-(defcustom org-e-beamer-outline-frame-options nil
+(defcustom org-e-beamer-outline-frame-options ""
"Outline frame options appended after \\begin{frame}.
You might want to put e.g. \"allowframebreaks=0.9\" here."
:group 'org-export-e-beamer