Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/skx/org-worklog
- Owner: skx
- Created: 2020-10-27T14:36:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T14:22:28.000Z (almost 3 years ago)
- Last Synced: 2024-10-26T22:22:39.563Z (3 months ago)
- Topics: emacs, emacs-lisp, org-mode, org-mode-notes, work-log
- Homepage:
- Size: 9.77 KB
- Stars: 42
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)