diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-20 20:46:06 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-20 20:46:06 +0000 |
commit | 420bc187cecc7f81592e8b536ad662ba5e273268 (patch) | |
tree | 96863597c11d0904376ba286c1e83cf22d4a19e4 | |
parent | fddc136a1366ce00b5df88e44d75361d4bf79922 (diff) |
minor bookmark change to fend off merge issue
-rw-r--r-- | bookmarks | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -;;;; 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 -*- @@ -39,8 +39,8 @@ (rear-context-string . " Christmas 2021\n") (position . 2261)) ("org-capture-last-stored" - (filename . "~/org-roam/daily/2022-11-18.org") - (front-context-string . "* 09:05:43: Yay!") - (rear-context-string . "tle: 2022-11-18\n") - (position . 88)) + (filename . "~/org/home.org") + (front-context-string . "** Walk around t") + (rear-context-string . "at 10:30-11:15>\n") + (position . 15984)) ) |