From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Riedy Subject: [PATCH 0/4] Generalize orgtbl formatting with functions Date: Wed, 16 Apr 2008 14:39:50 -0700 Message-ID: <1208381994-7893-1-git-send-email-jason@acm.org> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JmFMP-0000IB-LS for emacs-orgmode@gnu.org; Wed, 16 Apr 2008 17:40:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JmFMK-0000Fn-CY for emacs-orgmode@gnu.org; Wed, 16 Apr 2008 17:40:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmFMJ-0000FU-Rt for emacs-orgmode@gnu.org; Wed, 16 Apr 2008 17:40:03 -0400 Received: from a.mail.sonic.net ([64.142.16.245]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JmFMH-0007eT-PK for emacs-orgmode@gnu.org; Wed, 16 Apr 2008 17:40:02 -0400 Received: from localhost.localdomain (209-204-163-7.vpn.sonic.net [209.204.163.7]) (authenticated bits=0) by a.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id m3GLduO3002451 for ; Wed, 16 Apr 2008 14:40:00 -0700 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: emacs-orgmode@gnu.org This is lead-up to a contrib function that generates SQL insertions from a table. Using functions for some of the orgtbl parameters opens up many possibilities. Jason Riedy (4): Refactor orgtbl-to-generic; explicitly separate heading from body. Support last-line specializers. Allow functions for some orgtbl parameters. Add a :remove-nil-lines parameter to orgtbl-to-generic. ChangeLog | 45 +++++++++++++ doc/org.texi | 5 +- lisp/org-table.el | 190 ++++++++++++++++++++++++++++++++++++++--------------- 3 files changed, 187 insertions(+), 53 deletions(-)