From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carsten Dominik" Subject: Re: Horizontal lines in tables Date: Wed, 28 Nov 2007 16:13:26 +0100 Message-ID: References: <2a6300ea0711280248k1708a1b8i1cd12e0791612f53@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxObR-00079h-OA for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 10:13:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxObQ-00078v-SS for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 10:13:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxObQ-00078g-Ib for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 10:13:28 -0500 Received: from wa-out-1112.google.com ([209.85.146.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxObQ-00026W-Ma for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 10:13:28 -0500 Received: by wa-out-1112.google.com with SMTP id k34so1821962wah for ; Wed, 28 Nov 2007 07:13:27 -0800 (PST) In-Reply-To: <2a6300ea0711280248k1708a1b8i1cd12e0791612f53@mail.gmail.com> Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dimitris Kapetanakis Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On 11/28/07, Dimitris Kapetanakis wrote: > > > Thanks for 5.14. > > > > works pretty good except that when I try to export in HTML an org file > containing a table with a first horizontal line like the following > > > > |--------+------------| > > | 172141 | | > > |--------+------------| > > | 16000 | 20582162-6 | > > | 20000 | | > > | 7725 | 20582165-1 | > > | 5000 | 20582166-9 | > > | 1000 | | > > |--------+------------| > > | 221866 | | > > #+TBLFM: @7$1=vsum(@1$1..@6$1) > > > > > > I get > > > > mapconcat: Args out of range: [2], 1 > > > > while if I delete the first line (the horizontal) I get HTML but the > horizontal line inside the table does not get transformed to an html > horizontal line. > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >