From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: New Beamer environment selection problem Date: Thu, 12 May 2016 12:04:59 +0200 Message-ID: <87k2iztwvo.fsf@free.fr> References: <878tzzv26g.fsf@iki.fi> <87k2jjl64z.fsf@saiph.selenimh> <87bn4v1887.fsf@iki.fi> <87k2jhieql.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0nUW-0001UJ-7K for emacs-orgmode@gnu.org; Thu, 12 May 2016 06:05:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0nUQ-0005Z3-Ji for emacs-orgmode@gnu.org; Thu, 12 May 2016 06:05:12 -0400 Received: from smtp6-g21.free.fr ([2a01:e0c:1:1599::15]:18281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0nUQ-0005XG-En for emacs-orgmode@gnu.org; Thu, 12 May 2016 06:05:06 -0400 In-Reply-To: <87k2jhieql.fsf@saiph.selenimh> (Nicolas Goaziou's message of "Thu, 28 Apr 2016 23:51:30 +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: Jarmo Hurri Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Would the following patch solve the issue? I'm still experiencing this problem with the following example --8<---------------cut here---------------start------------->8--- #+BEGIN_SRC elisp (add-to-list 'load-path "~/git-repositories/org-mode/lisp") (add-to-list 'load-path "~/git-repositories/org-mode/contrib/lisp") #+END_SRC #+RESULTS: : Successfully reloaded Org : Org-mode version 8.3.4 (release_8.3.4-695-gf07580 @ /home/wilk/git-repositories/org-mode/lisp/) * Entry --8<---------------cut here---------------end--------------->8--- with emacs -Q evaluation the src block, reloading org-mode, org-beamer-select-environment with point on "Entry" fails with: Debugger entered--Lisp error: (wrong-number-of-arguments max 0) max() apply(max nil) org-fast-tag-selection(nil nil nil nil) org-set-tags() org-beamer-select-environment() funcall-interactively(org-beamer-select-environment) call-interactively(org-beamer-select-environment nil nil) command-execute(org-beamer-select-environment)