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-06 Thread Nicolas Goaziou
Hello, "Ulrich G. Wortmann" writes: > no. I did not. How do checkout the "next" branch? You need to install Org from git, as described in the manual. Then, before calling "make", just use "git checkout next". Regards, -- Nicolas Goaziou

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 environment to use, and where to place the float on

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 Nicolas Goaziou
Hello, "Ulrich G. Wortmann" writes: > I made a few more tweaks. The function now recognizes modifiers as to which > float environment to use, and where to place the float on the page. E.g. > > #+ATTR_LATEX: :environment longtable > #+ATTR_LATEX: :placment [t] Thank you. However, I think the

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
I made a few more tweaks. The function now recognizes modifiers as to which float environment to use, and where to place the float on the page. E.g. #+ATTR_LATEX: :environment longtable #+ATTR_LATEX: :placment [t] I also had a quick look at the html export code to see whether I can add the

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-30 Thread Nicolas Goaziou
Hello, "Ulrich G. Wortmann" writes: > > I know nothing about lisp, but I think I understand enough of the structure > to propose the following changes: > > In my testfile, this preserves the current behavior if no #+CAPTION is > present. However, if the #+CAPTION is not empty, the table will be

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
Hi Nicolas, I know nothing about lisp, but I think I understand enough of the structure to propose the following changes: In my testfile, this preserves the current behavior if no #+CAPTION is present. However, if the #+CAPTION is not empty, the table will be exported as float with the proper

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 Nicolas Goaziou
Hello, "Ulrich G. Wortmann" writes: > I had a quick look at table.el > > It exports only a tabular command, not a table. Is there a way to make org > wrap the > > \begin{tabular} > \end{tabular} > > into a regular > > \begin{table} > \end{table} > > This would be perfectly correct latex, and

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
I had a quick look at table.el It exports only a tabular command, not a table. Is there a way to make org wrap the \begin{tabular} \end{tabular} into a regular \begin{table} \end{table} This would be perfectly correct latex, and keep the export mechanism, neatly separated Cheers Uli On

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" writes: > > > the

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-24 Thread Nicolas Goaziou
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 org file and convert that table to table.el the > caption is not exported into either the HTML or Latex

[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.