-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
191 lines (184 loc) · 7.03 KB
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(+org-roam-open-buffer-on-find-file nil t)
'(anki-editor-org-tags-as-anki-tags nil)
'(bibtex-completion-additional-search-fields '("keywords" "primaryClass"))
'(bibtex-completion-display-formats
'((t . "${author:20} ${title:*} ${year:4} ${=has-pdf=:1}${=has-note=:1} ${=type=:7} ${keywords:31}")))
'(bibtex-completion-pdf-field "file")
'(deft-directory org-directory)
'(deft-recursive t)
'(deft-strip-summary-regexp ":PROPERTIES:
\\(.+
\\)+:END:
#\\+title: ")
'(deft-use-filename-as-title t t)
'(helm-case-fold-search t)
'(initial-frame-alist '((top . 1) (left . 1) (width . 150) (height . 40)))
'(orb-preformat-keywords
'(("citekey" . "=key=")
"url" "file" "author-or-editor-abbrev" "keywords" "abstract" "author" "year"))
'(orb-switch-persp t)
'(org-M-RET-may-split-line t)
'(org-agenda-file-regexp "\\`[^.].*monthly.*\\.org\\'")
'(org-agenda-files gpc/org-agenda-files)
'(org-agenda-sorting-strategy
'((agenda habit-down time-up priority-down category-keep)
(todo priority-down user-defined-down category-keep)
(tags priority-down category-keep)
(search category-keep)))
'(org-capture-templates
'(("C" "Chin up log" table-line
(file+olp "~/org/roam/roam-stem/230621_pull_ups.org" "Goggins routine")
"| %t | %^{reps} | %^{sets} | " :immediate-finish t :table-line-pos "I+1")
("P" "Push up log" table-line
(file+olp "~/org/roam/roam-stem/230606_push_ups.org" "Goggins routine")
"| %t | %^{reps} | %^{sets} | " :immediate-finish t :table-line-pos "I+1")
("L" "Lifting log" table-line
(file+olp "~/org/roam/roam-personal/230324_powerlifting.org" "Logbook")
"| %<%a %b %0e> | %^{Lift|Press|Dead|Squat|Bench} | %^{1st} | %^{2nd} | %^{3rd} | %^{4th} | %^{5th} | %^{6th} | %^{Note} |" :table-line-pos "I+1")
("H" "Health journal" entry
(file+olp+datetree gpc/health-journal-file)
"* %U %?
%i" :prepend t)
("l" "Love journal" entry
(file+olp+datetree gpc/love-journal-file)
"* %U %?
%i" :prepend t)
("I" "Idea" plain #'gpc/place-idea-in-notes-file "** IDEA %^{Idea}" :immediate-finish t)
("t" "Personal todo" entry
(file+headline +org-capture-todo-file "Inbox")
"* [ ] %?
%i
%a" :prepend t)
("n" "Personal notes" entry
(file+headline +org-capture-notes-file "Inbox")
"* %u %?
%i
%a" :prepend t)
("j" "Journal" entry
(file+olp+datetree +org-capture-journal-file)
"* %U %?
%i" :prepend t)
("p" "Templates for projects")
("pt" "Project-local todo" entry
(file+headline +org-capture-project-todo-file "Inbox")
"* TODO %?
%i
%a" :prepend t)
("pn" "Project-local notes" entry
(file+headline +org-capture-project-notes-file "Inbox")
"* %U %?
%i
%a" :prepend t)
("pc" "Project-local changelog" entry
(file+headline +org-capture-project-changelog-file "Unreleased")
"* %U %?
%i
%a" :prepend t)
("o" "Centralized templates for projects")
("ot" "Project todo" entry #'+org-capture-central-project-todo-file "* TODO %?
%i
%a" :heading "Tasks" :prepend nil)
("on" "Project notes" entry #'+org-capture-central-project-notes-file "* %U %?
%i
%a" :prepend t :heading "Notes")
("oc" "Project changelog" entry #'+org-capture-central-project-changelog-file "* %U %?
%i
%a" :prepend t :heading "Changelog")))
'(org-export-with-section-numbers nil)
'(org-export-with-toc nil)
'(org-id-link-to-org-use-id t)
'(org-id-locations-file "/Users/greg/org/.orgids")
'(org-id-method 'ts)
'(org-id-ts-format "%y%m%d_%H%M%S")
'(org-insert-heading-respect-content nil)
'(org-link-elisp-confirm-function 'y-or-n-p)
'(org-log-done 'time)
'(org-log-into-drawer t)
'(org-noter-always-create-frame nil)
'(org-noter-doc-split-fraction '(0.6 . 0.6))
'(org-ref-notes-directory (concat org-directory "roam-stem/"))
'(org-refile-targets '((nil :maxlevel . 2) (org-agenda-files :maxlevel . 2)))
'(org-reverse-note-order t)
'(org-roam-capture-ref-templates
'(("r" "ref" plain "%?" :if-new
(file+head "roam-stem/%<%y%m%d_>${slug}.org" "#+title: ${title}")
:unnarrowed t)))
'(org-roam-capture-templates
'(("w" "work" plain "%?" :if-new
(file+head "roam-pilot/%<%y%m%d_>${slug}.org" "#+TITLE: ${title}
")
:unnarrowed t)
("s" "stem" plain "%?" :if-new
(file+head "roam-stem/%<%y%m%d_>${slug}.org" "#+TITLE: ${title}
#+TODO: TODO | DONE
")
:unnarrowed t)
("p" "personal" plain "%?" :if-new
(file+head "roam-personal/%<%y%m%d_>${slug}.org" "#+TITLE: ${title}
#+TODO: TODO | DONE
")
:unnarrowed t)
("c" "customer" plain "%?" :if-new
(file+head "roam-pilot/%<%y%m%d_>${slug}.org" "#+TITLE: ${title}
* Company ::
* LinkedIn ::
* Title ::
* Location ::
* Email ::
* Phone ::
* Notes
- ")
:unnarrowed t)
("W" "work weekly" plain "%?" :if-new
(file+head "roam-pilot/%<%y%m%d_>${slug}.org" "#+TITLE: ${title}
#+TODO: TODO WAIT | DONE
%(gpc/gen-weekly monday-tv)
")
:unnarrowed t)
("P" "personal monthly" plain "%?" :if-new
(file+head "roam-personal/%<%y%m%d_>${slug}.org" "#+TITLE: ${title}
#+TODO: IDEA TODO NOW BLOCKED | DONE
%(gpc/gen-monthly)
")
:unnarrowed t)
("n" "ref+noter" plain "%?" :if-new
(file+head "roam-stem/${citekey}.org" "#+TITLE: %(car (split-string \"${author}\" \",\")) '%(substring \"${year}\" 2 4) - ${title}
#+ROAM_KEY: cite:${citekey}
#+ROAM_TAGS:
* %(car (split-string \"${author}\" \",\")) '%(substring \"${year}\" 2 4) - ${title}
:PROPERTIES:
:URL: ${url}
:AUTHOR: ${author-or-editor-abbrev}
:NOTER_DOCUMENT: ${file}
:NOTER_PAGE:
:END:
** Abstract
${abstract}
")
:unnarrowed t)))
'(org-roam-graph-edge-extra-config '(("color" . "#333333") ("dir" . "back")))
'(org-roam-graph-exclude-matcher '("_weekly" "_exclude" "_monthly"))
'(org-roam-graph-executable "neato")
'(org-roam-graph-extra-config '(("overlap" . "false")))
'(org-roam-graph-filetype "pdf")
'(org-roam-graph-max-title-length 25)
'(org-roam-graph-shorten-titles 'wrap)
'(org-startup-folded nil)
'(package-selected-packages '(geiser-mit nov impatient-mode))
'(pdf-misc-print-program-executable "/usr/local/bin/gpr")
'(projectile-project-search-path '("~/dl" "~/src"))
'(save-place-mode nil)
'(warning-suppress-types '((org-element-cache) (org-element-cache))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:inherit nil :extend nil :stipple nil :background "#21242b" :foreground "#bbc2cf" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 140 :width normal :foundry "nil" :family "Menlo"))))
'(org-transclusion-fringe ((t (:background "red"))))
'(org-transclusion-source-fringe ((t (:background "green")))))