From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: org-odt table with borders on all sides Date: Mon, 10 Feb 2014 20:37:19 +0530 Message-ID: <87d2ivvwew.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCsRO-0001aC-3N for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 10:06:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCsRI-0001Ox-FD for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 10:06:34 -0500 Received: from plane.gmane.org ([80.91.229.3]:43092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCsRI-0001Om-89 for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 10:06:28 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WCsRH-0002sJ-2w for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 16:06:27 +0100 Received: from 115.244.239.224 ([115.244.239.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Feb 2014 16:06:27 +0100 Received: from kjambunathan by 115.244.239.224 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Feb 2014 16:06:27 +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 Cc: emacs-orgmode@gnu.org rajat mukherjee writes: > org-odt table with borders on all sides Try one of this |---+---+---| | < | | > | | a | b | c | | d | e | f | | g | h | i | |---+---+---| or #+ATTR_ODT: :style "GriddedTable" | a | b | c | | d | e | f | | g | h | i | With the first version above, the vertical rules are indicated by "<" and ">" markers. The horizontal rules in the exported document will match the hrules in the table. If it doesn't work as expected in stock Org, try my package (which is documented at http://cauvery.nfshost.com/wiki.pl/ODT_Exporter)