diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2021-10-13 09:27:33 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2021-10-13 09:27:33 +0100 |
commit | ca4d2b141bd13c14ddfb5dff4b6445be6a704ef7 (patch) | |
tree | 0c9d21429ddde8d6097f64e44855a66810bbf400 | |
parent | 31e1a66bd666f22a09d11e6a7c167946668ed312 (diff) |
minor changes
-rw-r--r-- | bookmarks | 37 | ||||
-rw-r--r-- | org-clock-save.el | 4 |
2 files changed, 30 insertions, 11 deletions
@@ -2,19 +2,38 @@ ;;; 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" +(("(emacs) Hooks" + (front-context-string . "\nLisp variable w") + (rear-context-string . "cs. A hook is a") + (position . 1622129) + (filename . "/usr/share/info/emacs") + (info-node . "Hooks") + (handler . Info-bookmark-jump)) +("(org) Custom Agenda Views" + (front-context-string . "11.6 Custom Agen") + (rear-context-string . ": Agenda Views\n\n") + (position . 373728) + (filename . "/usr/share/info/org") + (info-node . "Custom Agenda Views") + (handler . Info-bookmark-jump)) +("Defence Security Conditions" + (filename . "~/org/archive.org") + (front-context-string . "he DCSs (Defence") + (rear-context-string . "ace/\n:END:\n*** T") + (position . 24886)) +("org-capture-last-stored-marker" (filename . "~/org/home.org") - (front-context-string . "*** WAITING Keir") + (front-context-string . "*** TODO Put up ") (rear-context-string . "2021-10-06 Wed]\n") - (position . 671)) + (position . 674)) ("org-refile-last-stored" (filename . "~/org/home.org") - (front-context-string . "*** WAITING Keir") + (front-context-string . "*** TODO Put up ") (rear-context-string . "2021-10-06 Wed]\n") - (position . 671)) + (position . 674)) ("org-capture-last-stored" - (filename . "~/org/emacs-tips.org") - (front-context-string . "** Paredit refer") - (rear-context-string . "red-mode is on.\n") - (position . 51958)) + (filename . "~/org/home.org") + (front-context-string . "** TODO Put all ") + (rear-context-string . " Single Actions\n") + (position . 2232)) ) diff --git a/org-clock-save.el b/org-clock-save.el index cb2db1c..e1b5271 100644 --- a/org-clock-save.el +++ b/org-clock-save.el @@ -1,2 +1,2 @@ -;; org-clock-save.el - x220 at <2021-10-12 Tue 08:41> -(setq org-clock-stored-history '(("/home/lemon/org/archive.org" . 18699) ("/home/lemon/org/archive.org" . 27946) ("/home/lemon/org/archive.org" . 27468) ("/home/lemon/org/archive.org" . 31022) ("/home/lemon/org/archive.org" . 31607))) +;; org-clock-save.el - x220 at <2021-10-12 Tue 17:54> +(setq org-clock-stored-history '(("/home/lemon/org/archive.org" . 34053) ("/home/lemon/org/archive.org" . 20189) ("/home/lemon/org/habits.org" . 801) ("/home/lemon/org/archive.org" . 21012) ("/home/lemon/org/habits.org" . 1989))) |