Re: [O] New Beamer environment selection problem

2016-05-16 Thread Julien Cubizolles
Nicolas Goaziou writes: > Hello, > > Julien Cubizolles writes: > >> I'm still experiencing this problem with the following example >> >> #+BEGIN_SRC elisp >> (add-to-list 'load-path "~/git-repositories/org-mode/lisp") >> (add-to-list 'load-path "~/git-repositories/org-mode/contrib/lisp") >>

Re: [O] New Beamer environment selection problem

2016-05-12 Thread Nicolas Goaziou
Hello, Julien Cubizolles writes: > I'm still experiencing this problem with the following example > > #+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: > : Successfu

Re: [O] New Beamer environment selection problem

2016-05-12 Thread Julien Cubizolles
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 '

Re: [O] New Beamer environment selection problem

2016-05-02 Thread Jarmo Hurri
Nicolas Goaziou writes: Greetings. >> 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() >> call-interactively(org-beamer-select-environment nil ni

Re: [O] New Beamer environment selection problem

2016-04-28 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > 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() > call-interactively(org-beamer-select-environment nil nil) > command-e

Re: [O] New Beamer environment selection problem

2016-04-27 Thread Jarmo Hurri
Nicolas Goaziou writes: >> 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 >> #-

Re: [O] New Beamer environment selection problem

2016-04-27 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > 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 > #

[O] New Beamer environment selection problem

2016-04-27 Thread Jarmo Hurri
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 #-