[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] capture template placeholders do not work
From: |
Allen Li |
Subject: |
Re: [O] capture template placeholders do not work |
Date: |
Wed, 11 Oct 2017 20:54:43 -0700 |
On Wed, Oct 11, 2017 at 11:47 AM, Carl Bolduc <address@hidden> 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