From ded5296358ec2bcfbe58a662b5112226298bf43f Mon Sep 17 00:00:00 2001 From: John Lee Date: Fri, 8 Feb 2019 23:13:01 +0000 Subject: [PATCH] Add to ORG-NEWS for recent org-habit changes --- etc/ORG-NEWS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index bf14412fd..595d1895c 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -13,6 +13,16 @@ Please send Org bug reports to mailto:address@hidden * Version 9.3 ** Incompatible changes +*** org-agenda now always shows the time of day for ~org-habit~ habits + +Scheduled items with an associated time of day don't normally show the +time in the agenda if they were missed, because they're regarded as +only a reminder of a specific appointment that was already missed. +That behaviour is unchanged, except for scheduled items that represent +~org-habit~ habits, which now always show any time designation, +because the time of a habit is regarded as the time when the habit +should be done, even if one repeat was missed. + *** ob-clojure will not auto prepend ~(ns ..)~ statement now When tangling, user usually just want to tangle literally code instead of prepend inserting a ~(ns ..)~ statement before source block @@ -54,6 +64,16 @@ alternative was removed and there is no more a :use-xcolor options since now it's implicitly always true. ** New features +*** Support showing missed habits when ~org-scheduled-past-days~ is in effect + +This supports GTD-style workflows in which scheduled items are used as +a way of "turning on" TODO items on a particular date, rather than as +a means of creating calendar-based reminders to do tasks. It was +possible to achieve that using ~org-scheduled-past-days~, but that +caused some habits to not be shown when it was time to do the habit. +~org-habit-scheduled-past-days~ overrides that variable just for +~org-habit~ items. + *** Handle overlay specification for notes in Beamer export This aligns Beamer notes with slide overlays. @@ -136,6 +156,11 @@ dynamic block in ~org-dynamic-block-alist~. It was unused throughout the code base. ** Miscellaneous +*** Use face ~org-agenda-done~ for habits scheduled for future + +This has the effect that if you just did the habit, it is "greyed out" +in the agenda (given appropriate face configuration). + *** No more special indentation for description items Descriptions items are indented like regular ones, i.e., text starts -- 2.17.1