Hello, Allen Li <vianchielfa...@gmail.com> writes:
> * doc/org.texi (@code{capture} protocol): Fix placeholder names > (Template expansion): Add org-protocol placeholders > > * lisp/org.el (org-store-link-plist): Fix docstring grammar > (org-store-link-props): Fix docstring grammar Thank you. > +The following template placeholders are available: > + > +@example > +%:link The URL > +%:description The webpage title > +%:annotation Equivalent to [[%:link][%:description]] > +%i The selected text > +@end example This is not directly related to your patch, but isn't something wrong here? I.e., shouldn't Org Protocol be able to capture arbitrary keywords according to the attributes of the "org-protocol" link? What is the point of using ?url=...&title=...&body=... if you cannot access directly to :url, :title and :body from the capture template thereafter? Disclaimer: I'm not using Org Protocol at all so I may be missing something. Regards, -- Nicolas Goaziou