emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-beamer-select-environment fails
@ 2016-02-01 13:56 Julien Cubizolles
  2016-02-01 19:28 ` Eric S Fraga
  0 siblings, 1 reply; 7+ messages in thread
From: Julien Cubizolles @ 2016-02-01 13:56 UTC (permalink / raw)
  To: emacs-orgmode


There is something wrong with org-beamer-select-environment. It fails with:

--8<---------------cut here---------------start------------->8---

Debugger entered--Lisp error: (wrong-type-argument listp t)
  delete((org-filtered) t)
  remove((org-filtered) t)
  org-move-to-column(147 t)
  org-fast-tag-show-exit(t)
  org-fast-tag-selection(nil nil ((:startgroup) ("B_againframe" . 65) ("B_appendix" . 120) ("B_column" . 99) ("B_columns" . 67) ("B_frame" . 102) ("B_fullframe" . 70) ("B_ignoreheading" . 105) ("B_note" . 110) ("B_noteNH" . 78) ("B_action" . 107) ("B_only" . 79) ("B_Definition" . 68) ("B_Indispensable" . 73) ("B_Consequence" . 83) ("B_Block" . 66) ("B_Theoreme" . 84) ("B_Exemple" . 88) ("B_block" . 98) ("B_alertblock" . 97) ("B_verse" . 118) ("B_quotation" . 113) ("B_quote" . 81) ("B_structureenv" . 115) ("B_theorem" . 116) ("B_definition" . 100) ("B_example" . 101) ("B_exampleblock" . 69) ("B_proof" . 112) ("B_beamercolorbox" . 111) (:endgroup) ("BMCOL" . 124)) 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)
  --8<---------------cut here---------------end--------------->8---


Julien.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-beamer-select-environment fails
  2016-02-01 13:56 org-beamer-select-environment fails Julien Cubizolles
@ 2016-02-01 19:28 ` Eric S Fraga
  2016-02-02  8:32   ` Julien Cubizolles
  0 siblings, 1 reply; 7+ messages in thread
From: Eric S Fraga @ 2016-02-01 19:28 UTC (permalink / raw)
  To: Julien Cubizolles; +Cc: emacs-orgmode

On Monday,  1 Feb 2016 at 14:56, Julien Cubizolles wrote:
> There is something wrong with org-beamer-select-environment. It fails
> with:

I just tried this and it works fine for me.  Maybe tell us a bit more
about your setup, such as what version of org?  And maybe include a
small example?
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3.3-531-g8003ef

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-beamer-select-environment fails
  2016-02-01 19:28 ` Eric S Fraga
@ 2016-02-02  8:32   ` Julien Cubizolles
  2016-02-02 16:52     ` Nicolas Goaziou
  0 siblings, 1 reply; 7+ messages in thread
From: Julien Cubizolles @ 2016-02-02  8:32 UTC (permalink / raw)
  To: emacs-orgmode

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

> On Monday,  1 Feb 2016 at 14:56, Julien Cubizolles wrote:
>> There is something wrong with org-beamer-select-environment. It fails
>> with:
>
> I just tried this and it works fine for me.  Maybe tell us a bit more
> about your setup, such as what version of org?  And maybe include a
> small example?

Just a test.org file with

--8<---------------cut here---------------start------------->8---
* test
--8<---------------cut here---------------end--------------->8---

Calling org-beamer-select-environment triggers the problem. I've tried
with Org-mode version 8.2.10 (release_8.2.10 @
/usr/share/emacs/25.1.50/lisp/org/) (emacs -Q) and with Org-mode version
8.3.3 (8.3.3-43-g0b97a5-elpa @ /home/wilk/.emacs.d/elpa/org-20160201/)

Since I was not having this problem previously, I guess it must have to
do with a new version of Emacs (GNU Emacs 25.1.50.2
(x86_64-pc-linux-gnu, GTK+ Version 3.16.7) of 2016-01-31)

Julien.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-beamer-select-environment fails
  2016-02-02  8:32   ` Julien Cubizolles
@ 2016-02-02 16:52     ` Nicolas Goaziou
  2016-02-03 16:20       ` Julien Cubizolles
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Goaziou @ 2016-02-02 16:52 UTC (permalink / raw)
  To: Julien Cubizolles; +Cc: emacs-orgmode

Hello,

Julien Cubizolles <j.cubizolles@free.fr> writes:

> Eric S Fraga <e.fraga@ucl.ac.uk> writes:
>
>> On Monday,  1 Feb 2016 at 14:56, Julien Cubizolles wrote:
>>> There is something wrong with org-beamer-select-environment. It fails
>>> with:
>>
>> I just tried this and it works fine for me.  Maybe tell us a bit more
>> about your setup, such as what version of org?  And maybe include a
>> small example?
>
> Just a test.org file with
>
> * test
>
> Calling org-beamer-select-environment triggers the problem. I've tried
> with Org-mode version 8.2.10 (release_8.2.10 @
> /usr/share/emacs/25.1.50/lisp/org/) (emacs -Q) and with Org-mode version
> 8.3.3 (8.3.3-43-g0b97a5-elpa @ /home/wilk/.emacs.d/elpa/org-20160201/)
>
> Since I was not having this problem previously, I guess it must have to
> do with a new version of Emacs (GNU Emacs 25.1.50.2
> (x86_64-pc-linux-gnu, GTK+ Version 3.16.7) of 2016-01-31)

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-beamer-select-environment fails
  2016-02-02 16:52     ` Nicolas Goaziou
@ 2016-02-03 16:20       ` Julien Cubizolles
  2016-02-03 17:09         ` Nicolas Goaziou
  0 siblings, 1 reply; 7+ messages in thread
From: Julien Cubizolles @ 2016-02-03 16:20 UTC (permalink / raw)
  To: emacs-orgmode, Nicolas Goaziou

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

>> Calling org-beamer-select-environment triggers the problem. I've tried
>> with Org-mode version 8.2.10 (release_8.2.10 @
>> /usr/share/emacs/25.1.50/lisp/org/) (emacs -Q) and with Org-mode version
>> 8.3.3 (8.3.3-43-g0b97a5-elpa @ /home/wilk/.emacs.d/elpa/org-20160201/)
>>
>> Since I was not having this problem previously, I guess it must have to
>> do with a new version of Emacs (GNU Emacs 25.1.50.2
>> (x86_64-pc-linux-gnu, GTK+ Version 3.16.7) of 2016-01-31)
>
> Fixed. Thank you.

Did you issue a fix for org-mode or for emacs ? I've upgraded to Org-mode version 8.3.2
(release_8.3.2-356-gb2eb53) and the problem remains.

Julien.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-beamer-select-environment fails
  2016-02-03 16:20       ` Julien Cubizolles
@ 2016-02-03 17:09         ` Nicolas Goaziou
  2016-02-03 19:44           ` Julien Cubizolles
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Goaziou @ 2016-02-03 17:09 UTC (permalink / raw)
  To: Julien Cubizolles; +Cc: emacs-orgmode

Hello,

Julien Cubizolles <j.cubizolles@free.fr> writes:

> Did you issue a fix for org-mode or for emacs ? I've upgraded to Org-mode version 8.3.2
> (release_8.3.2-356-gb2eb53) and the problem remains.

This is an old release. I fixed the bug in Org stable branch, yet to be
released on ELPA.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-beamer-select-environment fails
  2016-02-03 17:09         ` Nicolas Goaziou
@ 2016-02-03 19:44           ` Julien Cubizolles
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Cubizolles @ 2016-02-03 19:44 UTC (permalink / raw)
  To: emacs-orgmode, Nicolas Goaziou

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> Julien Cubizolles <j.cubizolles@free.fr> writes:
>
>> Did you issue a fix for org-mode or for emacs ? I've upgraded to Org-mode version 8.3.2
>> (release_8.3.2-356-gb2eb53) and the problem remains.
>
> This is an old release. I fixed the bug in Org stable branch, yet to be
> released on ELPA.

Sorry about that, I don't know why my git repo was not on the right
branch. It's indeed fixed. Thanks.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-03 19:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-01 13:56 org-beamer-select-environment fails Julien Cubizolles
2016-02-01 19:28 ` Eric S Fraga
2016-02-02  8:32   ` Julien Cubizolles
2016-02-02 16:52     ` Nicolas Goaziou
2016-02-03 16:20       ` Julien Cubizolles
2016-02-03 17:09         ` Nicolas Goaziou
2016-02-03 19:44           ` Julien Cubizolles

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).