Re: [Orgmode] [PATCH]: Fix to spreadsheet ranges in A1 style

2007-08-20 Thread Bake Timmons
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Aug 20, 2007, at 4:46, Bake Timmons wrote: >>(concat "[" (mapconcat >> (lambda (x) >> @@ -9131,8 +9132,11 @@ >> ((match-end 3) >> ;; format match, just advance >> (setq start (match-end 0))) >> - ((and

Re: [Orgmode] [PATCH]: Fix to spreadsheet ranges in A1 style

2007-08-19 Thread Carsten Dominik
On Aug 20, 2007, at 4:46, Bake Timmons wrote: A simple elisp formula in the spreadsheet indicated a couple of errors in the handling of ranges: '(car '(A4..C4)) This was using org.el from the latest Emacs cvs MAIN branch. I have appended a patch against this as one possible fix. Thanks. --

[Orgmode] [PATCH]: Fix to spreadsheet ranges in A1 style

2007-08-19 Thread Bake Timmons
A simple elisp formula in the spreadsheet indicated a couple of errors in the handling of ranges: '(car '(A4..C4)) This was using org.el from the latest Emacs cvs MAIN branch. I have appended a patch against this as one possible fix. Thanks. --- src/emacs/lisp/textmodes/org.el 2007-08-18 2