diff --git a/CHANGELOG.org b/CHANGELOG.org new file mode 100644 index 0000000..0379a50 --- /dev/null +++ b/CHANGELOG.org @@ -0,0 +1,8 @@ +* 1.0.2 +[2020-08-20 Thu] +** Fix inability to refile to incubate +While processing the inbox, it was impossible to refile to the incubate file properly. +This release fixes that bug. + +To note: +If you haven't yet, make sure you go to the incubate file and set up some categories for yourself, e.g. `* To Read`, `* To Eat`, etc. ~org-gtd~ currently handles up to two headline levels, so you could do `* To Read` and `** Horror` if you wanted diff --git a/org-gtd.el b/org-gtd.el index 83f177c..429c61d 100644 --- a/org-gtd.el +++ b/org-gtd.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2019-2020 Aldric Giacomoni ;; Author: Aldric Giacomoni -;; Version: 1.0.1 +;; Version: 1.0.2 ;; Homepage: https://github.com/Trevoke/org-gtd.el ;; Package-Requires: ((emacs "26.1") (org-edna "1.0.2") (f "0.20.0") (org "9.3.1") (org-agenda-property "1.3.1"))