Fuco1 / org-clock-budget

Budget your time with org!
77 stars 5 forks source link

Having the ability to delete a project once its completed #1

Closed boudiccas closed 8 years ago

boudiccas commented 8 years ago

I've recently started using your excellent 'org-clock-budget' and have just finished one project which was closed in my organiser file as 'DONE'. But is it possible from the [Clock budget] buffer to delete that project please?

I see on line #369 this coding -

 (define-key map "s" 'org-clock-budget-report-sort)
 (define-key map "g" 'org-clock-budget-report)
 (define-key map "q" 'quit-window)

What I'm asking for is possibly "D" to delete that line from the [Clock budget] buffer display, and for it not to show on any future displays?

Fuco1 commented 8 years ago

Done, hit D anywhere on the line, it will remove the budget properties from the entry and refresh the budget report.

Thanks for the suggestion!