From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ferrari Subject: export to beamer with heading 1 as separators Date: Tue, 24 Sep 2019 18:15:04 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58534) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iCnTd-0003lk-HU for emacs-orgmode@gnu.org; Tue, 24 Sep 2019 12:15:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iCnTc-0004ZE-D3 for emacs-orgmode@gnu.org; Tue, 24 Sep 2019 12:15:45 -0400 Received: from mail-oi1-x232.google.com ([2607:f8b0:4864:20::232]:37435) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iCnTc-0004Yh-7p for emacs-orgmode@gnu.org; Tue, 24 Sep 2019 12:15:44 -0400 Received: by mail-oi1-x232.google.com with SMTP id i16so2169644oie.4 for ; Tue, 24 Sep 2019 09:15:44 -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" To: emacs-org list Hi all, I'm trying to export to beamer my org-mode presentation, but I would like that top level elements in the tree appears as "separators" slides, that is chapter introduction. So if my tree is: * License * Arg 0 ** slide 1 ** slide 2 ** slide 3 * Arg 1 ** slide 4 ** slide 5 ** slide 6 I want to have "License", "Arg 0" and "arg 1" as slides with title on the center (if possible). What directive should I use? Thanks, Luca