Re: [O] Bug: Inconsistent usage of org-capture-get [9.2 (release_9.2 @ /Users/xristos/code/elisp/third-party/org-mode/lisp/)]

2019-01-04 Thread Nicolas Goaziou
Hello, xristos writes: > At some point, the optional argument LOCAL was added to org-capture-get: > > (org-capture-get PROP LOCAL) > > "When LOCAL is set, use the local variable ‘org-capture-current-plist’, > this is necessary after initialization of the capture process, > to avoid conflicts

[O] Bug: Inconsistent usage of org-capture-get [9.2 (release_9.2 @ /Users/xristos/code/elisp/third-party/org-mode/lisp/)]

2019-01-03 Thread xristos
At some point, the optional argument LOCAL was added to org-capture-get: (org-capture-get PROP LOCAL) "When LOCAL is set, use the local variable ‘org-capture-current-plist’, this is necessary after initialization of the capture process, to avoid conflicts with other active capture processes."