emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] New Beamer environment selection problem


From: Julien Cubizolles
Subject: Re: [O] New Beamer environment selection problem
Date: Thu, 12 May 2016 12:04:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Nicolas Goaziou <address@hidden> 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]