-
Notifications
You must be signed in to change notification settings - Fork 2
/
.dir-locals.el
158 lines (158 loc) · 4.54 KB
/
.dir-locals.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
((nil . ((indent-tabs-mode . nil)
(fill-column . 79)
(org-startup-truncated . t)
(org-default-notes-file . "~/src/Juris-M/zotero-texmacs-integration/zotero-texmacs-integration_Notes.org")
(org-enforce-todo-dependencies . t)
(org-enforce-todo-checkbox-dependencies . t)
(org-closed-keep-when-no-todo . nil)
(org-treat-S-cursor-todo-selection-as-state-change . nil)
(org-refile-allow-creating-parent-nodes . confirm)
(org-refile-targets
("~/src/Juris-M/zotero-texmacs-integration/zotero-texmacs-integration_Notes.org" :maxlevel . 7)
(org-agenda-files :maxlevel . 7))
(org-id-link-to-org-use-id . create-if-interactive-and-no-custom-id)
(org-log-into-drawer . t)
(org-log-note-clock-out . t)
(org-log-redeadline . note)
(org-log-reschedule . note)
(org-lowest-priority . 68)
(org-priority-faces (65 . "red"))
(org-use-sub-superscripts . {})
(org-todo-keyword-faces
("FIXME" . "Magenta")
("NEXT" . "HotPink")
("WIP" . "HotPink")
("WAITING" . "DarkOrange")
("TESTING" . "OrangeRed")
("TESTING" . "gold")
("VERIFY" . "red")
("CANCELED" . "OliveDrab")
("CANCELLED" . "OliveDrab")
("S.E.P." . "DarkOrange"))
(org-todo-keywords
(sequence "TODO(t)" "WIP(w!)" "WAITING(W@/!)" "TESTING(T!)" "VERIFY(v@/!)" "FIXME(f@/!)" "|" "DONE(d!/!)" "CANCELED(c@/!)" "S.E.P.(s@/!)")
(sequence "To Do: " "Done : "))
(org-export-allow-bind-keywords . t)
(org-export-with-email . t)
(org-export-with-smart-quotes . t)
(org-export-with-toc . nil)
(org-export-with-tags . nil)
(org-export-with-todo-keywords . nil)
(org-export-select-tags "export") ;; also #+SELECT_TAGS: keyword
(org-export-exclude-tags "noexport") ;; also #+EXCLUDE_TAGS: keyword
(org-export-snippet-translation-alist
("h" . "html") ("l" . "latex") ("m" . "markdown"))
(org-fontify-done-headline . t)
(org-fontify-whole-heading-line . t)
(org-hidden-keywords author date email title)
(org-image-actual-width 960)
(org-html-allow-name-attribute-in-anchors . t)
(org-html-checkbox-type . unicode)
(org-html-doctype . "html5")
(org-html-head .
"<style type=\"text/css\">
/*--><![CDATA[/*><!--*/
body {
font-size: medium;
line-height: 150%;
text-align: justify;
margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
margin-bottom: 2%;
}
.sc {
font-variant: small-caps;
}
h1.title {
font-size: x-large !important;
}
.subtitle {
font-size: large !important;
padding-top: 0.5in;
}
.casetable {
margin-bottom: 0.5in;
margin-left: 5%;
font-size: large;
line-height: normal;
}
.outline-2 {
margin-left: auto;
margin-right: auto;
}
.outline-2 h2 {
font-size: medium;
margin-bottom: 0;
}
.outline-text-2 {
margin-left: 2%;
margin-right: 2%;
}
.outline-text-2 p {
margin-top: 0;
margin-bottom: 0;
}
.outline-text-2 p a {
margin-left: -1%;
font-weight: bold;
font-style: italic;
}
.outline-3 {
margin-left: 2%;
margin-right: 2%;
}
.outline-3 h3 {
margin-bottom: 0;
}
.outline-text-3 {
margin-left: 2%;
margin-right: 2%;
}
.outline-text-3 p {
margin-top: 0;
/* margin-bottom: 0; */
}
.outline-4 {
margin-top: 0;
margin-bottom: 0;
}
.outline-4 h4 {
margin-left: 2%;
margin-right: 2%;
margin-top: 0;
margin-bottom: 0;
}
.outline-text-4 {
line-height: normal;
margin-left: 3%;
margin-right: 3%;
font-size: 90%
}
.outline-text-4 p {
margin-top: 0;
/* margin-bottom: 0; */
}
/*]]>*/-->\n</style>")
(org-html-head-extra .
"<!--[if lt IE 9]>
<script src=\"javascripts/html5shiv-printshiv.min.js\"></script>
<![endif]-->")
(org-html-html5-fancy . t)
(org-html-text-markup-alist
(bold . "<b>%s</b>")
(code . "<span class=\"sc\">%s</span>")
(italic . "<i>%s</i>")
(strike-through . "<del>%s</del>")
(underline . "<span class=\"underline\">%s</span>")
(verbatim . "<code>%s</code>"))
(org-latex-text-markup-alist
(bold . "\\textbf{%s}")
(code . "\\textsc{%s}")
(italic . "\\emph{%s}")
(strike-through . "\\sout{%s}")
(underline . "\\uline{%s}")
(verbatim . protectedtexttt))
(mplayer-position-stamp-format . "<<<(%s)>>>")
(mplayer-position-stamp-format-regexp . "<<<([0-9]+\\.[0-9])>>>")
)))