From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: org-beamer: getting back to no indentation after a block Date: Fri, 08 Apr 2011 19:29:52 +0100 Message-ID: <87d3kwy4tb.fsf@ucl.ac.uk> References: <4D9DE3F9.8000601@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=41809 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8GRU-0002uB-V8 for emacs-orgmode@gnu.org; Fri, 08 Apr 2011 14:30:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8GRT-0007F0-4o for emacs-orgmode@gnu.org; Fri, 08 Apr 2011 14:30:00 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:48164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8GRS-0007EF-Ve for emacs-orgmode@gnu.org; Fri, 08 Apr 2011 14:29:59 -0400 In-Reply-To: <4D9DE3F9.8000601@gmx.de> (bozongo@gmx.de's message of "Thu, 07 Apr 2011 18:19:05 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: bozongo@gmx.de Cc: emacs-orgmode@gnu.org bozongo@gmx.de writes: > I've just given a presentation using org-beamer and it worked really > well. Thanks, guys! > > During preparation I ran into the problem described in the toy > presentation below. I'm aware of why the second slide looks how it > looks (the last line "belongs" to the block header). Still, I wonder > if there's a simpler solution for telling org that I want to get back > to no indentation after the block, similar to the way on the very > first slide. > > I realise that using the solition on the last slide is not a big deal, > so I'm fine if that's the answer. > > michael > > > #+STARTUP: beamer > #+LaTeX_CLASS: beamer > #+LaTeX_CLASS_OPTIONS: [presentation] > #+BEAMER_HEADER_EXTRA: \usetheme{Warsaw}\usefonttheme[onlysmall]{structurebold} > #+BEAMER_FRAME_LEVEL: 2 > * My question in three slides > ** A slide > Some unindented text > - item > - another item > back to unindented text > ** The same slide, but with a block > Some unindented text > *** the only way to get a block is to add a heading, right? :B_block: > :PROPERTIES: > :BEAMER_env: block > :END: > - item > - another item > back to unindented text -- but no, this doesn't work, I'm still in > the block > ** The same slide, but with a block > Some unindented text > *** the only way to get a block is to add a heading, right? :B_block: > :PROPERTIES: > :BEAMER_env: block > :END: > - item > - another item > *** This is the only way I can get what I want :B_normal: > :PROPERTIES: > :BEAMER_env: normal Change this one to: :BEAMER_env: ignoreheading if you want the heading to be ignored. > :END: > but the fact that I'm forced to use a *** heading in the org file although > I specifically don't want any bullets makes me wonder if there isn't a > simpler way to achieve what I want? Yes, the only way to end a block is to start a new "block" but, as I show above, you can have a block that is essentially a no-op if you tell org to ignore the heading (C-c C-b i): it does nothing other than end the previous block and start a new logical group of text. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.5 (release_7.5.142.g4168)