Hi Miguel,

Miguel Ruiz <rbeni...@yahoo.es> writes:

> 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)

HTH,

-- 
 Bastien

Reply via email to