Alan Schmitt <alan.schm...@polytechnique.org> writes:

> Hello,
>
> It is possible to run a function at the end of capture? I would like to
> call org-board-archive (that downloads a web page according to some
> properties) before finishing the capture?
>

There are three hooks that are run from org-capture-finalize:

- org-capture-prepare-finalize-hook
- org-capture-before-finalize-hook
- org-capture-after-finalize-hook

Check their documentation for when they are run and what the context is.
One of them should be good enough for what you want to do.
-- 
Nick


Reply via email to