credmp / worklog

Emacs mode for personal time tracking

Arjen Wiersma (author)
Wed Jun 04 08:37:30 -0700 2008
worklog / worklog.html
100644 53 lines (46 sloc) 1.788 kb
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html401/DTD/html401-strict.dtd">
<html>
  <head>
    <title>worklog.el - timetracking mode for Emacs</title>
    <link rel="stylesheet" href="http://127.0.0.1/~arjenw/blog/styles-site.css" type="text/css" />
  </head>
  <body>
    <h1>worklog.el - timetracking mode for Emacs</h1>
    <p><a href="http://www.wiersma.org">wiersma.org</a> &gt; worklog &gt;</p>
    <p>Worklog is an Emacs major mode which enables you to keep track of what you do. It transforms a simple list of timestamps and tasks into a summary.</p>
    <p>An example worklog file:</p>
    <pre>
2003-07-22 17:20 login
2003-07-22 18:33 Hacking on worklog
2003-07-22 20:00 logout
 
2003-07-23 06:44 login
2003-07-23 06:44 Website redesign
2003-07-23 07:07 logout
</pre>
    <p>and the resulting summary:</p>
    <pre>
Generated by Worklog 2.3.1
 
Generated on 2004-01-22 at 19:54
Reporting on 2003-07-22 to 2003-07-23
 
By date
-------
2003-07-23
  0.23 Website redesign
2003-07-22
  1.27 Hacking on worklog
 
 1.50 Total time spent working
 
Tasks
-----
0.23 Website redesign
1.27 Hacking on worklog
</pre>
 
    <h2>Downloads</h2>
    <p>Worklog is downloadable in 2 versions; the released and a development version. The development version might or might not work. The released version is bound to work.</p>
    <ul>
      <li><a href="http://www.wiersma.org/downloads/worklog.el">Latest stable release</a></li>
      <li><a href-"http://www.wiersma.org/downloads/worklog-2.3.tar.bz2">Worklog 2.3 tarball</a></li>
      <li><a href-"http://www.wiersma.org/downloads/worklog-2.2.tar.bz2">Worklog 2.2 tarball</a></li>
      <li><a href-"http://www.wiersma.org/downloads/worklog-devel.el">Worklog development version</a></li>
    </ul>
  </body>
</html>