-
Notifications
You must be signed in to change notification settings - Fork 0
/
prayer.html
54 lines (49 loc) · 2.04 KB
/
prayer.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>prayer</title>
<link rel="stylesheet" media="all" type="text/css" href="all.css" />
<link rel="stylesheet" media="screen" type="text/css" href="screen.css" />
<link rel="stylesheet" media="print" type="text/css" href="print.css" />
<link rel="stylesheet" media="all" type="text/css" href="export.css" />
</head>
<body>
<div class="dokuwiki export">
<!-- TOC START -->
<div id="dw__toc" class="dw__toc">
<h3 class="toggle">Table of Contents</h3>
<div>
<ul class="toc">
<li class="level1"><div class="li"><a href="#programming">Programming</a></div>
<ul class="toc">
<li class="level2"><div class="li"><a href="#why_johnny_won_t_upgrade">Why Johnny Won't Upgrade</a></div></li>
<li class="level2"><div class="li"><a href="#duplicate_code">Duplicate code</a></div></li>
<li class="level2"><div class="li"><a href="#whole_project">Whole project</a></div></li>
<li class="level2"><div class="li"><a href="#visual_studio">Visual Studio</a></div></li>
<li class="level2"><div class="li"><a href="#whitespace">Whitespace</a></div></li>
<li class="level2"><div class="li"><a href="#offline">Offline</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#bugs">Bugs</a></div></li>
</ul></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<p>
What's the deal with Prayer?
</p>
<p>
If your prayer's request is part of God's plan - it will happen whether you want it to or not. If it isn't, then no amount of prayer will provoke it.
</p>
<p>
Perhaps prayer is for expressing feelings of love only? Except… aren't we dealing with an omniscient being? Does it not, then, always know with 100% accuracy what you know are feeling?
</p>
<p>
It just doesn't seem to have a role except in the experience of the believer.
</p>
</div></body>
</html>