mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
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.
This commit is contained in:
parent
6e3c944764
commit
d1f36ea313
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user