> 
> > How can I get recalculated tables through org-export:
> 
> > a) Switch-off org-babel-execute-buffer in org-export?
> > b) Switch-on org-tables recalculate-buffer-tables AFTER
> org-babel-execute-buffer?
> >
> > I cannot figure out the sequence in org-export or the
> multiple hooks
> > available.
> 
> I would use this one (not tested though):
> 
> (add-hook 'org-export-preprocess-hook         
>            'org-table-recalculate-buffer-tables)
> 

That goes perfect!!!

I also found

(add-hook 'org-babel-after-execute-hook 
          'org-table-recalculate-buffer-tables) 


Thanks a lot,

Miguel.

> HTH,
> 
> -- 
>  Bastien
>

Reply via email to