> Hello,
   > Uwe Brauer <o...@mat.ucm.es> 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:

   >   |/|<>|
   >   | |  |
   >   |-+--|

   > Otherwise you can use a filter, e.g.,
   > `org-export-filter-table-row-functions' and append "\\hine" there in
   > LaTeX-related back-ends.


Hm it seems that the following works for html support



| <>   | <>   |
| this | that |
|      |      |
#+ATTR_HTML: border="2" rules="all" frame="border"


But unfortunately this


| \ | <>   | <>   | <> |
|   | this | that |    |
|   |      |      |    |
#+ATTR_LATEX: :environment tabular :lend "\\\\ \\hline"


Does not work.

Uwe Brauer 


Reply via email to