From 46af4d7d41b977bfa460663c335cf02467f207bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 1 Jul 2025 12:28:48 -0400 Subject: [PATCH] Add 'learn' as an alias for internal personal learning --- pomodoro_to_harvest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index cfba74a..5602e4b 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -153,7 +153,7 @@ compound_project_tasks = { "Internal — Other": ["other"], "Internal — Overhead": ["overhead"], "Internal — Planning": ["planning", "plan"], - "Internal — Personal Learning": ["Learning", "Personal learning"], + "Internal — Personal Learning": ["Learning", "Personal learning", "learn"], "Internal — Presentations": ["presentations", "presentation"], "Internal — Network Engagement": ["Network Engagement", "NE", "network engagment", "Social media", "Network building", "Agaric network engagement", "AgaricNetwork Engagement", "Networking"], "VHFA — Contributing back to the community": ["VHFA contrib"],