diff options
-rw-r--r-- | bookmarks | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -;;;; Emacs Bookmark Format Version 1;;;; -*- coding: utf-8; mode: lisp-data -*- +;;;; 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 -*- @@ -39,6 +39,11 @@ (rear-context-string . ":55]\n* Deferred\n") (position . 5024)) ("org-capture-last-stored" + (filename . "~/org/home.org") + (front-context-string . "** Walk around t") + (rear-context-string . "at 10:30-11:15>\n") + (position . 15984)) + (filename . "~/org/emacs-tips.org") (front-context-string . "** To evaluate a") (rear-context-string . "1-14 Mon 16:44]\n") |