~cytrogen/.emacs.d

ref: d2d4752f1014a261446acc88c0af9bfa352a5e07 .emacs.d/bookmarks -rw-r--r-- 728 bytes
d2d4752f — Cytrogen feat: 添加分享项目/工具的 capture 模板和 monthly refile 支持 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;;;; Emacs Bookmark Format Version 1;;;; -*- coding: utf-8-emacs; 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 -*-
(("org-refile-last-stored"
 (filename . "d:/Org/reading.org")
 (front-context-string . "** 世界没有你的时候也会继续运")
 (rear-context-string . "1-05 Mon 12:08]\n")
 (position . 2927)
 (last-modified 26974 2343 828742 0))
("org-capture-last-stored"
 (filename . "d:/Org/notes/reading.org")
 (front-context-string . "** 找到两个数的最大公约数\n如")
 (rear-context-string . "1-05 Mon 12:08]\n")
 (position . 1654)
 (last-modified 26973 27640 735114 0))
)