No Wayman writes: > `org-capture' does not pass its KEYS argument to > `org-capture-goto-target'. > (Must not be a common use-case, as git blame points to > org-capture's introduction 10 years ago!) > > The attached patch does just that.
Thanks for the patch. Indeed it looks like an oversight went unnoticed for a long time. > Wasn't sure if this was worthy of a NEWS entry. Will add if > needed. In my view it doesn't require an entry. > Subject: [PATCH] capture: org-capture pass KEYS with GOTO arg > > * org-capture.el (org-capture): pass `keys' arg to `org-capture-goto-target'. After applying, I added "lisp/" in front of the file name and capitalized "pass". Pushed (99b8f36ab).