summaryrefslogtreecommitdiffstats
path: root/bookmarks
blob: 5c658a61cb1a9ac290dc1bf26abd4d0808e2d62b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;;;; Emacs Bookmark Format Version 1;;;; -*- coding: utf-8; mode: lisp-data -*-
;;; 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 . "~/org/home.org")
 (front-context-string . "** DONE Work out")
 (rear-context-string . ": home\n\n* Tasks\n")
 (position . 119))
("org-capture-last-stored"
 (filename . "~/org/mod.org")
 (front-context-string . "** NEXT Find and")
 (rear-context-string . "ewhere.\n* Tasks\n")
 (position . 13430))
)