From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: Org-beamer problems Date: Fri, 21 Jan 2011 23:39:26 +0000 Message-ID: <87pqrp25e9.fsf@pinto.chemeng.ucl.ac.uk> References: <87wrm06ebv.fsf@ucl.ac.uk> <87d3ns6jlv.fsf@ucl.ac.uk> <87lj2ersne.fsf@gmail.com> <87aaiu2d0y.fsf@pinto.chemeng.ucl.ac.uk> <87r5c6lzke.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=37998 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgQZx-0002Ln-2e for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 18:39:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgQZo-0002GS-Q3 for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 18:39:33 -0500 Received: from vscani-b2.ucl.ac.uk ([144.82.108.135]:46770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgQZo-0002GO-ED for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 18:39:32 -0500 In-Reply-To: <87r5c6lzke.fsf@gmail.com> (Henri-Paul Indiogine's message of "Fri, 21 Jan 2011 13:25:05 -0800") 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: hindiogine@gmail.com Cc: emacs-orgmode@gnu.org Henri-Paul Indiogine writes: > Eric S Fraga writes: >> >> You need to also set =org-emphasis-alist=. I have: > > I missed that completely. Yes, now it works. Thanks a bunch! > > > Well, now I am wondering how to create blocks without title > > In plain LaTeX that would be: > > \begin{block}{} > blah, blah > \end{block} > > > It seems that org-mode wants a title and thus needs some text within the > second pair of {} in \begin{block}{} You can cheat using some latex...: --8<---------------cut here---------------start------------->8--- ** A second slide #+latex: \newcommand{\nothing}{} *** \nothing :B_block: :PROPERTIES: :BEAMER_env: block :END: This block has no heading, just some text. --8<---------------cut here---------------end--------------->8--- and I'm sure some latex expert could improve on this dramatically... > Another issue that I am having is with the example block > > In plain LaTeX : > > \begin{exampleblock}{} > ..... > \end{exampleblock} > > > But org-mode exports: > > \begin{example}[Test example block] > ...... > \end{example} > > > Again, it would be nice to have empty block titles. Same trick should apply. But I should say again that org /= latex and if you really want the full power of latex, you should use that directly. IMO, of course. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.231.ge879)