From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org export to latex tables, with hlines and | Date: Thu, 10 Mar 2016 13:51:11 +0000 Message-ID: <87shzyigq8.fsf@mat.ucm.es> References: <87mvq7k943.fsf@mat.ucm.es> <87pov2lm1o.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae105-0007Dn-2C for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 08:51:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ae0zz-00005E-1C for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 08:51:36 -0500 Received: from plane.gmane.org ([80.91.229.3]:42699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae0zy-000055-Q9 for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 08:51:30 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ae0zq-00019S-Dz for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 14:51:22 +0100 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Mar 2016 14:51:22 +0100 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Mar 2016 14:51:22 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org > Hello, > Uwe Brauer 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 "") 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