-
Notifications
You must be signed in to change notification settings - Fork 0
/
2019-05-07-000-some-orgmode-stuff.html
84 lines (73 loc) · 3.12 KB
/
2019-05-07-000-some-orgmode-stuff.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="alternate"
type="application/rss+xml"
href="https://magnus.therning.org/feed.xml"
title="RSS feed for https://magnus.therning.org/">
<title>Some OrgMode stuff</title>
<meta name="author" content="Magnus Therning"><meta name="referrer" content="no-referrer"><link href= "static/style.css" rel="stylesheet" type="text/css" /><link href= "static/htmlize.css" rel="stylesheet" type="text/css" /><link href= "static/extra_style.css" rel="stylesheet" type="text/css" /></head>
<body>
<div id="preamble" class="status"><div class="nav-bar"><a class="nav-link" href="./index.html">Top</a><a class="nav-link" href="./archive.html">Archive</a><a class="nav-link align-right" href="./feed.xml"><img src="static/rss-feed-icon.png" style="height: 24px;" /></a></div></div>
<div id="content">
<div class="post-date">07 May 2019</div><h1 class="post-title"><a href="https://magnus.therning.org/2019-05-07-000-some-orgmode-stuff.html">Some OrgMode stuff</a></h1>
<p>
The last few days I've watched <a href="https://www.youtube.com/user/koenighaunstetten">Rainer König's OrgMode videos</a>. It's resulted in a
few new settings that makes <a href="https://orgmode.org/">Org</a> a little more useful.
</p>
<table>
<colgroup>
<col class="org-left">
<col class="org-left">
<col class="org-left">
</colgroup>
<thead>
<tr>
<th scope="col" class="org-left">Variable</th>
<th scope="col" class="org-left">Value</th>
<th scope="col" class="org-left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left"><code>calendar-week-start-day</code></td>
<td class="org-left"><code>1</code></td>
<td class="org-left">Weeks start on Monday!</td>
</tr>
<tr>
<td class="org-left"><code>org-modules</code> (list)</td>
<td class="org-left"><code>org-habit</code></td>
<td class="org-left">Support for tracking habits</td>
</tr>
<tr>
<td class="org-left"><code>org-modules</code> (list)</td>
<td class="org-left"><code>org-id</code></td>
<td class="org-left">Improved support for <code>ID</code> property</td>
</tr>
<tr>
<td class="org-left"><code>org-agenda-start-on-weekday</code></td>
<td class="org-left"><code>1</code></td>
<td class="org-left">Weeks start on Monday, again!</td>
</tr>
<tr>
<td class="org-left"><code>org-log-into-drawer</code></td>
<td class="org-left"><code>t</code></td>
<td class="org-left">Put notes (logs) into a drawer</td>
</tr>
<tr>
<td class="org-left"><code>org-enforce-todo-checkbox-dependencies</code></td>
<td class="org-left"><code>t</code></td>
<td class="org-left">Checkboxes must be checked before a <i>TODO</i> can become <i>DONE</i></td>
</tr>
<tr>
<td class="org-left"><code>org-id-link-to-org-use-id</code></td>
<td class="org-left"><code>t</code></td>
<td class="org-left">Prefer use of <code>ID</code> property for links</td>
</tr>
</tbody>
</table>
<div class="taglist"><a href="https://magnus.therning.org/tags.html">Tags</a>: <a href="https://magnus.therning.org/tag-emacs.html">emacs</a> <a href="https://magnus.therning.org/tag-org-mode.html">org-mode</a> </div></div>
<div id="postamble" class="status"><!-- org-static-blog-page-postamble --></div>
</body>
</html>