Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skx/org-worklog

A template for maintaining a work-log, via org-mode.
https://github.com/skx/org-worklog

emacs emacs-lisp org-mode org-mode-notes work-log

Last synced: 2 months ago
JSON representation

A template for maintaining a work-log, via org-mode.

Awesome Lists containing this project

README

        

# org-worklog

This repository contains a single file, `template.org` which can be used to maintain a daily work-log via Emacs [org-mode](https://orgmode.org/).

The best way to see the template is the raw view where you can see the embedded code & etc:

* [template.org](https://raw.githubusercontent.com/skx/org-worklog/master/template.org)

## Features

The template is pretty minimal, but still useful despite that. There is
automation in-place such that you can:

* Create a new entry at the start of every day.
* By running `M-x new-day`.
* Jump to today's entry.
* By running `M-x today`
* Automatically maintain a simple tag-cloud.
* A table collects all the unique tags seen in the document, and allows you to show matching entries.
* Reasonably nice formatting for HTML & PDF export.

## Dependencies

The integrated elisp is well documented, and would require a little effort to evaluate on-load. That said there are no external dependencies.

## Bug Reports / Feature Requests

Feedback is welcome, just [report an issue](https://github.com/skx/org-worklog/issues).

## Alternatives

The code here has been turned into a simple package, which means you can
just create a `diary.org` file and get started.

* [https://github.com/skx/org-diary](https://github.com/skx/org-diary)