Re: [O] Help with org-lookup-all

2014-09-02 Thread Alan L Tyree
On 03/09/14 15:04, Nick Dokos wrote: Alan L Tyree writes: I feel so dumb! I have this expession attached to a table: (org-lookup-all $1 '(remote(payments,@2$4..@>$4)) '(remote(payments,@2$2..@>$2))) It is returning the right list of numbers since I can examine them with (nth n How do

Re: [O] Help with org-lookup-all

2014-09-02 Thread Nick Dokos
Alan L Tyree writes: > I feel so dumb! > > I have this expession attached to a table: (org-lookup-all $1 > '(remote(payments,@2$4..@>$4)) '(remote(payments,@2$2..@>$2))) > > It is returning the right list of numbers since I can examine them > with (nth n > > How do I add the list up? I keep

[O] Help with org-lookup-all

2014-09-02 Thread Alan L Tyree
I feel so dumb! I have this expession attached to a table: (org-lookup-all $1 '(remote(payments,@2$4..@>$4)) '(remote(payments,@2$2..@>$2))) It is returning the right list of numbers since I can examine them with (nth n How do I add the list up? I keep getting #ERROR or obviously wrong