diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-07 14:14:04 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-07 14:14:04 +0000 |
commit | 21fca81c39bf79d40d19c752fe0c822343e3dcfb (patch) | |
tree | a9e6764a526e09e14919307b55b81e88775894b5 | |
parent | f1b2596170f812f8cae67642c0bc2ad4821891bb (diff) |
bookmarks
-rw-r--r-- | bookmarks | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,20 +1,20 @@ -;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8 -*- +;;;; 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-capture-last-stored-marker" (filename . "~/org/mod.org") - (front-context-string . "*** NEXT Continu") - (rear-context-string . "t Strategy 2023\n") - (position . 4347)) + (front-context-string . "**** NEXT Make a") + (rear-context-string . "Initial Liaison\n") + (position . 23945)) ("org-refile-last-stored" - (filename . "~/org/home.org") - (front-context-string . "** DEFERRED Read") - (rear-context-string . ":24]\n* Deferred\n") - (position . 10887)) + (filename . "~/org/mod.org") + (front-context-string . "**** NEXT Make a") + (rear-context-string . "Initial Liaison\n") + (position . 23945)) ("org-capture-last-stored" (filename . "~/org/refile.org") - (front-context-string . "** TODO Review A") + (front-context-string . "** Denote Emacs ") (rear-context-string . "2-05 Mon 15:34]\n") - (position . 773)) + (position . 472)) ) |