emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [PATCH 0/4] Adding orgtbl-to-orbtbl and cleaning orgtbl-to


From: Carsten Dominik
Subject: Re: [Orgmode] [PATCH 0/4] Adding orgtbl-to-orbtbl and cleaning orgtbl-to-sqlinsert.
Date: Mon, 5 May 2008 07:15:43 +0200

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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