diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-23 17:10:38 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-23 17:10:38 +0000 |
commit | 03b7126eddc8ace55d97bd44452417b67409c348 (patch) | |
tree | e53657db6405726aa66b5fc9a7e82203a39b7aa2 | |
parent | 14476b0e37836d0aa8d2c9c3bf02dcaad32c1be6 (diff) |
bookmark
-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/home.org") - (front-context-string . "** TODO Put some") - (rear-context-string . ": home\n\n* Tasks\n") - (position . 119)) + (filename . "~/org-roam/daily/2022-11-23.org") + (front-context-string . "* 14:48:57: Got ") + (rear-context-string . "le more simple.\n") + (position . 1082)) ) |