[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] ox-latex.el: add `:options' LaTeX attribute to tables
From: |
Vikas Rawal |
Subject: |
Re: [patch] ox-latex.el: add `:options' LaTeX attribute to tables |
Date: |
Fri, 29 Oct 2021 06:38:58 +0530 |
> Do you still keep this line in your init:
>
> (advice-add 'org-latex--org-table :override #'my/org-latex--org-table) ?
>
> If so, rename the function from my previous email as
> `my/org-latex-org-table' and re-evaluate it. And comment the old
> `my/org-latex-org-table'.
>
You were right. My bad. I should have been more careful.
I confirm, the new function works and is a significant improvement.
Vikas