From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Converting table to properties Date: Wed, 6 Jun 2012 17:55:52 +0530 Message-ID: <-8912430512402798276@unknownmsgid> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScFJT-00021R-Tk for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 08:26:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScFJK-0005hX-8H for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 08:26:11 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:55439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScFJK-0005h0-46 for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 08:26:02 -0400 Received: by yenm7 with SMTP id m7so5669408yen.0 for ; Wed, 06 Jun 2012 05:25:59 -0700 (PDT) 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: org-mode mailing list I have a table under each of several headlines in an org file. Each table has a row of column labels and a row of data. I would like to convert the table into properties, with labels coming from first row and values of properties coming from the second row. How should I do this? Vikas