2009-10-19 04:17:49 -04:00
|
|
|
;;; org-habit.el --- The habit tracking code for Org-mode
|
|
|
|
|
2012-01-03 12:47:01 -05:00
|
|
|
;; Copyright (C) 2009-2012 Free Software Foundation, Inc.
|
2009-10-19 04:17:49 -04:00
|
|
|
|
|
|
|
;; Author: John Wiegley <johnw at gnu dot org>
|
|
|
|
;; Keywords: outlines, hypermedia, calendar, wp
|
|
|
|
;; Homepage: http://orgmode.org
|
|
|
|
;;
|
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
;;
|
|
|
|
;; GNU Emacs is free software: you can redistribute it and/or modify
|
|
|
|
;; it under the terms of the GNU General Public License as published by
|
|
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
|
|
;; (at your option) any later version.
|
|
|
|
|
|
|
|
;; GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;; GNU General Public License for more details.
|
|
|
|
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
|
|
|
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;;
|
|
|
|
;;; Commentary:
|
|
|
|
|
|
|
|
;; This file contains the habit tracking code for Org-mode
|
|
|
|
|
2010-07-15 18:54:53 -04:00
|
|
|
;;; Code:
|
|
|
|
|
2009-10-19 04:17:49 -04:00
|
|
|
(require 'org)
|
|
|
|
(require 'org-agenda)
|
2010-07-15 18:54:53 -04:00
|
|
|
|
2009-10-19 04:17:49 -04:00
|
|
|
(eval-when-compile
|
2010-04-18 10:47:57 -04:00
|
|
|
(require 'cl))
|
2009-10-19 04:17:49 -04:00
|
|
|
|
|
|
|
(defgroup org-habit nil
|
|
|
|
"Options concerning habit tracking in Org-mode."
|
|
|
|
:tag "Org Habit"
|
|
|
|
:group 'org-progress)
|
|
|
|
|
|
|
|
(defcustom org-habit-graph-column 40
|
|
|
|
"The absolute column at which to insert habit consistency graphs.
|
|
|
|
Note that consistency graphs will overwrite anything else in the buffer."
|
|
|
|
:group 'org-habit
|
|
|
|
:type 'integer)
|
|
|
|
|
|
|
|
(defcustom org-habit-preceding-days 21
|
|
|
|
"Number of days before today to appear in consistency graphs."
|
|
|
|
:group 'org-habit
|
|
|
|
:type 'integer)
|
|
|
|
|
|
|
|
(defcustom org-habit-following-days 7
|
|
|
|
"Number of days after today to appear in consistency graphs."
|
|
|
|
:group 'org-habit
|
|
|
|
:type 'integer)
|
|
|
|
|
|
|
|
(defcustom org-habit-show-habits t
|
|
|
|
"If non-nil, show habits in agenda buffers."
|
|
|
|
:group 'org-habit
|
|
|
|
:type 'boolean)
|
|
|
|
|
|
|
|
(defcustom org-habit-show-habits-only-for-today t
|
|
|
|
"If non-nil, only show habits on today's agenda, and not for future days.
|
|
|
|
Note that even when shown for future days, the graph is always
|
2009-10-23 17:05:34 -04:00
|
|
|
relative to the current effective date."
|
2009-10-19 04:17:49 -04:00
|
|
|
:group 'org-habit
|
|
|
|
:type 'boolean)
|
|
|
|
|
2011-09-21 05:09:49 -04:00
|
|
|
(defcustom org-habit-today-glyph ?!
|
|
|
|
"Glyph character used to identify today."
|
|
|
|
:group 'org-habit
|
Add version tag "24.1" for options introduced since Emacs 23.4 (and <= 24.1)
* org-exp.el (org-export-kill-product-buffer-when-displayed)
(org-export-initial-scope, org-export-date-timestamp-format)
(org-export-with-tasks, org-export-email-info)
(org-export-table-remove-empty-lines): Add version tag.
* org-mobile.el (org-mobile-files-exclude-regexp)
(org-mobile-use-encryption, org-mobile-encryption-tempfile)
(org-mobile-encryption-password, org-mobile-agendas): Add
version tag.
* ob-plantuml.el (org-plantuml-jar-path): Add version tag.
* org.el (org-babel-load-languages, org-clone-delete-id)
(org-log-buffer-setup-hook)
(org-loop-over-headlines-in-active-region)
(org-use-sub-superscripts, org-startup-with-beamer-mode)
(org-startup-with-inline-images, org-ctrl-k-protect-subtree)
(org-catch-invisible-edits)
(org-link-search-must-match-exact-headline)
(org-confirm-shell-link-not-regexp)
(org-confirm-elisp-link-not-regexp, org-log-refile)
(org-refile-use-cache)
(org-refile-active-region-within-subtree)
(org-todo-repeat-to-state, org-get-priority-function)
(org-agenda-jump-prefer-future)
(org-read-date-force-compatible-dates)
(org-use-effective-time)
(org-complete-tags-always-offer-all-agenda-tags)
(org-properties-postprocess-alist)
(org-format-latex-signal-error)
(org-latex-to-mathml-jar-file)
(org-latex-to-mathml-convert-command)
(org-export-latex-default-packages-alist)
(org-hidden-keywords, org-pretty-entities)
(org-pretty-entities-include-sub-superscripts)
(org-src-fontify-natively, org-effort-durations)
(org-speed-command-hook): Add version tag.
* org-html.el (org-export-html-footnote-separator)
(org-export-html-mathjax-options)
(org-export-html-mathjax-template)
(org-export-html-headline-anchor-format)
(org-export-html-preamble-format)
(org-export-html-postamble-format)
(org-export-html-table-align-individual-fields)
(org-export-html-protect-char-alist, org-export-html-divs):
Add version tag.
* org-ctags.el (org-ctags-path-to-ctags)
(org-ctags-open-link-functions)
(org-ctags-new-topic-template): Add version tag.
* ob-exp.el (org-export-babel-evaluate): Add version tag.
* org-beamer.el (org-beamer-use-parts)
(org-beamer-frame-level, org-beamer-frame-default-options)
(org-beamer-column-view-format, org-beamer-themes)
(org-beamer-environments-extra, org-beamer-fragile-re)
(org-beamer-outline-frame-title)
(org-beamer-outline-frame-options): Add version tag.
* org-wl.el (org-wl-link-remove-filter)
(org-wl-shimbun-prefer-web-links)
(org-wl-nntp-prefer-web-links, org-wl-disable-folder-check)
(org-wl-namazu-default-index): Add version tag.
* org-clock.el (org-task-overrun-text)
(org-clocktable-defaults, org-clock-clocktable-formatter)
(org-clock-clocktable-language-setup)
(org-clock-report-include-clocking-task)
(org-clock-resolve-expert): Add version tag.
* ob-lob.el (org-babel-lob-files): Add version tag.
* org-freemind.el (org-freemind-node-css-style): Add version
tag.
* org-archive.el (org-archive-reversed-order)
(org-archive-subtree-add-inherited-tags): Add version tag.
* org-bibtex.el (org-bibtex-autogen-keys, org-bibtex-prefix)
(org-bibtex-treat-headline-as-title)
(org-bibtex-export-arbitrary-fields)
(org-bibtex-key-property, org-bibtex-tags)
(org-bibtex-tags-are-keywords, org-bibtex-no-export-tags)
(org-bibtex-type-property-name): Add version tag.
* org-timer.el (org-timer-default-timer): Add version tag.
* org-taskjuggler.el (org-export-taskjuggler-extension)
(org-export-taskjuggler-project-tag)
(org-export-taskjuggler-resource-tag)
(org-export-taskjuggler-target-version)
(org-export-taskjuggler-default-project-version)
(org-export-taskjuggler-default-project-duration)
(org-export-taskjuggler-default-reports)
(org-export-taskjuggler-default-global-properties): Add
version tag.
* org-habit.el (org-habit-today-glyph)
(org-habit-completed-glyph): Add version tag.
* org-list.el (org-alphabetical-lists)
(org-list-ending-method, org-list-end-regexp)
(org-list-automatic-rules, org-list-use-circular-motion)
(org-list-indent-offset): Add version tag.
* ob-picolisp.el (org-babel-picolisp-cmd): Add version tag.
* org-icalendar.el (org-icalendar-alarm-time)
(org-icalendar-combined-description)
(org-icalendar-honor-noexport-tag)
(org-icalendar-date-time-format): Add version tag.
* org-src.el (org-src-tab-acts-natively): Add version tag.
* org-exp-blocks.el (org-export-blocks-postblock-hook): Add
version tag.
* org-table.el (org-table-exit-follow-field-mode-when-leaving-table)
(org-table-fix-formulas-confirm)
(org-table-duration-custom-format)
(org-table-formula-field-format): Add version tag.
* org-publish.el (org-publish-sitemap-sort-files)
(org-publish-sitemap-sort-folders)
(org-publish-sitemap-sort-ignore-case)
(org-publish-sitemap-date-format)
(org-publish-sitemap-file-entry-format): Add version tag.
* ob-js.el (org-babel-js-cmd): Add version tag.
* org-docbook.el (org-export-docbook-footnote-separator)
(org-export-docbook-xslt-stylesheet): Add version tag.
* org-entities.el (org-entities-ascii-explanatory)
(org-entities-user): Add version tag.
* ob.el (org-confirm-babel-evaluate)
(org-babel-no-eval-on-ctrl-c-ctrl-c): Add version tag.
* ob-tangle.el (org-babel-tangle-lang-exts)
(org-babel-post-tangle-hook, org-babel-pre-tangle-hook)
(org-babel-tangle-body-hook)
(org-babel-tangle-comment-format-beg)
(org-babel-tangle-comment-format-end)
(org-babel-process-comment-text): Add version tag.
* org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
Add version tag.
* org-crypt.el (org-crypt-disable-auto-save): Add version tag.
* org-inlinetask.el (org-inlinetask-default-state): Add
version tag.
* ob-scheme.el (org-babel-scheme-cmd): Add version tag.
* ob-lisp.el (org-babel-lisp-dir-fmt): Add version tag.
* org-attach.el (org-attach-store-link-p): Add version tag.
* org-capture.el (org-capture-templates)
(org-capture-before-finalize-hook)
(org-capture-after-finalize-hook): Add version tag.
* org-agenda.el (org-agenda-skip-deadline-prewarning-if-scheduled)
(org-agenda-time-leading-zero, org-agenda-follow-indirect)
(org-agenda-menu-two-column, org-agenda-menu-show-matcher)
(org-agenda-timegrid-use-ampm)
(org-agenda-remove-timeranges-from-blocks)
(org-agenda-inactive-leader, org-agenda-current-time-string)
(org-agenda-show-current-time-in-grid)
(org-agenda-search-view-force-full-words)
(org-agenda-search-view-always-boolean)
(org-agenda-clock-consistency-checks)
(org-agenda-include-deadlines)
(org-agenda-move-date-from-past-immediately-to-today)
(org-agenda-day-face-function)
(org-agenda-category-icon-alist)
(org-agenda-bulk-custom-functions)
(org-agenda-insert-diary-extract-time): Add version tag.
* org-latex.el (org-export-latex-inputenc-alist)
(org-export-latex-tag-markup)
(org-export-latex-timestamp-inactive-markup)
(org-export-latex-href-format)
(org-export-latex-hyperref-format)
(org-export-latex-footnote-separator)
(org-export-latex-quotes)
(org-export-latex-table-caption-above)
(org-export-latex-listings-w-names)
(org-export-latex-minted-langs)
(org-export-latex-listings-options)
(org-export-latex-minted-options)
(org-latex-default-figure-position, org-export-pdf-logfiles):
Add version tag.
* org-faces.el (org-faces-easy-properties)
(org-fontify-quote-and-verse-blocks, org-cycle-level-faces):
Add version tag.
* ob-ditaa.el (org-ditaa-jar-option): Add version tag.
Thanks to Glenn Morris for reporting this.
2012-02-13 09:49:28 -05:00
|
|
|
:version "24.1"
|
2011-09-21 05:09:49 -04:00
|
|
|
:type 'character)
|
|
|
|
|
|
|
|
(defcustom org-habit-completed-glyph ?*
|
|
|
|
"Glyph character used to show completed days on which a task was done."
|
|
|
|
:group 'org-habit
|
Add version tag "24.1" for options introduced since Emacs 23.4 (and <= 24.1)
* org-exp.el (org-export-kill-product-buffer-when-displayed)
(org-export-initial-scope, org-export-date-timestamp-format)
(org-export-with-tasks, org-export-email-info)
(org-export-table-remove-empty-lines): Add version tag.
* org-mobile.el (org-mobile-files-exclude-regexp)
(org-mobile-use-encryption, org-mobile-encryption-tempfile)
(org-mobile-encryption-password, org-mobile-agendas): Add
version tag.
* ob-plantuml.el (org-plantuml-jar-path): Add version tag.
* org.el (org-babel-load-languages, org-clone-delete-id)
(org-log-buffer-setup-hook)
(org-loop-over-headlines-in-active-region)
(org-use-sub-superscripts, org-startup-with-beamer-mode)
(org-startup-with-inline-images, org-ctrl-k-protect-subtree)
(org-catch-invisible-edits)
(org-link-search-must-match-exact-headline)
(org-confirm-shell-link-not-regexp)
(org-confirm-elisp-link-not-regexp, org-log-refile)
(org-refile-use-cache)
(org-refile-active-region-within-subtree)
(org-todo-repeat-to-state, org-get-priority-function)
(org-agenda-jump-prefer-future)
(org-read-date-force-compatible-dates)
(org-use-effective-time)
(org-complete-tags-always-offer-all-agenda-tags)
(org-properties-postprocess-alist)
(org-format-latex-signal-error)
(org-latex-to-mathml-jar-file)
(org-latex-to-mathml-convert-command)
(org-export-latex-default-packages-alist)
(org-hidden-keywords, org-pretty-entities)
(org-pretty-entities-include-sub-superscripts)
(org-src-fontify-natively, org-effort-durations)
(org-speed-command-hook): Add version tag.
* org-html.el (org-export-html-footnote-separator)
(org-export-html-mathjax-options)
(org-export-html-mathjax-template)
(org-export-html-headline-anchor-format)
(org-export-html-preamble-format)
(org-export-html-postamble-format)
(org-export-html-table-align-individual-fields)
(org-export-html-protect-char-alist, org-export-html-divs):
Add version tag.
* org-ctags.el (org-ctags-path-to-ctags)
(org-ctags-open-link-functions)
(org-ctags-new-topic-template): Add version tag.
* ob-exp.el (org-export-babel-evaluate): Add version tag.
* org-beamer.el (org-beamer-use-parts)
(org-beamer-frame-level, org-beamer-frame-default-options)
(org-beamer-column-view-format, org-beamer-themes)
(org-beamer-environments-extra, org-beamer-fragile-re)
(org-beamer-outline-frame-title)
(org-beamer-outline-frame-options): Add version tag.
* org-wl.el (org-wl-link-remove-filter)
(org-wl-shimbun-prefer-web-links)
(org-wl-nntp-prefer-web-links, org-wl-disable-folder-check)
(org-wl-namazu-default-index): Add version tag.
* org-clock.el (org-task-overrun-text)
(org-clocktable-defaults, org-clock-clocktable-formatter)
(org-clock-clocktable-language-setup)
(org-clock-report-include-clocking-task)
(org-clock-resolve-expert): Add version tag.
* ob-lob.el (org-babel-lob-files): Add version tag.
* org-freemind.el (org-freemind-node-css-style): Add version
tag.
* org-archive.el (org-archive-reversed-order)
(org-archive-subtree-add-inherited-tags): Add version tag.
* org-bibtex.el (org-bibtex-autogen-keys, org-bibtex-prefix)
(org-bibtex-treat-headline-as-title)
(org-bibtex-export-arbitrary-fields)
(org-bibtex-key-property, org-bibtex-tags)
(org-bibtex-tags-are-keywords, org-bibtex-no-export-tags)
(org-bibtex-type-property-name): Add version tag.
* org-timer.el (org-timer-default-timer): Add version tag.
* org-taskjuggler.el (org-export-taskjuggler-extension)
(org-export-taskjuggler-project-tag)
(org-export-taskjuggler-resource-tag)
(org-export-taskjuggler-target-version)
(org-export-taskjuggler-default-project-version)
(org-export-taskjuggler-default-project-duration)
(org-export-taskjuggler-default-reports)
(org-export-taskjuggler-default-global-properties): Add
version tag.
* org-habit.el (org-habit-today-glyph)
(org-habit-completed-glyph): Add version tag.
* org-list.el (org-alphabetical-lists)
(org-list-ending-method, org-list-end-regexp)
(org-list-automatic-rules, org-list-use-circular-motion)
(org-list-indent-offset): Add version tag.
* ob-picolisp.el (org-babel-picolisp-cmd): Add version tag.
* org-icalendar.el (org-icalendar-alarm-time)
(org-icalendar-combined-description)
(org-icalendar-honor-noexport-tag)
(org-icalendar-date-time-format): Add version tag.
* org-src.el (org-src-tab-acts-natively): Add version tag.
* org-exp-blocks.el (org-export-blocks-postblock-hook): Add
version tag.
* org-table.el (org-table-exit-follow-field-mode-when-leaving-table)
(org-table-fix-formulas-confirm)
(org-table-duration-custom-format)
(org-table-formula-field-format): Add version tag.
* org-publish.el (org-publish-sitemap-sort-files)
(org-publish-sitemap-sort-folders)
(org-publish-sitemap-sort-ignore-case)
(org-publish-sitemap-date-format)
(org-publish-sitemap-file-entry-format): Add version tag.
* ob-js.el (org-babel-js-cmd): Add version tag.
* org-docbook.el (org-export-docbook-footnote-separator)
(org-export-docbook-xslt-stylesheet): Add version tag.
* org-entities.el (org-entities-ascii-explanatory)
(org-entities-user): Add version tag.
* ob.el (org-confirm-babel-evaluate)
(org-babel-no-eval-on-ctrl-c-ctrl-c): Add version tag.
* ob-tangle.el (org-babel-tangle-lang-exts)
(org-babel-post-tangle-hook, org-babel-pre-tangle-hook)
(org-babel-tangle-body-hook)
(org-babel-tangle-comment-format-beg)
(org-babel-tangle-comment-format-end)
(org-babel-process-comment-text): Add version tag.
* org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
Add version tag.
* org-crypt.el (org-crypt-disable-auto-save): Add version tag.
* org-inlinetask.el (org-inlinetask-default-state): Add
version tag.
* ob-scheme.el (org-babel-scheme-cmd): Add version tag.
* ob-lisp.el (org-babel-lisp-dir-fmt): Add version tag.
* org-attach.el (org-attach-store-link-p): Add version tag.
* org-capture.el (org-capture-templates)
(org-capture-before-finalize-hook)
(org-capture-after-finalize-hook): Add version tag.
* org-agenda.el (org-agenda-skip-deadline-prewarning-if-scheduled)
(org-agenda-time-leading-zero, org-agenda-follow-indirect)
(org-agenda-menu-two-column, org-agenda-menu-show-matcher)
(org-agenda-timegrid-use-ampm)
(org-agenda-remove-timeranges-from-blocks)
(org-agenda-inactive-leader, org-agenda-current-time-string)
(org-agenda-show-current-time-in-grid)
(org-agenda-search-view-force-full-words)
(org-agenda-search-view-always-boolean)
(org-agenda-clock-consistency-checks)
(org-agenda-include-deadlines)
(org-agenda-move-date-from-past-immediately-to-today)
(org-agenda-day-face-function)
(org-agenda-category-icon-alist)
(org-agenda-bulk-custom-functions)
(org-agenda-insert-diary-extract-time): Add version tag.
* org-latex.el (org-export-latex-inputenc-alist)
(org-export-latex-tag-markup)
(org-export-latex-timestamp-inactive-markup)
(org-export-latex-href-format)
(org-export-latex-hyperref-format)
(org-export-latex-footnote-separator)
(org-export-latex-quotes)
(org-export-latex-table-caption-above)
(org-export-latex-listings-w-names)
(org-export-latex-minted-langs)
(org-export-latex-listings-options)
(org-export-latex-minted-options)
(org-latex-default-figure-position, org-export-pdf-logfiles):
Add version tag.
* org-faces.el (org-faces-easy-properties)
(org-fontify-quote-and-verse-blocks, org-cycle-level-faces):
Add version tag.
* ob-ditaa.el (org-ditaa-jar-option): Add version tag.
Thanks to Glenn Morris for reporting this.
2012-02-13 09:49:28 -05:00
|
|
|
:version "24.1"
|
2011-09-21 05:09:49 -04:00
|
|
|
:type 'character)
|
|
|
|
|
2009-10-20 14:29:25 -04:00
|
|
|
(defface org-habit-clear-face
|
2009-11-22 00:39:16 -05:00
|
|
|
'((((background light)) (:background "#8270f9"))
|
2009-10-20 14:29:25 -04:00
|
|
|
(((background dark)) (:background "blue")))
|
|
|
|
"Face for days on which a task shouldn't be done yet."
|
2009-10-19 04:17:49 -04:00
|
|
|
:group 'org-habit
|
2009-10-20 14:29:25 -04:00
|
|
|
:group 'org-faces)
|
|
|
|
(defface org-habit-clear-future-face
|
2009-11-22 00:39:16 -05:00
|
|
|
'((((background light)) (:background "#d6e4fc"))
|
2009-10-20 14:29:25 -04:00
|
|
|
(((background dark)) (:background "midnightblue")))
|
|
|
|
"Face for future days on which a task shouldn't be done yet."
|
2009-10-19 04:17:49 -04:00
|
|
|
:group 'org-habit
|
2009-10-20 14:29:25 -04:00
|
|
|
:group 'org-faces)
|
2009-10-19 04:17:49 -04:00
|
|
|
|
2009-10-20 14:29:25 -04:00
|
|
|
(defface org-habit-ready-face
|
2009-11-22 00:39:16 -05:00
|
|
|
'((((background light)) (:background "#4df946"))
|
2009-10-20 14:29:25 -04:00
|
|
|
(((background dark)) (:background "forestgreen")))
|
|
|
|
"Face for days on which a task should start to be done."
|
2009-10-19 04:17:49 -04:00
|
|
|
:group 'org-habit
|
2009-10-20 14:29:25 -04:00
|
|
|
:group 'org-faces)
|
|
|
|
(defface org-habit-ready-future-face
|
2009-11-22 00:39:16 -05:00
|
|
|
'((((background light)) (:background "#acfca9"))
|
2009-10-20 14:29:25 -04:00
|
|
|
(((background dark)) (:background "darkgreen")))
|
|
|
|
"Face for days on which a task should start to be done."
|
2009-10-19 04:17:49 -04:00
|
|
|
:group 'org-habit
|
2009-10-20 14:29:25 -04:00
|
|
|
:group 'org-faces)
|
2009-10-19 04:17:49 -04:00
|
|
|
|
2009-10-20 14:29:25 -04:00
|
|
|
(defface org-habit-alert-face
|
2009-11-22 00:39:16 -05:00
|
|
|
'((((background light)) (:background "#f5f946"))
|
2009-10-20 14:29:25 -04:00
|
|
|
(((background dark)) (:background "gold")))
|
|
|
|
"Face for days on which a task is due."
|
2009-10-19 04:17:49 -04:00
|
|
|
:group 'org-habit
|
2009-10-20 14:29:25 -04:00
|
|
|
:group 'org-faces)
|
|
|
|
(defface org-habit-alert-future-face
|
2009-11-22 00:39:16 -05:00
|
|
|
'((((background light)) (:background "#fafca9"))
|
2009-10-20 14:29:25 -04:00
|
|
|
(((background dark)) (:background "darkgoldenrod")))
|
|
|
|
"Face for days on which a task is due."
|
2009-10-19 04:17:49 -04:00
|
|
|
:group 'org-habit
|
2009-10-20 14:29:25 -04:00
|
|
|
:group 'org-faces)
|
2009-10-19 04:17:49 -04:00
|
|
|
|
2009-10-20 14:29:25 -04:00
|
|
|
(defface org-habit-overdue-face
|
2009-11-22 00:39:16 -05:00
|
|
|
'((((background light)) (:background "#f9372d"))
|
2009-10-20 14:29:25 -04:00
|
|
|
(((background dark)) (:background "firebrick")))
|
|
|
|
"Face for days on which a task is overdue."
|
2009-10-19 04:17:49 -04:00
|
|
|
:group 'org-habit
|
2009-10-20 14:29:25 -04:00
|
|
|
:group 'org-faces)
|
|
|
|
(defface org-habit-overdue-future-face
|
2009-11-22 00:39:16 -05:00
|
|
|
'((((background light)) (:background "#fc9590"))
|
2009-10-20 14:29:25 -04:00
|
|
|
(((background dark)) (:background "darkred")))
|
|
|
|
"Face for days on which a task is overdue."
|
2009-10-19 04:17:49 -04:00
|
|
|
:group 'org-habit
|
2009-10-20 14:29:25 -04:00
|
|
|
:group 'org-faces)
|
2009-10-19 04:17:49 -04:00
|
|
|
|
|
|
|
(defun org-habit-duration-to-days (ts)
|
2009-10-20 14:11:43 -04:00
|
|
|
(if (string-match "\\([0-9]+\\)\\([dwmy]\\)" ts)
|
2009-10-19 04:17:49 -04:00
|
|
|
;; lead time is specified.
|
|
|
|
(floor (* (string-to-number (match-string 1 ts))
|
|
|
|
(cdr (assoc (match-string 2 ts)
|
|
|
|
'(("d" . 1) ("w" . 7)
|
|
|
|
("m" . 30.4) ("y" . 365.25))))))
|
|
|
|
(error "Invalid duration string: %s" ts)))
|
|
|
|
|
|
|
|
(defun org-is-habit-p (&optional pom)
|
2009-11-19 08:19:20 -05:00
|
|
|
"Is the task at POM or point a habit?"
|
2009-10-19 04:17:49 -04:00
|
|
|
(string= "habit" (org-entry-get (or pom (point)) "STYLE")))
|
|
|
|
|
|
|
|
(defun org-habit-parse-todo (&optional pom)
|
|
|
|
"Parse the TODO surrounding point for its habit-related data.
|
|
|
|
Returns a list with the following elements:
|
|
|
|
|
|
|
|
0: Scheduled date for the habit (may be in the past)
|
|
|
|
1: \".+\"-style repeater for the schedule, in days
|
|
|
|
2: Optional deadline (nil if not present)
|
|
|
|
3: If deadline, the repeater for the deadline, otherwise nil
|
|
|
|
4: A list of all the past dates this todo was mark closed
|
|
|
|
|
|
|
|
This list represents a \"habit\" for the rest of this module."
|
|
|
|
(save-excursion
|
|
|
|
(if pom (goto-char pom))
|
|
|
|
(assert (org-is-habit-p (point)))
|
2009-10-20 14:11:43 -04:00
|
|
|
(let* ((scheduled (org-get-scheduled-time (point)))
|
2009-10-22 06:18:01 -04:00
|
|
|
(scheduled-repeat (org-get-repeat org-scheduled-string))
|
2009-10-20 14:11:43 -04:00
|
|
|
(end (org-entry-end-position))
|
2010-08-25 10:12:27 -04:00
|
|
|
(habit-entry (org-no-properties (nth 4 (org-heading-components))))
|
|
|
|
closed-dates deadline dr-days sr-days)
|
2009-10-23 17:05:34 -04:00
|
|
|
(if scheduled
|
|
|
|
(setq scheduled (time-to-days scheduled))
|
2009-11-11 20:46:18 -05:00
|
|
|
(error "Habit %s has no scheduled date" habit-entry))
|
2009-10-19 04:17:49 -04:00
|
|
|
(unless scheduled-repeat
|
2010-08-25 10:12:27 -04:00
|
|
|
(error
|
|
|
|
"Habit '%s' has no scheduled repeat period or has an incorrect one"
|
|
|
|
habit-entry))
|
|
|
|
(setq sr-days (org-habit-duration-to-days scheduled-repeat))
|
2009-10-22 02:40:48 -04:00
|
|
|
(unless (> sr-days 0)
|
2009-11-11 20:46:18 -05:00
|
|
|
(error "Habit %s scheduled repeat period is less than 1d" habit-entry))
|
2009-10-20 14:11:43 -04:00
|
|
|
(when (string-match "/\\([0-9]+[dwmy]\\)" scheduled-repeat)
|
|
|
|
(setq dr-days (org-habit-duration-to-days
|
|
|
|
(match-string-no-properties 1 scheduled-repeat)))
|
|
|
|
(if (<= dr-days sr-days)
|
2009-11-11 20:46:18 -05:00
|
|
|
(error "Habit %s deadline repeat period is less than or equal to scheduled (%s)"
|
|
|
|
habit-entry scheduled-repeat))
|
2009-10-23 17:05:34 -04:00
|
|
|
(setq deadline (+ scheduled (- dr-days sr-days))))
|
2009-10-20 14:11:43 -04:00
|
|
|
(org-back-to-heading t)
|
2011-01-25 20:03:47 -05:00
|
|
|
(let* ((maxdays (+ org-habit-preceding-days org-habit-following-days))
|
|
|
|
(reversed org-log-states-order-reversed)
|
|
|
|
(search (if reversed 're-search-forward 're-search-backward))
|
|
|
|
(limit (if reversed end (point)))
|
|
|
|
(count 0))
|
|
|
|
(unless reversed (goto-char end))
|
|
|
|
(while (and (< count maxdays)
|
|
|
|
(funcall search "- State \"DONE\".*\\[\\([^]]+\\)\\]" limit t))
|
|
|
|
(push (time-to-days
|
|
|
|
(org-time-string-to-time (match-string-no-properties 1)))
|
|
|
|
closed-dates)
|
|
|
|
(setq count (1+ count))))
|
2009-10-20 14:11:43 -04:00
|
|
|
(list scheduled sr-days deadline dr-days closed-dates))))
|
2009-10-19 04:17:49 -04:00
|
|
|
|
|
|
|
(defsubst org-habit-scheduled (habit)
|
|
|
|
(nth 0 habit))
|
|
|
|
(defsubst org-habit-scheduled-repeat (habit)
|
|
|
|
(nth 1 habit))
|
|
|
|
(defsubst org-habit-deadline (habit)
|
2009-10-23 16:49:12 -04:00
|
|
|
(let ((deadline (nth 2 habit)))
|
|
|
|
(or deadline
|
2010-06-30 00:39:31 -04:00
|
|
|
(if (nth 3 habit)
|
|
|
|
(+ (org-habit-scheduled habit)
|
|
|
|
(1- (org-habit-scheduled-repeat habit)))
|
|
|
|
(org-habit-scheduled habit)))))
|
2009-10-19 04:17:49 -04:00
|
|
|
(defsubst org-habit-deadline-repeat (habit)
|
2009-10-23 16:49:12 -04:00
|
|
|
(or (nth 3 habit)
|
|
|
|
(org-habit-scheduled-repeat habit)))
|
2009-10-19 04:17:49 -04:00
|
|
|
(defsubst org-habit-done-dates (habit)
|
|
|
|
(nth 4 habit))
|
|
|
|
|
2009-10-23 17:05:34 -04:00
|
|
|
(defsubst org-habit-get-priority (habit &optional moment)
|
2009-10-20 15:16:37 -04:00
|
|
|
"Determine the relative priority of a habit.
|
|
|
|
This must take into account not just urgency, but consistency as well."
|
|
|
|
(let ((pri 1000)
|
2010-12-03 18:31:30 -05:00
|
|
|
(now (if moment (time-to-days moment) (org-today)))
|
2009-10-23 17:05:34 -04:00
|
|
|
(scheduled (org-habit-scheduled habit))
|
|
|
|
(deadline (org-habit-deadline habit)))
|
2009-10-20 15:16:37 -04:00
|
|
|
;; add 10 for every day past the scheduled date, and subtract for every
|
|
|
|
;; day before it
|
2009-10-23 17:05:34 -04:00
|
|
|
(setq pri (+ pri (* (- now scheduled) 10)))
|
2009-10-23 16:49:12 -04:00
|
|
|
;; add 50 if the deadline is today
|
2009-10-23 17:05:34 -04:00
|
|
|
(if (and (/= scheduled deadline)
|
|
|
|
(= now deadline))
|
2009-10-23 16:49:12 -04:00
|
|
|
(setq pri (+ pri 50)))
|
|
|
|
;; add 100 for every day beyond the deadline date, and subtract 10 for
|
|
|
|
;; every day before it
|
2009-10-23 17:05:34 -04:00
|
|
|
(let ((slip (- now (1- deadline))))
|
2009-10-20 15:16:37 -04:00
|
|
|
(if (> slip 0)
|
2009-10-23 16:49:12 -04:00
|
|
|
(setq pri (+ pri (* slip 100)))
|
2009-10-20 15:16:37 -04:00
|
|
|
(setq pri (+ pri (* slip 10)))))
|
|
|
|
pri))
|
|
|
|
|
2009-10-23 17:05:34 -04:00
|
|
|
(defun org-habit-get-faces (habit &optional now-days scheduled-days donep)
|
|
|
|
"Return faces for HABIT relative to NOW-DAYS and SCHEDULED-DAYS.
|
|
|
|
NOW-DAYS defaults to the current time's days-past-the-epoch if nil.
|
|
|
|
SCHEDULED-DAYS defaults to the habit's actual scheduled days if nil.
|
2009-10-19 04:17:49 -04:00
|
|
|
|
|
|
|
Habits are assigned colors on the following basis:
|
|
|
|
Blue Task is before the scheduled date.
|
|
|
|
Green Task is on or after scheduled date, but before the
|
2009-11-11 20:46:18 -05:00
|
|
|
end of the schedule's repeat period.
|
2009-10-19 04:17:49 -04:00
|
|
|
Yellow If the task has a deadline, then it is after schedule's
|
2009-11-11 20:46:18 -05:00
|
|
|
repeat period, but before the deadline.
|
2009-10-19 04:17:49 -04:00
|
|
|
Orange The task has reached the deadline day, or if there is
|
2009-11-11 20:46:18 -05:00
|
|
|
no deadline, the end of the schedule's repeat period.
|
2009-10-19 04:17:49 -04:00
|
|
|
Red The task has gone beyond the deadline day or the
|
2009-11-11 20:46:18 -05:00
|
|
|
schedule's repeat period."
|
2009-10-23 17:05:34 -04:00
|
|
|
(let* ((scheduled (or scheduled-days (org-habit-scheduled habit)))
|
2009-10-19 04:17:49 -04:00
|
|
|
(s-repeat (org-habit-scheduled-repeat habit))
|
2009-10-23 17:05:34 -04:00
|
|
|
(scheduled-end (+ scheduled (1- s-repeat)))
|
2009-10-19 04:17:49 -04:00
|
|
|
(d-repeat (org-habit-deadline-repeat habit))
|
2009-10-23 17:05:34 -04:00
|
|
|
(deadline (if scheduled-days
|
|
|
|
(+ scheduled-days (- d-repeat s-repeat))
|
2009-10-22 02:40:48 -04:00
|
|
|
(org-habit-deadline habit)))
|
2010-12-03 18:23:30 -05:00
|
|
|
(m-days (or now-days (time-to-days (current-time)))))
|
2009-10-19 04:17:49 -04:00
|
|
|
(cond
|
2009-10-23 17:05:34 -04:00
|
|
|
((< m-days scheduled)
|
2009-10-20 14:29:25 -04:00
|
|
|
'(org-habit-clear-face . org-habit-clear-future-face))
|
2009-10-23 17:05:34 -04:00
|
|
|
((< m-days deadline)
|
2009-10-20 14:29:25 -04:00
|
|
|
'(org-habit-ready-face . org-habit-ready-future-face))
|
2009-10-23 17:05:34 -04:00
|
|
|
((= m-days deadline)
|
2009-10-19 04:17:49 -04:00
|
|
|
(if donep
|
2009-10-20 14:29:25 -04:00
|
|
|
'(org-habit-ready-face . org-habit-ready-future-face)
|
|
|
|
'(org-habit-alert-face . org-habit-alert-future-face)))
|
2009-10-19 04:17:49 -04:00
|
|
|
(t
|
2009-10-20 14:29:25 -04:00
|
|
|
'(org-habit-overdue-face . org-habit-overdue-future-face)))))
|
2009-10-19 04:17:49 -04:00
|
|
|
|
2009-10-23 17:05:34 -04:00
|
|
|
(defun org-habit-build-graph (habit starting current ending)
|
|
|
|
"Build a graph for the given HABIT, from STARTING to ENDING.
|
|
|
|
CURRENT gives the current time between STARTING and ENDING, for
|
|
|
|
the purpose of drawing the graph. It need not be the actual
|
|
|
|
current time."
|
|
|
|
(let* ((done-dates (sort (org-habit-done-dates habit) '<))
|
|
|
|
(scheduled (org-habit-scheduled habit))
|
|
|
|
(s-repeat (org-habit-scheduled-repeat habit))
|
|
|
|
(start (time-to-days starting))
|
|
|
|
(now (time-to-days current))
|
|
|
|
(end (time-to-days ending))
|
|
|
|
(graph (make-string (1+ (- end start)) ?\ ))
|
|
|
|
(index 0)
|
|
|
|
last-done-date)
|
|
|
|
(while (and done-dates (< (car done-dates) start))
|
2009-10-22 06:24:21 -04:00
|
|
|
(setq last-done-date (car done-dates)
|
|
|
|
done-dates (cdr done-dates)))
|
2009-10-23 17:05:34 -04:00
|
|
|
(while (< start end)
|
|
|
|
(let* ((in-the-past-p (< start now))
|
|
|
|
(todayp (= start now))
|
2009-10-19 04:17:49 -04:00
|
|
|
(donep (and done-dates
|
2009-10-23 17:05:34 -04:00
|
|
|
(= start (car done-dates))))
|
2009-10-20 14:49:42 -04:00
|
|
|
(faces (if (and in-the-past-p
|
|
|
|
(not last-done-date)
|
2009-10-23 17:05:34 -04:00
|
|
|
(not (< scheduled now)))
|
2009-10-20 14:29:25 -04:00
|
|
|
'(org-habit-clear-face . org-habit-clear-future-face)
|
|
|
|
(org-habit-get-faces
|
2009-10-23 17:05:34 -04:00
|
|
|
habit start (and in-the-past-p
|
|
|
|
(if last-done-date
|
|
|
|
(+ last-done-date s-repeat)
|
|
|
|
scheduled))
|
2009-10-20 14:29:25 -04:00
|
|
|
donep)))
|
|
|
|
markedp face)
|
2009-10-19 04:17:49 -04:00
|
|
|
(if donep
|
2010-05-13 01:45:26 -04:00
|
|
|
(let ((done-time (time-add
|
|
|
|
starting
|
|
|
|
(days-to-time
|
|
|
|
(- start (time-to-days starting))))))
|
|
|
|
|
2011-09-21 05:09:49 -04:00
|
|
|
(aset graph index org-habit-completed-glyph)
|
2009-10-22 02:40:48 -04:00
|
|
|
(setq markedp t)
|
2010-05-13 01:45:26 -04:00
|
|
|
(put-text-property
|
|
|
|
index (1+ index) 'help-echo
|
|
|
|
(format-time-string (org-time-stamp-format) done-time) graph)
|
2009-10-22 02:40:48 -04:00
|
|
|
(while (and done-dates
|
2009-10-23 17:05:34 -04:00
|
|
|
(= start (car done-dates)))
|
2009-10-22 02:40:48 -04:00
|
|
|
(setq last-done-date (car done-dates)
|
|
|
|
done-dates (cdr done-dates))))
|
2009-10-19 04:17:49 -04:00
|
|
|
(if todayp
|
2011-09-21 05:09:49 -04:00
|
|
|
(aset graph index org-habit-today-glyph)))
|
2009-10-23 17:05:34 -04:00
|
|
|
(setq face (if (or in-the-past-p todayp)
|
2009-10-20 14:49:42 -04:00
|
|
|
(car faces)
|
|
|
|
(cdr faces)))
|
2009-10-19 04:17:49 -04:00
|
|
|
(if (and in-the-past-p
|
2009-10-20 14:29:25 -04:00
|
|
|
(not (eq face 'org-habit-overdue-face))
|
2009-10-19 04:17:49 -04:00
|
|
|
(not markedp))
|
2009-10-20 14:29:25 -04:00
|
|
|
(setq face (cdr faces)))
|
|
|
|
(put-text-property index (1+ index) 'face face graph))
|
2009-10-23 17:05:34 -04:00
|
|
|
(setq start (1+ start)
|
2009-10-19 04:17:49 -04:00
|
|
|
index (1+ index)))
|
|
|
|
graph))
|
|
|
|
|
|
|
|
(defun org-habit-insert-consistency-graphs (&optional line)
|
|
|
|
"Insert consistency graph for any habitual tasks."
|
|
|
|
(let ((inhibit-read-only t) l c
|
2010-01-31 11:51:49 -05:00
|
|
|
(buffer-invisibility-spec '(org-link))
|
2010-12-03 18:23:30 -05:00
|
|
|
(moment (time-subtract (current-time)
|
|
|
|
(list 0 (* 3600 org-extend-today-until) 0))))
|
2009-10-19 04:17:49 -04:00
|
|
|
(save-excursion
|
|
|
|
(goto-char (if line (point-at-bol) (point-min)))
|
|
|
|
(while (not (eobp))
|
|
|
|
(let ((habit (get-text-property (point) 'org-habit-p)))
|
|
|
|
(when habit
|
|
|
|
(move-to-column org-habit-graph-column t)
|
|
|
|
(delete-char (min (+ 1 org-habit-preceding-days
|
|
|
|
org-habit-following-days)
|
|
|
|
(- (line-end-position) (point))))
|
|
|
|
(insert (org-habit-build-graph
|
|
|
|
habit
|
|
|
|
(time-subtract moment
|
|
|
|
(days-to-time org-habit-preceding-days))
|
|
|
|
moment
|
|
|
|
(time-add moment
|
|
|
|
(days-to-time org-habit-following-days))))))
|
|
|
|
(forward-line)))))
|
|
|
|
|
|
|
|
(defun org-habit-toggle-habits ()
|
|
|
|
"Toggle display of habits in an agenda buffer."
|
|
|
|
(interactive)
|
|
|
|
(org-agenda-check-type t 'agenda)
|
|
|
|
(setq org-habit-show-habits (not org-habit-show-habits))
|
|
|
|
(org-agenda-redo)
|
|
|
|
(org-agenda-set-mode-name)
|
|
|
|
(message "Habits turned %s"
|
|
|
|
(if org-habit-show-habits "on" "off")))
|
|
|
|
|
|
|
|
(org-defkey org-agenda-mode-map "K" 'org-habit-toggle-habits)
|
|
|
|
|
|
|
|
(provide 'org-habit)
|
|
|
|
|
|
|
|
;;; org-habit.el ends here
|