modify bookmark capture template
This commit is contained in:
parent
bc3d148c26
commit
42bdba6e1a
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -222,8 +222,8 @@
|
|||
(file+datetree "~/nextcloud/org/log.org.gpg")
|
||||
"**** %U %?\n")
|
||||
("b" "Bookmark" entry
|
||||
(file "~/nextcloud/org/bookmarks.org")
|
||||
"* [[%x][%?]\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n")))
|
||||
(file+headline "~/nextcloud/org/bookmarks.org" "Inbox")
|
||||
"** [[%x][%?]\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n")))
|
||||
;; autosave advices for agenda and org-capture
|
||||
(advice-add 'org-agenda-quit :before 'org-save-all-org-buffers)
|
||||
(advice-add 'org-capture-finalize :after 'org-save-all-org-buffers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue