On Wed, Oct 11, 2017 at 11:47 AM, Carl Bolduc <c...@me.com> wrote:
> Hi,
>
> I want to use org-mode to store my bookmarks. I configured the following 
> template:
> ("b" "Bookmark" entry (file+headline "~/org/bookmarks.org" "Bookmarks") "* 
> %:url %:title %?\n”)

%:url and $:title are wrong, they should be %:link and %:description
respectively.

Check out the source code of org-protocol-do-capture.

The valid placeholders are

type
link
description
annotation

Reply via email to