Re: [O] Bug: latex table export fails in master [8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/)]

2015-07-07 Thread Robert Klein
On Tue, 07 Jul 2015 14:47:49 +0200 Rasmus wrote: > >> I can reproduce it: [...] > > Me too. > > >> I think ox-latex.el needs to require org-table. > > ... > > When I require org-table in ox-latex.el the export works. > > I added a autoload cookie for the relevant regexp in be019c4339. It > so

Re: [O] Bug: latex table export fails in master [8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/)]

2015-07-07 Thread Nick Dokos
Rasmus writes: >>> I can reproduce it: [...] > > Me too. > >>> I think ox-latex.el needs to require org-table. >> ... >> When I require org-table in ox-latex.el the export works. > > I added a autoload cookie for the relevant regexp in be019c4339. It > solves the problem for me. > Confirmed, th

Re: [O] Bug: latex table export fails in master [8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/)]

2015-07-07 Thread Rasmus
>> I can reproduce it: [...] Me too. >> I think ox-latex.el needs to require org-table. > ... > When I require org-table in ox-latex.el the export works. I added a autoload cookie for the relevant regexp in be019c4339. It solves the problem for me. Rasmus -- Don't panic!!!

Re: [O] Bug: latex table export fails in master [8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/)]

2015-07-07 Thread Robert Klein
On Mon, 06 Jul 2015 22:34:35 -0400 Nick Dokos wrote: > Nicolas Goaziou writes: > > > Hello, > > > > Robert Klein writes: > > > >> Hello, > >> > >> when I export the attached (ECM'd) file t3.org to LaTeX (C-c C-e l > >> l) I get the error ``Symbol's value as variable is void: > >> orgtbl-exp-r

Re: [O] Bug: latex table export fails in master [8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/)]

2015-07-06 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Robert Klein writes: > >> Hello, >> >> when I export the attached (ECM'd) file t3.org to LaTeX (C-c C-e l l) I >> get the error ``Symbol's value as variable is void: >> orgtbl-exp-regexp'' > > FWIW, I cannot reproduce it. > I can reproduce it: emacs -Q -l ~

Re: [O] Bug: latex table export fails in master [8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/)]

2015-07-06 Thread Nicolas Goaziou
Hello, Robert Klein writes: > Hello, > > when I export the attached (ECM'd) file t3.org to LaTeX (C-c C-e l l) I > get the error ``Symbol's value as variable is void: > orgtbl-exp-regexp'' FWIW, I cannot reproduce it. Regards, -- Nicolas Goaziou

[O] Bug: latex table export fails in master [8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/)]

2015-07-06 Thread Robert Klein
Hello, when I export the attached (ECM'd) file t3.org to LaTeX (C-c C-e l l) I get the error ``Symbol's value as variable is void: orgtbl-exp-regexp'' I first bisected and then backtraced. Commit identified by bisect is: > git bisect bad aa9c4bfb6fe1f5db240b4f9b2d781abd1138e018 is the first ba