Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Org GTD 3.0 mega-PR #124

Merged
merged 90 commits into from
May 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
1f6ac48
fix: run org-gtd--decorate-item in org-gtd-inbox-processing
mbeutelspacher Feb 26, 2023
5731418
Update test.yml
Trevoke Mar 1, 2023
17fd20f
fix: decorate all elements in a project
DerBeutlin Feb 26, 2023
2966f28
fix: mapping in correct order
mbeutelspacher Mar 6, 2023
865068e
Merge pull request #116 from DerBeutlin/fix/decorate-items
Trevoke Mar 8, 2023
fdc13dc
fix cond statement in custom agenda prefix
Trevoke Mar 8, 2023
9f73c69
Factor out inbox/default file initialization
cdlm Feb 13, 2023
89a0cf2
Ensure inbox file exists
cdlm Feb 13, 2023
2c87dae
Convert to full-fledged capture templates
cdlm Feb 13, 2023
9efbe52
Missing dependency
cdlm Feb 14, 2023
a026471
Avoid org-gtd-customize depending on org-gtd-files
cdlm Feb 14, 2023
d5d54c3
Cleanup uses of org-gtd--inbox-file
cdlm Feb 15, 2023
69c6689
Simplify overkill refactoring
cdlm Feb 19, 2023
770d399
Surface one-off organizing actions
Trevoke Feb 28, 2023
4266bad
fix missing line of code in inbox processing action
Trevoke Mar 1, 2023
19e3bd8
inbox-processing -> process
Trevoke Mar 6, 2023
dda6e13
tests pass again, which I hear matters
Trevoke Mar 8, 2023
2cd194d
refactor - move customize options
Trevoke Mar 10, 2023
3037ee6
Sketched new flow using temp processing buffer
Trevoke Mar 14, 2023
e9a00fe
adjust fixture file
Trevoke Mar 23, 2023
c23b96d
possibly more idiomatic buffer name template
Trevoke Mar 23, 2023
3319251
move defcustom declarations closer to the code
Trevoke Mar 23, 2023
196be5e
update agenda prototypes with dynamic date search
Trevoke Mar 24, 2023
f0d7f1b
wip - upgrading processing code
Trevoke Mar 24, 2023
00055d9
paving the way for clean single and batch clarifying
Trevoke Mar 27, 2023
09344fd
down to 6 failing tests
Trevoke Apr 1, 2023
197064d
down to fixing error flow
Trevoke Apr 3, 2023
240045b
last failing test, the big one
Trevoke Apr 3, 2023
b1d5f90
stupid blank lines in wip buffer
Trevoke Apr 3, 2023
cd07226
WIP (I hate myself)
Trevoke Apr 3, 2023
e2da90c
error display works as intended
Trevoke Apr 3, 2023
beda5cc
update documentation todo
Trevoke Apr 3, 2023
a9f1361
Merge branch 'org-gtd-3' into more-flexible-organization
Trevoke Apr 3, 2023
1de5c58
append org-gtd-directory to org-agenda-files
Trevoke Apr 3, 2023
ae3ff3d
add a forgotten test file
Trevoke Apr 3, 2023
b009301
refactor to allow todo-keywords to be dynamic
Trevoke Apr 7, 2023
75e5d48
can customize TODO/NEXT/etc. keywords
Trevoke Apr 7, 2023
644c258
add backward compatibility for ensure-list
Trevoke Apr 7, 2023
88406c4
some linting
Trevoke Apr 7, 2023
5fb5e04
declare this as 3.0 version; fix autoload issue
Trevoke Apr 9, 2023
2073131
support emacs 27 better
Trevoke Apr 9, 2023
1300c21
fix package autoloading, use new calendar implementation
Trevoke Apr 10, 2023
2d97101
hopefully fix 27.2 test failure
Trevoke Apr 11, 2023
bf191f6
First pass of function to upgrade calendar items to v3
Trevoke Apr 11, 2023
abc074a
Show horizons buffer on clarify if option is true
Trevoke Apr 11, 2023
04e0db9
respect option to show or not the horizons buffer
Trevoke Apr 11, 2023
b1d7605
compatibility with emacs 27.2
Trevoke Apr 12, 2023
b94085f
Incubate no longer uses SCHEDULED
Trevoke Apr 12, 2023
27032e5
Move delegated items away from SCHEDULED property
Trevoke Apr 12, 2023
430e6aa
ensure clarifying "knowledge" works
Trevoke Apr 17, 2023
8336595
sometimes I wonder how my tests work locally at all
Trevoke Apr 17, 2023
c97fa93
clean up kbd macros in processing test
Trevoke Apr 17, 2023
4b8e683
extract "capture-and-process" and "clarify" as functions
Trevoke Apr 17, 2023
5fbe386
if you don't commit new files, you're gonna have a bad time
Trevoke Apr 17, 2023
aad6d09
clean up helper code a little
Trevoke Apr 17, 2023
58dd0b7
add test for trash processing
Trevoke Apr 17, 2023
a6f159e
New decoration hook for choosing areas of focus
Trevoke Apr 17, 2023
d1f78ce
Update README.org
Trevoke Apr 19, 2023
c189cb7
Add sample doom config
chookity-pokk Apr 19, 2023
b98a8e6
Bring sample doom config into documentation / info file
Trevoke Apr 20, 2023
a6aca52
Merge branch 'chookity-pokk-update-readme'
Trevoke Apr 20, 2023
4fc2a0f
Merge branch 'master' into more-flexible-organization
Trevoke Apr 20, 2023
4603129
put sponsor request in README
Trevoke Apr 20, 2023
ffeacde
Merge branch 'master' into more-flexible-organization
Trevoke Apr 20, 2023
e175979
simplify logic: only one transient prefix now
Trevoke Apr 20, 2023
2c5104d
heavy linting effort
Trevoke Apr 21, 2023
f5cc056
more linting, start area of focus review agenda
Trevoke Apr 22, 2023
f6a5bba
signal error if area not in list
Trevoke Apr 22, 2023
b4e0c8c
try to use buttercup's :var tool
Trevoke Apr 23, 2023
45b6a0d
Prepare agenda for area of focus review
Trevoke Apr 24, 2023
17787cb
Toggle horizons buffer
Trevoke Apr 24, 2023
e2ddaed
Make flow for organizing a habit
Trevoke Apr 24, 2023
8b95c25
fix broken test
Trevoke Apr 25, 2023
e643350
Insert project templates while clarifying
Trevoke Apr 25, 2023
19658de
add functions to programmatically add GTD tasks
Trevoke Apr 25, 2023
3dd2b27
lint and rename hooks to org-gtd-organize-hooks
Trevoke Apr 26, 2023
6566106
move some functions from agenda namespace to GTD namespaces
Trevoke Apr 27, 2023
168f042
Update organize-hooks, allow easy customization
Trevoke Apr 28, 2023
3e73c10
discriminate more about when area of focus gets set
Trevoke Apr 28, 2023
dce739d
engage with all NEXT, by @-context
Trevoke Apr 30, 2023
b42a7bd
clean up logic for TODO/NEXT keywords on project tasks
Trevoke Apr 30, 2023
d4b03f2
keep track of implementation details
Trevoke May 1, 2023
a9630b1
Simplify file/refile target management
Trevoke May 1, 2023
e06d310
better data organization
Trevoke May 1, 2023
b613ed1
move habits to their own tree
Trevoke May 1, 2023
88015dd
implement 'review stuck bits' commands
Trevoke May 2, 2023
8b1778e
remove obsolete call; at this point, a drop in the sea
Trevoke May 2, 2023
7e448e8
Add org-gtd-oops to see missed events
Trevoke May 4, 2023
0814252
And this is why we have tests
Trevoke May 4, 2023
53a258e
add warning for 3.0.0beta
Trevoke May 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add warning for 3.0.0beta
  • Loading branch information
Trevoke committed May 4, 2023
commit 53a258e4d022c380afe0ad7b35a02d4f897d2f33
58 changes: 0 additions & 58 deletions agenda-prototypes.el

This file was deleted.

2 changes: 1 addition & 1 deletion changes-for-3.0.org
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
** org-gtd-agenda-cancel-project is now org-gtd-project-cancel-from-agenda
** org-gtd-show-stuck-projects is now org-gtd-review-stuck-projects
* new features
** org-gtd-oops for missed appointments
** org-gtd-oops command for missed appointments
** you can now clarify single items with org-gtd-clarify-item
** you can customize what the functions do for each GTD action (e.g. incubate, single action, etc.)
** organize-hooks can be customized to apply to specific types of tasks (see org-gtd-organize-type-member-p )
Expand Down
34 changes: 33 additions & 1 deletion org-gtd.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
;; Upgrade information is also available therein.
;;
;;; Code:
(defconst org-gtd-version "2.3.0")
(defconst org-gtd-version "3.0.0beta")

(require 'subr-x)
(require 'cl-lib)
Expand Down Expand Up @@ -78,6 +78,38 @@ your version to the one installed. Use a version string. For instance:
If org-gtd is 2.0.0, use \"2.0.0\".
If org-gtd is 2.3.5, use \"2.3.5\".")

(if (version< org-gtd-update-ack "3.0.0beta")
(lwarn 'org-gtd :warning "

|--------------------------|
| WARNING: BETA RELEASE |
|--------------------------|

Thank you for testing the beta release of org-gtd 3.0.0 .
The API is stable unless big breakages are discovered for some reason.

For a summary/dirty changelog, see a file called `changes-for-3.0.org' in the
repository: `https://github.com/trevoke/org-gtd.el'.

Important notices involve:
- run `org-gtd-upgrade-v2-to-v3'
- this moves all your habits to a new sub-heading in the default org-gtd file
- it will create this file if you don't have it
- as long you respect the Habits structure, move them where you want

- some of the key commands have changed, e.g.
- `org-gtd-choose' is now `org-gtd-organize'
- `org-gtd-process-item-hooks' is now `org-gtd-organize-hooks'

So do review this, and join the discord in the readme to discuss the changes!

To make this warning go away, add the following setting to your config file
(BEFORE ORG-GTD LOADS)

(setq org-gtd-update-ack \"3.0.0beta\")

"))

(if (version< org-gtd-update-ack "2.1.0")
(lwarn 'org-gtd :warning "

Expand Down