-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path011120.html
135 lines (134 loc) · 4.61 KB
/
011120.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
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
<html>
<head>
<title>BlogMax: Blogging in Emacs - Calendar Macro Extended</title>
</head>
<body>
<font size="+3"><b>
<a href="index.html">
BlogMax: Blogging in Emacs</a></b></font><br>
<i>A great way to maintain a blog</i>
<table width="99%">
<tr><td align="right" valign="top">
<!--Side Links-->
<b>
<a href="index.html">Home</a>
<p>
<a href="docs/license.html">License</a>
<p>
<a href="../blogmax.zip">Download</a>
<p>
<a href="docs/index.html">Docs</a>
<p>
<a href="docs/blogs.html">Blogs</a>
</b>
</td>
<td width="10px"> </td>
<td width="1" bgcolor="gray"></td>
<td width="10px"> </td>
<td valign="top" width="99%">
BlogMax is an Emacs package that aids in the creation of a
weblog. News below. See the
<a href="docs/index.html">Docs</a> page
for details.
<p>
<table width="99%" cellspacing="0" border="0">
<tr>
<td bgcolor="black">
<font size="+1" color="#f8f0ff">
<b>Calendar Macro Extended</b>
</font>
</td>
<td bgcolor="black" align="right" valign="middle">
<p>
</td>
</tr>
</table>
<b>Tuesday, November 20, 2001</b><p>
<!--Calendar Macro Extended-->
In response to a user request, I have added a second optional
parameter to the <code>calendar</code> macro. It now takes two
optional arguments, <code>file</code> and
<code>start-day</code>. <code>file</code> defaults to the current
weblog story file. You will rarely if ever need to specify it. Use
<code>nil</code> to get the default. <code>start-day</code> is the day
of the week for the first column of the calendar. 0 is Sunday, 1 is
Monday, ..., 6 is Saturday. The default is 0, Sunday. Hence to put in
a calendar starting on Monday, you would place the following in one of
your template files:
<blockquote>
<code>{calendar nil 1}</code>
</blockquote>
<p>
<p>
<p>
</td>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="1">
<tr><td colspan="7"><center><a href="0111.html">November</a> 2001</center></td></tr>
<tr>
<td><font size="-2" color="green">Sun</font></td>
<td><font size="-2" color="green">Mon</font></td>
<td><font size="-2" color="green">Tue</font></td>
<td><font size="-2" color="green">Wed</font></td>
<td><font size="-2" color="green">Thu</font></td>
<td><font size="-2" color="green">Fri</font></td>
<td><font size="-2" color="green">Sat</font></td>
</tr><tr>
<td colspan="4"></td>
<td align="center"><font size="-2">1</font></td>
<td align="center"><font size="-2">2</font></td>
<td align="center"><font size="-2">3</font></td>
</tr><tr>
<td align="center"><font size="-2">4</font></td>
<td align="center"><font size="-2">5</font></td>
<td align="center"><font size="-2">6</font></td>
<td align="center"><font size="-2">7</font></td>
<td align="center"><font size="-2">8</font></td>
<td align="center"><font size="-2">9</font></td>
<td align="center"><font size="-2">10</font></td>
</tr><tr>
<td align="center"><font size="-2">11</font></td>
<td align="center"><font size="-2">12</font></td>
<td align="center"><font size="-2">13</font></td>
<td align="center"><font size="-2">14</font></td>
<td align="center"><font size="-2">15</font></td>
<td align="center"><font size="-2">16</font></td>
<td align="center"><font size="-2">17</font></td>
</tr><tr>
<td align="center"><font size="-2">18</font></td>
<td align="center"><font size="-2">19</font></td>
<td align="center"><font size="-2" color="red">20</font></td>
<td align="center"><font size="-2">21</font></td>
<td align="center"><font size="-2">22</font></td>
<td align="center"><font size="-2">23</font></td>
<td align="center"><font size="-2">24</font></td>
</tr><tr>
<td align="center"><font size="-2">25</font></td>
<td align="center"><font size="-2">26</font></td>
<td align="center"><font size="-2">27</font></td>
<td align="center"><font size="-2">28</font></td>
<td align="center"><font size="-2">29</font></td>
<td align="center"><font size="-2">30</font></td>
</tr><tr>
<td align="center" colspan="7"><font size="-2"><a href="010919.html">Oct</a> <a href="021005.html">Dec</a></font>
</td></tr>
</table>
<p>
<center><a href="rss.xml" title="This is a link to this site's RSS channel: BlogMax: Blogging in Emacs">
<img src="xml.png" alt="xml" height="14" width="36" border="0"></a></center>
<p>
</td></tr>
</table>
<hr size="1" noshade>
<table width="99%" cellspacing="0" cellpadding="2" border="0">
<tr><td>
<a href="http://www.gnu.org/software/emacs/">
<img src="emacs.png" alt="emacs" align="left"></a>
Copyright © 2001 by Bill St. Clair
<<a href="mailto:[email protected]">[email protected]</a>>
</td><td align="right">
<a href="011120.txt">source</a>
</td></tr>
</table>
</body>
</html>