From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Stewart Subject: Ignoring all org-mode headings to export beamer slides with no titles Date: Sun, 3 Apr 2016 11:30:32 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amfIz-0008Kk-Pb for emacs-orgmode@gnu.org; Sun, 03 Apr 2016 06:30:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amfIy-0001VC-QT for emacs-orgmode@gnu.org; Sun, 03 Apr 2016 06:30:53 -0400 Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:35364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amfIy-0001V8-Ip for emacs-orgmode@gnu.org; Sun, 03 Apr 2016 06:30:52 -0400 Received: by mail-lb0-x232.google.com with SMTP id bc4so120223417lbc.2 for ; Sun, 03 Apr 2016 03:30:52 -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 Hi, I like presentation zen, where less is more. I would like to export my org-mode files as beamer slides, but have the heading title ignored so as not to position a title at the top left of the each slide. I can do it on a per-slide basis with: ** My slide title :PROPERTIES: :BEAMER_ENV: fullframe :END: Is there a way of applying this rule to every slide, without having to add this :PROPERTIES: section beneath every heading in my org file? Thanks, -- Rob