From 56737ea87fd523d2e88b732af110008b993c7310 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Thu, 2 Jun 2016 11:44:56 +0200 Subject: [PATCH 1/2] ox-beamer: Remove customizable subtitle * lisp/ox-beamer.el (org-beamer-subtitle-format): Remove. (:options-alist): Remove :beamer-subtitle-format. --- doc/org.texi | 4 +--- lisp/ox-beamer.el | 11 ----------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 56779e8..2c9cb64 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -11077,9 +11077,7 @@ can use several @code{#+KEYWORDS} if the description is is long. @item SUBTITLE @cindex #+SUBTITLE (Beamer) -@vindex org-beamer-subtitle-format -The document subtitle. This is typeset using the format string -@code{org-beamer-subtitle-format}. It can also access via +The document subtitle. It can also access via @code{org-latex-hyperref-template} or typeset as part of the front matter via @code{org-latex-title-command}. @end table diff --git a/lisp/ox-beamer.el b/lisp/ox-beamer.el index 2d1d53f..fc17d3e 100644 --- a/lisp/ox-beamer.el +++ b/lisp/ox-beamer.el @@ -134,16 +134,6 @@ You might want to put e.g. \"allowframebreaks=0.9\" here." :group 'org-export-beamer :type '(string :tag "Outline frame options")) - -(defcustom org-beamer-subtitle-format "\\subtitle{%s}" - "Format string used for transcoded subtitle. -The format string should have at most one \"%s\"-expression, -which is replaced with the subtitle." - :group 'org-export-beamer - :version "25.1" - :package-version '(Org . "8.3") - :type '(string :tag "Format string")) - ;;; Internal Variables @@ -239,7 +229,6 @@ Return overlay specification, as a string, or nil." :options-alist '((:headline-levels nil "H" org-beamer-frame-level) (:latex-class "LATEX_CLASS" nil "beamer" t) - (:beamer-subtitle-format nil nil org-beamer-subtitle-format) (:beamer-column-view-format "COLUMNS" nil org-beamer-column-view-format) (:beamer-theme "BEAMER_THEME" nil org-beamer-theme) (:beamer-color-theme "BEAMER_COLOR_THEME" nil nil t) -- 2.10.0