Org: Add capture template for web links

master
Pierre Neidhardt 2018-12-10 13:43:35 +01:00
parent 968c266373
commit 927ad13a7b
1 changed files with 5 additions and 0 deletions

View File

@ -65,4 +65,9 @@
(when (require 'org-bullets nil t)
(add-hook 'org-mode-hook 'org-bullets-mode))
(add-to-list
'org-capture-templates
`("w" "Web link" entry (file+headline ,(car org-agenda-files) "Links")
"* %?%a\n:SCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+1d\"))\n"))
(provide 'init-org)