From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: org-beamer-select-environment fails Date: Tue, 02 Feb 2016 09:32:39 +0100 Message-ID: <878u33cy1k.fsf@free.fr> References: <87d1sg1qll.fsf@free.fr> <87bn80s00s.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQWOE-00073Z-4L for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 03:32:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQWOA-00016B-VR for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 03:32:46 -0500 Received: from smtp2-g21.free.fr ([212.27.42.2]:38003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQWOA-00015y-Q1 for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 03:32:42 -0500 Received: from touco (unknown [82.244.252.119]) by smtp2-g21.free.fr (Postfix) with ESMTPS id AA1554B00C4 for ; Tue, 2 Feb 2016 09:30:27 +0100 (CET) In-Reply-To: <87bn80s00s.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Mon, 1 Feb 2016 19:28:35 +0000") 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: emacs-orgmode@gnu.org Eric S Fraga writes: > On Monday, 1 Feb 2016 at 14:56, Julien Cubizolles wrote: >> There is something wrong with org-beamer-select-environment. It fails >> with: > > I just tried this and it works fine for me. Maybe tell us a bit more > about your setup, such as what version of org? And maybe include a > small example? Just a test.org file with --8<---------------cut here---------------start------------->8--- * test --8<---------------cut here---------------end--------------->8--- Calling org-beamer-select-environment triggers the problem. I've tried with Org-mode version 8.2.10 (release_8.2.10 @ /usr/share/emacs/25.1.50/lisp/org/) (emacs -Q) and with Org-mode version 8.3.3 (8.3.3-43-g0b97a5-elpa @ /home/wilk/.emacs.d/elpa/org-20160201/) Since I was not having this problem previously, I guess it must have to do with a new version of Emacs (GNU Emacs 25.1.50.2 (x86_64-pc-linux-gnu, GTK+ Version 3.16.7) of 2016-01-31) Julien.