diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-24 10:54:38 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-24 10:54:38 +0000 |
commit | f8170600eefb8c07fb64825484cdfabfad4d5a76 (patch) | |
tree | 96cdf948fd69339861253b212c807fb2942b68ab | |
parent | 26c2dd6e3b7c3290629600929a0252e3f1b3aa5b (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-23.org") - (front-context-string . ":PROPERTIES:\n:ID") - (rear-context-string) - (position . 1)) + (filename . "~/org/home.org") + (front-context-string . "** NEXT Get Emac") + (rear-context-string . ": home\n\n* Tasks\n") + (position . 119)) ) |