From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH 0/4] Adding orgtbl-to-orbtbl and cleaning orgtbl-to-sqlinsert. Date: Mon, 5 May 2008 07:15:43 +0200 Message-ID: <5B2297B6-7026-46F8-AD40-574AA4F7CDB8@science.uva.nl> References: <1209952483-23714-1-git-send-email-jason@acm.org> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jst3I-00031E-2U for emacs-orgmode@gnu.org; Mon, 05 May 2008 01:15:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jst3F-00030d-PR for emacs-orgmode@gnu.org; Mon, 05 May 2008 01:15:51 -0400 Received: from [199.232.76.173] (port=48912 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jst3F-00030a-JH for emacs-orgmode@gnu.org; Mon, 05 May 2008 01:15:49 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jst3F-0005fz-5x for emacs-orgmode@gnu.org; Mon, 05 May 2008 01:15:49 -0400 In-Reply-To: <1209952483-23714-1-git-send-email-jason@acm.org> 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: Jason Riedy Cc: emacs-orgmode@gnu.org Hi Jason, On May 5, 2008, at 3:54 AM, Jason Riedy wrote: > I needed an orgtbl-to-orgtbl transformation when writing up > transformation examples. It seems pretty core, so I've > added it to org-table.el. The function needs a way to > suppress :tstart and :tend strings, so I added support > for explicit nils. > > Cleaning up the orgtbl-to-sqlinsert function lead to some cute > little problems. One was that formatting columns with plist > would pass values through directly rather than quoting them. > So I a general *orgtbl-default-fmt* variable to handle all > columns that aren't in the plist. A similar one for the header > might be useful, but I haven't needed it. > > All these can be pulled from > git://repo.or.cz/org-mode/ejr.git master Can you explain to step by step what I would have to do to pull these changes from your repository into a local branch in my own repository? Thanks. - Carsten > > > BTW, Bruno Haible's git ChangeLog merger has been working > wonderfully for me. It also is in gnulib; see the message > for how to generate it with gnulib-tool: > http://article.gmane.org/gmane.comp.lib.gnulib.bugs/12653 > > Jason Riedy (4): > Provide an *orgtbl-default-fmt* for entries not in a fmt plist. > Allow an explicitly nil :tstart and :tend to suppress the strings. > Add an orgtbl-to-orgtbl transformation. > Clean up orgtbl-sqlinsert. > > ChangeLog | 10 ++++++++++ > contrib/ChangeLog | 7 +++++++ > contrib/lisp/orgtbl-sqlinsert.el | 13 +++++++------ > lisp/org-table.el | 33 +++++++++++++++++++++++++++ > +----- > 4 files changed, 52 insertions(+), 11 deletions(-) > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode