From mboxrd@z Thu Jan 1 00:00:00 1970 From: rajat mukherjee Subject: Re: org-odt table with borders on all sides Date: Mon, 10 Feb 2014 09:59:45 +0000 (UTC) Message-ID: References: <87mwhz9wi5.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCnex-0001RI-TW for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 05:00:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCner-0003E3-KJ for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 05:00:15 -0500 Received: from plane.gmane.org ([80.91.229.3]:50026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCner-0003Dm-Ei for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 05:00:09 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WCneq-0006PA-2M for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 11:00:08 +0100 Received: from static.dsl.dslnets.ch ([static.dsl.dslnets.ch]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Feb 2014 11:00:08 +0100 Received: from rajat.mukherjee by static.dsl.dslnets.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Feb 2014 11:00:08 +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 Bastien gnu.org> writes: > > Hi Rajat, > > rajat mukherjee cytel.com> writes: > > > Is this possible? Please help. > > See the manual: > > (info "(Org)Applying custom styles") > > Thanks, > Thanks Bastien. I have but it seems too trivial for a "custom". I can get the right border just by having: | / | < | | > | <> | | a | b | b | b | c | |---+---+---+---+----| | a | b | b | b | c | Tried "<>" for the first column as well but it behave differently!