Re: Support for tabularray in LaTeX export

2021-10-25 Thread Thomas Dye
> On Oct 25, 2021, at 4:23 AM, Juan Manuel Macías > wrote: > > Vikas Rawal writes: > >>> >>>Hi Vikas, >>> >>>You can define a modified version of `org-latex--org-table', >>>adding a new LaTeX attribute `:options'. Something like this: >> >> Is there a case for incorporating

Re: Support for tabularray in LaTeX export

2021-10-25 Thread Juan Manuel Macías
Vikas Rawal writes: >> >> Hi Vikas, >> >> You can define a modified version of `org-latex--org-table', >> adding a new LaTeX attribute `:options'. Something like this: > > Is there a case for incorporating this in orgmode itself? There is some > general utility for this in my view.

Re: Support for tabularray in LaTeX export

2021-10-25 Thread Vikas Rawal
> > Hi Vikas, > > You can define a modified version of `org-latex--org-table', > adding a new LaTeX attribute `:options'. Something like this: Is there a case for incorporating this in orgmode itself? There is some general utility for this in my view. Vikas

Re: Support for tabularray in LaTeX export

2021-09-02 Thread Vikas Rawal
This is perfect. Thank you, Juan Manuel. Vikas On Thu, 2 Sept 2021 at 14:06, Juan Manuel Macías wrote: > Hi Vikas, > > You can define a modified version of `org-latex--org-table', > adding a new LaTeX attribute `:options'. Something like this: > > #+begin_src emacs-lisp > (defun

Re: Support for tabularray in LaTeX export

2021-09-02 Thread Juan Manuel Macías
Hi Vikas, You can define a modified version of `org-latex--org-table', adding a new LaTeX attribute `:options'. Something like this: #+begin_src emacs-lisp (defun my/org-latex--org-table (table contents info) "Return appropriate LaTeX code for an Org table. TABLE is the table type element to