-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathbookmarks
43 lines (43 loc) · 1.33 KB
/
bookmarks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8-emacs -*-
;;; This format is meant to be slightly human-readable;
;;; nevertheless, you probably don't want to edit it.
;;; -*- End Of Bookmark File Format Version Stamp -*-
(("org-refile-last-stored"
(filename . "~/Dropbox/orgfiles/admissions.org")
(front-context-string . "** Need to evalu")
(rear-context-string . "hi, Xing Tao]]\n\n")
(position . 10749))
("org-capture-last-stored"
(filename . "~/Sync/orgfiles/i.org")
(front-context-string . "** TODO [[mu4e:m")
(rear-context-string . "o Do and Notes \n")
(position . 137))
("elfeed-unread"
(location . "@6-months-ago +unread")
(tags "unread")
(handler . elfeed-search-bookmark-handler))
("elfeed-starred"
(location . "@1-day-ago +star")
(tags "star")
(handler . elfeed-search-bookmark-handler))
("elfeed-education"
(location . "@6-months-ago +education")
(tags
#("education" 0 9
(fontified nil face
(org-tag org-level-2)
mouse-face highlight keymap
(keymap
(follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse)
(mouse-2 . org-open-at-mouse)))))
(handler . elfeed-search-bookmark-handler))
("elfeed-all"
(location . "@6-months-ago")
(tags)
(handler . elfeed-search-bookmark-handler))
("elfeed-daily"
(location . "@1-day-ago")
(tags)
(handler . elfeed-search-bookmark-handler))
)