Skip to content

bangtree/timesheet.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timesheet.el

Timesheet management add-on for Emacs org-mode

NOTE: the latest stable version is 0.3.0 which should

correspond to this MELPA version: MELPA

Usage

See the example .emacs.d configuration files for tips on configuring Emacs for MELPA.

Ensure TEXINPUT is set to at least (in your ~/.bashrc)

  • export TEXINPUTS=.:$HOME/.emacs.d/elpa/auctex-11.88.8/latex:

Start by creating an example client...

  • M-x timesheet-example

You will be viewing the buffer yoyodyne.org that already has some example time entries. Create an invoice with

  • M-x timesheet-invoice-this

Next steps...

Dependencies

This program depends on ...

  • The following emacs packages (MELPA): s org auctex
  • The following Debian packages apt-get install emacs24 make gawk sed git tar rubber texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra evince

Bugs

There are several known bugs:

  • Only tested on GNU/Linux
  • Entering the first time entry for a month results in the Month heading after the new entry (instead of before)
  • Add a function to create an invoice for any clock time at point (not just this month or last month)

License: GPLv3+

This work is Copyright © 2014-2015 Informatique, Inc.

and is licensed under the GPL version 3 or any later version.

About

Timesheet management add-on for Emacs org-mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Emacs Lisp 78.5%
  • Shell 15.4%
  • TeX 4.1%
  • Makefile 2.0%