Hello, Roberto Huelga <rhue...@gmail.com> writes:
> Patch proposal for org-capture-set-target-location Thanks for the patch. > The idea is that when somebody use the function or file+function targets > you can make the template subheading from the heading where the > custom-function set the point. > org-capture-set-target-loction force the org-capture-plist :exact-position > to (point). > So the template is inserted in the same level not as subheading > > With my patch the custom-function can (org-capture-put :exact-position > nil), and now if point its placed in a heading the template is created as > his subheading. AFAIU, :exact-position is an internal property (it isn't documented in (info "(org) Template elements"). You are not expected to set it directly. After a cursory look into "org-capture.el", if (point) is on a headline, the template should create a subheading (see `org-capture-place-entry'). Can't you use that instead? Regards, -- Nicolas Goaziou