From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Ignoring all org-mode headings to export beamer slides with no titles Date: Sun, 03 Apr 2016 15:19:21 +0200 Message-ID: <8760vy25k6.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amhtz-00056I-LC for emacs-orgmode@gnu.org; Sun, 03 Apr 2016 09:17:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amhtw-00070l-Ey for emacs-orgmode@gnu.org; Sun, 03 Apr 2016 09:17:15 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:51350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amhtw-00070X-8V for emacs-orgmode@gnu.org; Sun, 03 Apr 2016 09:17:12 -0400 In-Reply-To: (Rob Stewart's message of "Sun, 3 Apr 2016 11:30:32 +0100") 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: Rob Stewart Cc: emacs-orgmode@gnu.org Hello, Rob Stewart writes: > 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? You can use #+PROPERTY beamer_env fullframe, if beamer_env allows inheritance. See (info "(org) Property inheritance"). Regards, -- Nicolas Goaziou