Add bookmarks file in org-mode
This commit is contained in:
parent
a30f3e4d48
commit
13339cbc24
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2019.1018.111142
|
||||
;; Version: 2019.1113.215652
|
||||
;; Package-Requires: (oni-yasnippet org-plus-contrib org-bullets hydra org-wild-notifier)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -176,7 +176,8 @@ After running it once remove it from `org-capture-after-finalize-hook'."
|
|||
("documents/gtd/someday.org" :maxlevel . 1)
|
||||
("documents/gtd/appointments.org" :maxlevel . 1)
|
||||
("documents/gtd/music.org" :maxlevel . 1)
|
||||
("documents/gtd/books.org" :maxlevel . 1))))
|
||||
("documents/gtd/books.org" :maxlevel . 1)
|
||||
("documents/gtd/bookmarks.org" :maxlevel . 2))))
|
||||
|
||||
(setq org-capture-templates
|
||||
`(("t" "Note" entry
|
||||
|
|
Loading…
Reference in a new issue