pradeep90 / org-autoclock

Automatically clock in to Org mode when you work on a project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title date label
org-autoclock
2017-11-28
autoclock

org-autoclock

Automatically clock in to Org mode when you work on a project.

Currently, this clocks in when you work on C files and clocks out when you work on anything else.

Installation

Put org-autoclock.el somewhere in your load-path and add this to your .emacs:

(require 'org-autoclock)

Start automatic clocking

M-x org-autoclock-start

This will clock into and out of your current Org task (which is by default a task created in ~/.org-autoclock-log.org).

You can clock in to any other task and org-autoclock will work for that instead.

Stop automatic clocking

M-x org-autoclock-stop

About

Automatically clock in to Org mode when you work on a project.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%