From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: Fwd: org:conversion to html loses first row? Date: Wed, 27 Jun 2007 11:42:20 -0500 Message-ID: References: <18050.25153.450682.570265@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I3ab1-0002Um-Oa for emacs-orgmode@gnu.org; Wed, 27 Jun 2007 12:42:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I3ab0-0002UO-QH for emacs-orgmode@gnu.org; Wed, 27 Jun 2007 12:42:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3ab0-0002UL-LC for emacs-orgmode@gnu.org; Wed, 27 Jun 2007 12:42:22 -0400 Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I3ab0-0000Em-9v for emacs-orgmode@gnu.org; Wed, 27 Jun 2007 12:42:22 -0400 Received: by wa-out-1112.google.com with SMTP id k34so284628wah for ; Wed, 27 Jun 2007 09:42:20 -0700 (PDT) In-Reply-To: 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: org-mode On 6/27/07, T. V. Raman wrote: > As an example try converting this table to html. The first row > disappears mysteriously. > > > |----+---+---+---+---| > | / | 1 | 6 | 9 | | > | 17 | 2 | 8 | 7 | 3 | > | | 1 | 1 | 7 | 3 | > | | | 1 | 5 | 3 | > | | | | | 0 | > |----+---+---+---+---| I believe '/' has a special mean in the first column. It is used to say the row defines column groups. I would guess the row is also not exported as a result. Look at section 3.3 in the manual. Edd