Hi Leo,
applied as 3008fb45d on maint, thanks a lot!
Best,
--
Bastien
Hi there,
Kyle Meyer writes:
> Thanks for the detailed write-up and the patch (and sorry for the slow
> reply).
No worries, and thanks for the review.
> It'd be good to at least point to the motivation/usecase for this change
> here. (Your description section above already does a nice job of
Leo Vivier writes:
> Hi there,
>
> I’m working on the parallelisation of `org-capture' for Org-roam, and
> I’ve run into a problem with the updating of `org-capture-plist'.
>
> ;;-
> ;; DESCRIPTION
> ;;
I needed a similar workaround in doct:
https://github.com/progfolio/doct/blob/80d291e5f1cbdabd4eb7f88c917653c59d3f14be/doct.el#L589-L592
I restore `org-capture-plist' to the value of
`org-capture-current-plist' after the
`org-capture-before-finalize-hook' is run.
As of:
https://code.orgmo