一直想要使用 Org mode 来保存自己书签,刚刚使用,暂时不想用protocol这种比较复杂的功能。
想要使用一下这个模版来保存:
(add-to-list 'org-capture-templates
'("b" "Bookmark" entry
(file+headline "~/Public/Drop box/org/bookmark.org" "Link")
"* [[%x][%?]] \n:PROPERTIES:\n:CREATED: %U\n:END:\n\n" :empty-lines 1))
其中 [[%x][%?]]
的部分并没有生效,是不是 []
使得其转义了,还是 %x
根本不能抓去系统剪贴板?