From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Help with beamer environments + org-special-blocks! Date: Sat, 29 Jun 2013 01:18:30 +0200 Message-ID: <878v1trfi1.fsf@gmail.com> References: <20130620080922.GA12128@panahar> <861u7pc723.fsf@somewhere.org> <87obatt068.fsf@gmail.com> <864ncj50qf.fsf@somewhere.org> <87y59vsqkm.fsf@gmail.com> <86mwqain1f.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UshwA-0008Jc-1e for emacs-orgmode@gnu.org; Fri, 28 Jun 2013 19:18:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ushw8-0007Ez-PT for emacs-orgmode@gnu.org; Fri, 28 Jun 2013 19:18:41 -0400 Received: from plane.gmane.org ([80.91.229.3]:39667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ushw8-0007EX-Iy for emacs-orgmode@gnu.org; Fri, 28 Jun 2013 19:18:40 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ushw6-0001wa-IV for emacs-orgmode@gnu.org; Sat, 29 Jun 2013 01:18:38 +0200 In-Reply-To: <86mwqain1f.fsf@somewhere.org> (Sebastien Vauban's message of "Fri, 28 Jun 2013 11:48:12 +0200") 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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hello, "Sebastien Vauban" writes: >> No. I fixed it ten days ago (dffdc49). > > Though I'm now on Org-mode version 8.0.3 (release_8.0.3-295-g91a4c8), pulled > this morning, I don't see it fixed. I realize that the patch won't fix it. This patch was introduced to allow something like: #+begin_figure* ... #+end_figure* again. But it still expects the same string after the "begin_" and the "end_". In this case strings are different because of the arguments to the environment. Therefore, the correct way to set this is using the #+attr_latex line, as in your first case. I hope it is less confusing now. Regards, -- Nicolas Goaziou