Re: Exporting: how to exclude top/bottom hline for tables?

2021-09-23 Thread Yasushi SHOJI
Hi, On Thu, Sep 23, 2021 at 5:09 AM S Boucher wrote: > > Is there a way to exclude the top and bottom hline of tables during export? I don't see any option to change. But you can do: , | (defun my/remove-bottom (borders) | (remove-if (lambda (x) (memq x '(bottom top above below)))

Exporting: how to exclude top/bottom hline for tables?

2021-09-22 Thread S Boucher
Is there a way to exclude the top and bottom hline of tables during export? When I'm exporting to UTF-8, the top and bottom lines of the tables do not display correctly for me. Though the number of chars is correct, the face used by emacs does not match the face used for the rest of the file.