From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: New Beamer environment selection problem Date: Wed, 27 Apr 2016 12:19:51 +0300 Message-ID: <878tzzv26g.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avLdq-0000L8-Dp for emacs-orgmode@gnu.org; Wed, 27 Apr 2016 05:20:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avLdl-0007PE-7h for emacs-orgmode@gnu.org; Wed, 27 Apr 2016 05:20:18 -0400 Received: from plane.gmane.org ([80.91.229.3]:46186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avLdl-0007P6-25 for emacs-orgmode@gnu.org; Wed, 27 Apr 2016 05:20:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1avLde-0005f6-UO for emacs-orgmode@gnu.org; Wed, 27 Apr 2016 11:20:06 +0200 Received: from host-137-163-18-130.edu.hel.fi ([137.163.18.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Apr 2016 11:20:01 +0200 Received: from jarmo.hurri by host-137-163-18-130.edu.hel.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Apr 2016 11:20:01 +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" To: emacs-orgmode@gnu.org Greetings. The newest versions of org (pulled from git) introduced a problem in my use of beamer. Consider the following org file #------------------------------------------------------------------- #+STARTUP: beamer * foo ** bar #------------------------------------------------------------------- Earlier, when I moved my cursor to the end of word "bar" and pressed "C-c C-b" for (org-beamer-select-environment), I was able to select a beamer environment. Now I get an error apply: Wrong number of arguments: max, 0 Any ideas? Jarmo