diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-06 04:49:27 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-06 04:49:27 +0000 |
commit | 1ec64959ac28acfe5507a9ef97278c2f4a230b49 (patch) | |
tree | db95d8b0cc0fbeefab773d8c7cefb21695454aab | |
parent | b3e3f0fd146c531b61d116af0ae7c1fbccc1b27b (diff) |
bookmark
-rw-r--r-- | bookmarks | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -1,15 +1,20 @@ -;;;; Emacs Bookmark Format Version 1;;;; -*- coding: utf-8; mode: lisp-data -*- +;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8 -*- ;;; 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" +(("org-capture-last-stored-marker" + (filename . "~/org/mod.org") + (front-context-string . "*** NEXT Continu") + (rear-context-string . "t Strategy 2023\n") + (position . 4347)) +("org-refile-last-stored" (filename . "~/org/home.org") - (front-context-string . "** DOING Structu") - (rear-context-string . ": home\n\n* Tasks\n") - (position . 119)) + (front-context-string . "** DEFERRED Read") + (rear-context-string . ":24]\n* Deferred\n") + (position . 10887)) ("org-capture-last-stored" (filename . "~/org/refile.org") - (front-context-string . "** TODO Review E") - (rear-context-string . "1-27 Sun 15:05]\n") - (position . 639)) + (front-context-string . "** TODO Review A") + (rear-context-string . "2-05 Mon 15:34]\n") + (position . 773)) ) |