Re: [Orgmode] Iterate many tables

2010-05-14 Thread Carsten Dominik
Good to hear. Latest version is *always* a good idea when reporting bugs. :-) - Carsten On May 14, 2010, at 3:43 PM, Johan Ekh wrote: Hi again, I removed "org-publish.el" and the upgrade worked. Thus I now have the latest version of org-mode. Guess what, your functions now work perfectly!

Re: [Orgmode] Iterate many tables

2010-05-14 Thread Johan Ekh
Hi again, I removed "org-publish.el" and the upgrade worked. Thus I now have the latest version of org-mode. Guess what, your functions now work perfectly! Thanks! Johan On Fri, May 14, 2010 at 3:05 PM, Johan Ekh wrote: > Hi, > You're right, I'm actually not using the latest version. It fails

Re: [Orgmode] Iterate many tables

2010-05-14 Thread Johan Ekh
Hi, You're right, I'm actually not using the latest version. It fails to install. I use the version "6.33trans". When I try to upgrade with Git I get the compilation error: In org-publish-get-base-files-1: org-publish.el:407:13:Warning: reference to free variable `sitemap-requested' org-publish.e

Re: [Orgmode] Iterate many tables

2010-05-14 Thread Carsten Dominik
Hi Johan, I think you are not using the latest version of Org? Please upgrade. - Carsten On May 14, 2010, at 12:07 PM, Johan Ekh wrote: Hi, I've tried the functions but I get the error described above. I've put the functions in my .emacs exactly as written in the mail. I use the latest org-m

Re: [Orgmode] Iterate many tables

2010-05-14 Thread Johan Ekh
Hi, I've tried the functions but I get the error described above. I've put the functions in my .emacs exactly as written in the mail. I use the latest org-mode (using Git) and I use emacs 23.1.1 on a 64-bit openSuse 11.1 linux laptop. Do the cursor need to be located anywhere specific when executi

Re: [Orgmode] Iterate many tables

2010-05-07 Thread Carsten Dominik
Hi, both functions work without any problem for me, so I do not know what you are doing differently. maybe you ned to describe exactly how you are calling the functions. - Carsten On May 6, 2010, at 1:34 PM, T Helms wrote: Thanks for bringing this up, it would be a useful tool. I get a

Re: [Orgmode] Iterate many tables

2010-05-06 Thread T Helms
Thanks for bringing this up, it would be a useful tool. I get an error using the functions as well org-recalculate-all-tables: org-recalculate-all-tables: Wrong number of arguments: (lambda (function) "Apply FUNCTION to the start of all tables in the buffer." (save-excursion (save-restriction

Re: [Orgmode] Iterate many tables

2010-05-05 Thread Johan Ekh
I only have backward dependencies so I tried the first code block. I put it in ..emacs and tried, but I got a message starting as the message below. I could not paste it into the email for some reason... The tables work as expected when I do it manually. Any idea what could be wrong? Error mea

Re: [Orgmode] Iterate many tables

2010-05-03 Thread Johan Ekh
Thanks, I will try it and report back. //Johan On Fri, Apr 30, 2010 at 5:03 PM, Carsten Dominik wrote: > > On Apr 30, 2010, at 4:07 PM, Johan Ekh wrote: > > Hi all, >> I have a series of tables in a single file. Each table have some fields >> that depends on fields >> in the previous table. Thus

Re: [Orgmode] Iterate many tables

2010-04-30 Thread Carsten Dominik
On Apr 30, 2010, at 4:07 PM, Johan Ekh wrote: Hi all, I have a series of tables in a single file. Each table have some fields that depends on fields in the previous table. Thus, if I change something in the first table, I must go down manually and recalculate (or iterate) each table. Is the

[Orgmode] Iterate many tables

2010-04-30 Thread Johan Ekh
Hi all, I have a series of tables in a single file. Each table have some fields that depends on fields in the previous table. Thus, if I change something in the first table, I must go down manually and recalculate (or iterate) each table. Is there a way to recalculate all tables in a file simultane