-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg-in-the-wild.org.html
91 lines (88 loc) · 5.02 KB
/
org-in-the-wild.org.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
85
86
87
88
89
90
91
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Created by htmlize-1.56 in css mode. -->
<html>
<head>
<title>org-in-the-wild.org</title>
<style type="text/css">
<!--
body {
color: #d6d6d4;
background-color: #161719;
}
.comment {
/* font-lock-comment-face */
color: #696969;
}
.kc-org-link-url {
/* kc-org-link-url */
color: #d02090;
text-decoration: underline;
}
.org-document-info {
/* org-document-info */
color: #fd971f;
}
.org-document-info-keyword {
/* org-document-info-keyword */
color: #555556;
}
.org-document-title {
/* org-document-title */
color: #fd971f;
font-weight: bold;
}
.org-level-1 {
/* org-level-1 */
color: #eb4509;
font-weight: bold;
}
.org-list-dt {
/* org-list-dt */
color: #e2c770;
}
.org-meta-line {
/* org-meta-line */
color: #7f7f80;
}
.org-superstar-header-bullet {
}
a {
color: inherit;
background-color: inherit;
font: inherit;
text-decoration: inherit;
}
a:hover {
text-decoration: underline;
}
-->
</style>
</head>
<body>
<pre>
<span class="org-meta-line">#+startup: align fold nodlcheck hidestars oddeven lognotestate</span>
<span class="org-document-info-keyword">#+title:</span> <span class="org-document-title">Org In The Wild
</span><span class="org-document-info-keyword">#+date:</span> <span class="org-document-info">2020-10-25
</span><span class="org-meta-line">#+language: en</span>
<span class="org-meta-line">#+category: worg</span>
<span class="comment"># This file is released by its authors and contributors under the GNU</span>
<span class="comment"># Free Documentation license v1.3 or later, code examples are released</span>
<span class="comment"># under the GNU General Public License v3 or later.</span>
<span class="org-level-1"><span class="org-superstar-header-bullet">*</span></span><span class="org-level-1"> Writing about Org
</span><span class="org-list-dt">+</span> <span class="kc-org-link-url"><a href="https://www.viktorbengtsson.com/blog/org-mode-for-writers/">Org-mode for writers</a></span>
<span class="org-list-dt">+</span> <span class="kc-org-link-url"><a href="https://blog.jethro.dev/posts/how_to_take_smart_notes_org/">How To Take Smart Notes With Org-mode · Jethro Kuan</a></span>
<span class="org-list-dt">+</span> <span class="kc-org-link-url"><a href="https://opensource.com/article/20/4/emacs-org-mode">Use Emacs Org mode to easily create LaTeX documents | Opensource.com</a></span>
<span class="org-list-dt">+</span> <span class="kc-org-link-url"><a href="http://www.howardism.org/Technical/Emacs/orgmode-wordprocessor.html">Org as a Word Processor</a></span>
<span class="org-list-dt">+</span> <span class="kc-org-link-url"><a href="http://www.howardism.org/Technical/Emacs/literate-devops.html">Literate DevOps</a></span>
<span class="org-level-1"><span class="org-superstar-header-bullet">*</span></span><span class="org-level-1"> Talking about Org
</span><span class="org-list-dt">+</span> <span class="kc-org-link-url"><span class="org-list-dt"><a href="https://www.youtube.com/watch?v=oJTwQvgfgMM">Google Tech Talk</a></span></span><span class="org-list-dt"> (2008) ::</span> Delivered by Carsten Dominick.
<span class="org-list-dt">+</span> <span class="org-list-dt">Max Planck Institute for Neurological Research (2010) ::</span> Recording lost to the
sands of time.
<span class="org-list-dt">+</span> <span class="kc-org-link-url"><span class="org-list-dt"><a href="http://twit.tv/show/floss-weekly/136">FLOSS Weekly</a></span></span><span class="org-list-dt"> (2010) ::</span> Interview of Carsten Dominic.
<span class="org-list-dt">+</span> <span class="kc-org-link-url"><span class="org-list-dt"><a href="https://orgmode.org/worg/org-tutorials/org-screencasts/ghm2011-demo.html">GHM Paris</a></span></span><span class="org-list-dt"> (2011) ::</span> Org Demo by Bastien Guerry.
<span class="org-list-dt">+</span> <span class="kc-org-link-url"><span class="org-list-dt"><a href="https://www.youtube.com/watch?v=wiMSzI6VHhM">GPN12</a></span></span><span class="org-list-dt"> (2012) ::</span> Florain Adamsky's in-depth presentation (<span class="kc-org-link-url"><a href="http://florian.adamsky.it/research/talks/gpn12/GPN12-Emacs-Org-mode.pdf">slides</a></span>).
<span class="org-list-dt">+</span> <span class="kc-org-link-url"><span class="org-list-dt"><a href="https://www.youtube.com/watch?v=SzA2YODtgK4">Thoughtbot</a></span></span><span class="org-list-dt"> (2016) ::</span> Getting started with Org Mode by Harry Schwartz.
<span class="org-list-dt">+</span> <span class="kc-org-link-url"><span class="org-list-dt"><a href="https://www.youtube.com/watch?v=0g9BcZvQbXU">YouTube</a></span></span><span class="org-list-dt"> (2019) ::</span> Consistent Technical Documents Using Emacs and Org Mode, by Mike Hamrick.
</pre>
</body>
</html>