Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-12-04 Thread Ulrich G. Wortmann
no. I did not. How do checkout the "next" branch? thx On Mon, 3 Dec 2018 at 12:15 Nicolas Goaziou wrote: > Hello, > > "Ulrich G. Wortmann" writes: > > > I made a few more tweaks. The function now recognizes modifiers as to > which > > float envi

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-12-03 Thread Ulrich G. Wortmann
t-get attr :center) (plist-get info :latex-tables-centered (if (not centerp) output (if (string= "" caption) (format (concat "\\begin{center}\n" "%s\n" "\\end{center}\n") output) (format (concat "\\begin{"table-env&quo

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-28 Thread Ulrich G. Wortmann
tering\n" + "%s\n" + "\\end{table}\n") output)) + )) (defun org-latex--math-table (table info) "Return appropriate LaTeX code for a matrix. On Mon, 26 Nov 2018 at 16:02 Nicolas Goaziou wrote: >

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-26 Thread Ulrich G. Wortmann
, 24 Nov 2018 at 04:37 Nicolas Goaziou wrote: > Hello, > > "Ulrich G. Wortmann" writes: > > > the following problem occurs reproducibly with GNU Emacs 26.1 (see below > > for details), even when starting emacs with -Q > > > > If I use a table in my o

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-26 Thread Ulrich G. Wortmann
Thanks for the feedback. Makes sense if the latex code in the tabular environment is generated by table.el. I wonder however why the export to ASCII produces a caption. Cheers Uli On Sat, 24 Nov 2018 at 04:37 Nicolas Goaziou wrote: > Hello, > > "Ulrich G. Wortmann"

[O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-23 Thread Ulrich G. Wortmann
Dear All, the following problem occurs reproducibly with GNU Emacs 26.1 (see below for details), even when starting emacs with -Q If I use a table in my org file and convert that table to table.el the caption is not exported into either the HTML or Latex File. Export to ASCII works as expected.