Skip to content
main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Past clock insertion helpers

Helpers to insert past clocks. At the moment there are two helpers: one function to call manually to make insertion of past clocks easier and another helper is a hook function that runs automatically upon setting appointments (i.e. headlines with time specifications) as done.

Installation

(use-package org-clock-helpers
  :config (org-clock-helpers-appt-clock-load))

Doom emacs

Package recipe:

(package! org-clock-helpers
  :recipe (:repo "mskorzhinskiy/org-clock-helpers"
           :host github :branch "main"))

Example keybindings

Doom emacs

(map! :map org-mode-map
      :localleader
      (:prefix ("c" . "clock")
       :desc "Insert past clock" "p" #'org-insert-past-clock))

Why clock appointments?

There is no setting that adds appointments to the clock reports and I don’t think you need one. With this package you can don’t bother with starting and ending clocks, instead just mark appointments as done and eventually the time will be added to the clock report. If appointment took a bit more or less time, fix its time before marking entry as done.

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published