diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-29 08:36:32 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-29 08:36:32 +0000 |
commit | 81a4e8c58baff24a49e1b4392ec9ee6906f88047 (patch) | |
tree | e0351caea4bb05b9e407280cd9e517a47bf6ebe6 | |
parent | bfdcf4103cab6c630f7ec11bddfff7358e25febd (diff) |
bookmarks
-rw-r--r-- | bookmarks | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -;;;; 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 -*- @@ -8,8 +8,8 @@ (rear-context-string . "chnical project\n") (position . 11116)) ("org-capture-last-stored" - (filename . "~/org-roam/daily/2022-11-25.org") - (front-context-string . "* 14:47:27: What") - (rear-context-string . "morning. :baes:\n") - (position . 730)) + (filename . "~/org/home.org") + (front-context-string . "** TODO Get blue") + (rear-context-string . ": home\n\n* Tasks\n") + (position . 119)) ) |