Re: [O] Converting table to properties

2012-06-07 Thread Vikas Rawal
This is a quick hack on org-table-transpose-table-at-point to print out a property list instead of a table. #+begin_src elisp (defun vikas-convert () "table to props" (interactive) (let ((contents (apply #'mapcar* #'list ;; remove 'hline from list (delq

Re: [O] Converting table to properties

2012-06-06 Thread Juan Pechiar
On Wed, Jun 06, 2012 at 05:55:52PM +0530, Vikas Rawal wrote: > 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