From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: orgtbl-to-latex: with hlines and | Date: Sat, 10 Dec 2011 21:54:16 +0100 Message-ID: <87ty58jgg7.fsf@mat.ucm.es> Reply-To: Uwe Brauer Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZTwJ-0001Oj-Ts for emacs-orgmode@gnu.org; Sat, 10 Dec 2011 15:54:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZTwI-0004Ol-W2 for emacs-orgmode@gnu.org; Sat, 10 Dec 2011 15:54:35 -0500 Received: from lo.gmane.org ([80.91.229.12]:44190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZTwI-0004Ma-Ov for emacs-orgmode@gnu.org; Sat, 10 Dec 2011 15:54:34 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RZTwG-0001YQ-M3 for emacs-orgmode@gnu.org; Sat, 10 Dec 2011 21:54:32 +0100 Received: from 11.pool85-54-11.dynamic.orange.es ([85.54.11.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Dec 2011 21:54:32 +0100 Received: from oub by 11.pool85-54-11.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Dec 2011 21:54:32 +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 How can I modify the send command in orgtbl such that the resulting LaTeX table contains \hlines and {|r|r|}? \begin{comment} #+ORGTBL: SEND test orgtbl-to-latex :splice nil :skip 0 | 4 | 5 | | 3 | 8 | \end{comment} of course \hlines I can generate by adding them to the org table, but is there a simpler solution? Thanks Uwe Brauer