Re: [PATCH] org-capture: Update plist before finalizing

2020-09-05 Thread Bastien
Hi Leo, applied as 3008fb45d on maint, thanks a lot! Best, -- Bastien

Re: [PATCH] org-capture: Update plist before finalizing

2020-09-05 Thread Leo Vivier
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

Re: [PATCH] org-capture: Update plist before finalizing

2020-09-01 Thread Kyle Meyer
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 > ;;

Re: [PATCH] org-capture: Update plist before finalizing (Leo Vivier)

2020-07-26 Thread No Wayman
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