[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org export to latex tables, with hlines and |
From: |
Uwe Brauer |
Subject: |
Re: [O] org export to latex tables, with hlines and | |
Date: |
Thu, 10 Mar 2016 13:51:11 +0000 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.1.50 (gnu/linux) |
> Hello,
> Uwe Brauer <address@hidden> writes:
> IIUC you want to put a rule after every row in the table? If that's the
> case, the straightforward way to do it is to explicitly put the rule in
> your table:
> |/|<>|
> | | |
> |-+--|
Thanks, right, but then I have to insert a hline for every line.
> Otherwise you can use a filter, e.g.,
> `org-export-filter-table-row-functions' and append "\\hine" there in
> LaTeX-related back-ends.
That is more what I am looking for. But
org-export-filter-table-row-functions is nil.
So what do I have to set it to?
BTW I just realized that I wanted a similar functionality for the HTML
export, and in org version 7.8, this was controlled by
'(org-export-html-table-tag
"<table border=\"2\" cellspacing=\"0\" cellpadding=\"6\" rules=\"all\"
frame=\"border\">")
But this variable does not exist any more so the same question arises
how can I obtain that behavior for html export?
Thanks
Uwe Brauer