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")
>>
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
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 '
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
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
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
>> #-
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
> #
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
#-