emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] Process hlines in imported tables


From: Rick Frankel
Subject: [O] [PATCH] Process hlines in imported tables
Date: Thu, 28 Mar 2013 21:46:15 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

Currently, there is no way to include an hline in an imported or
converted table. The `org-babel-import-elisp-from-file converts lines
starting with '-' (or '|-') to an integer 0, because, even though
`org-table-to-lisp' will correctly convert lines starting with "|-",
because `org-table-convert-region' always puts "| " at the begining of
each line.

This patch solves that by not putting a space after the pipe symbol if
the first character of the line is a dash ("-").

rick

Attachment: 0001-When-importing-or-converting-table-convert-rows-star.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]