zwz <zhangwe...@gmail.com> wrote: > Here is the content of my org file: > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > * Test > > > | | A | B | > > > |-----+---+---| > > > | com | 1 | 2 | > > > | org | 3 | 4 | > > > > > > Some math formulae: > > > > > > y =3D x_1^2 + x_2^2 > > > > > > y^2 =3D 2x^2 + 1 > > > > > > z_2 =3D x_1 + x_2 + 2 (y_1 + y_2 + r) > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > Then I press C-c C-e l, I get the debug back-trace: > > Debugger entered--Lisp error: (wrong-type-argument arrayp nil) > replace-regexp-in-string("||" "|" nil) > org-export-latex-tables(t) >
I can reproduce this. I also tried with a different table and I can verify zwz's subsequent finding that a non-empty, non-headline line above the table fixes it. I looked at the org-export-latex-tables code, but since I couldn't come up with something obvious, I did a git bisect and got this: 31ceed47ffd3070418dd34316fef8869d2434c26 is first bad commit commit 31ceed47ffd3070418dd34316fef8869d2434c26 Author: Carsten Dominik <carsten.domi...@gmail.com> Date: Tue Jun 30 07:24:57 2009 +0200 New minor mode org-indent-mode This mode implements outline indentation similar to clean view, but in a dynamic and virtual way, at display time. HTH, Nick PS. Note that org-indent-mode is *not* enabled. I get an error when I try to enable it, but that's another story. _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode