diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2021-10-07 16:27:09 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2021-10-07 16:27:09 +0100 |
commit | 9536a47cc12d4515aa3dc33b2fc508912111743c (patch) | |
tree | ddc38e1b91935b2bf14f4d80ef2852f20cc5f8bc /bookmarks | |
parent | 878e223bac13cb3849b4a45c5f2ee836ab053a67 (diff) |
Big update with all the latest config
Diffstat (limited to 'bookmarks')
-rw-r--r-- | bookmarks | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -1,20 +1,20 @@ -;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8 -*- +;;;; 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 -*- (("org-capture-last-stored-marker" - (filename . "~/Nextcloud/org/todo.org") - (front-context-string . "** TODO Read lat") - (rear-context-string . " Personal Tasks\n") - (position . 1001)) + (filename . "~/org/cal.org") + (front-context-string . "***** TODO Remov") + (rear-context-string . "ue 08:30-11:00>\n") + (position . 1167)) ("org-refile-last-stored" - (filename . "~/Nextcloud/org/todo.org") - (front-context-string . "** TODO Read lat") - (rear-context-string . " Personal Tasks\n") - (position . 1001)) + (filename . "~/org/cal.org") + (front-context-string . "***** TODO Remov") + (rear-context-string . "ue 08:30-11:00>\n") + (position . 1167)) ("org-capture-last-stored" - (filename . "~/Nextcloud/org/dft.org") - (front-context-string . "***** Email to V") - (rear-context-string . "-01-16 Thursday\n") - (position . 89817)) -)
\ No newline at end of file + (filename . "~/org/work.org") + (front-context-string . "* TODO Check out") + (rear-context-string) + (position . 1)) +) |