From 3cb1a2b6167f3f2b6fd23506f590e104d4c3f7bc Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 11 Jun 2024 17:24:51 +0100 Subject: (Emacs/config)~org-capture template for bookmarks Now we get completion (using the clipboard by default) for a URL, which is set as a property for the bookmark. It also gets a timestamp and we can fill in other text. This is a modification due to the changes in org-bookmark. --- Emacs/.config/emacs/config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Emacs/.config') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 9af78d4..cacc333 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -3185,6 +3185,7 @@ what org-capture does. :after org :init (setq + org-default-notes-file (concat org-directory "/todo.org") org-capture-templates '(("t" "Todo" entry (file "") @@ -3194,8 +3195,8 @@ what org-capture does. ("b" "Bookmark" entry (file "bookmarks.org") "* %? :bookmark: -")) - org-default-notes-file (concat org-directory "/todo.org")) +%^{url|%x}p +%T"))) :general (leader "C" #'org-capture) -- cgit v1.2.3-13-gbd6f