From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seb Frank Subject: customizing org-beamer--format-frame Date: Fri, 25 Apr 2014 08:24:27 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bd760c2f383fc04f7dd0b78 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdfB7-00020y-FH for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 08:24:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WdfB6-0004WV-KV for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 08:24:29 -0400 Received: from mail-ie0-x243.google.com ([2607:f8b0:4001:c03::243]:63766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdfB6-0004WL-F0 for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 08:24:28 -0400 Received: by mail-ie0-f195.google.com with SMTP id lx4so886699iec.10 for ; Fri, 25 Apr 2014 05:24:27 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --047d7bd760c2f383fc04f7dd0b78 Content-Type: text/plain; charset=UTF-8 Hi there, I have customized org-beamer--format-frame to change the way headlines are treated (as I want a separate slide with only the headline in the center and plain frames not showing headlines after that). The way I currently do this is by redefining the function itself (using "defun org-beamer--format-frame"). This works, but is there any way to make this more modular, i.e. tell org-mode somewhere to use a different function (e.g., my-org-beamer--format-frame) to format a frame, so that it's easy to switch back and forth between different ones, as well as to revert to the default? Thanks, Seb --047d7bd760c2f383fc04f7dd0b78 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi there,

I have customized or= g-beamer--format-frame to change the way headlines are treated (as I want a= separate slide with only the headline in the center and plain frames not s= howing headlines after that). The way I currently do this is by redefining = the function itself (using "defun org-beamer--format-frame"). Thi= s works, but is there any way to make this more modular, i.e. tell org-mode= somewhere to use a different function (e.g., my-org-beamer--format-frame) = to format a frame, so that it's easy to switch back and forth between d= ifferent ones, as well as to revert to the default?

Thanks,
=C2=A0 Seb


--047d7bd760c2f383fc04f7dd0b78--