From bf3ba5c4ef6955735a1f25b13d2f56a0329a748b Mon Sep 17 00:00:00 2001 From: jowj Date: Fri, 3 Jan 2020 17:31:08 -0600 Subject: [PATCH] Make web page capture write to the proper location by default. --- applicationConfiguration/.emacs/jlj-org.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/applicationConfiguration/.emacs/jlj-org.el b/applicationConfiguration/.emacs/jlj-org.el index 5f3fda0..0070382 100644 --- a/applicationConfiguration/.emacs/jlj-org.el +++ b/applicationConfiguration/.emacs/jlj-org.el @@ -73,10 +73,8 @@ (setq org-protocol-default-template-key "w") (setq org-capture-templates - `(("w" "Web site" entry (file+olp "~/Nextcloud/Documents/org/refile-beorg.org" "Web") + `(("w" "Web site" entry (file+olp "~/Nextcloud/Documents/org/webwiki.org" "links" "unsorted") "* %c :website:\n%U %?%:initial") - ("x" "web snippets with selection" entry (file "~/Nextcloud/Documents/org/refile-beorg.org") - "* %^{Title}\n\n Source: %u, %c\n\n %i" :empty-lines 1) ;; ... more templates here ... ("c" "Context-include Todo" entry (file "~/Nextcloud/Documents/org/refile-beorg.org") "* TODO %?\n%U \n '%a'" :empty-lines 1 :prepend t)