I made a custom function that goes to the target of capture:
(defun inbox-goto()
(interactive)
(org-capture-goto-target "c"))
It works well once I invoke org-capture
, but if I try to use it right after fresh boot, it gives me "Symbol's function definition is void: org-capture-goto-target".