feat(arch): finalize Universal Literate Note transition for all projects and skills

This commit is contained in:
2026-03-31 16:14:37 -04:00
parent 1712b1e4a9
commit 70be8ab93e
79 changed files with 1606 additions and 417 deletions

View File

@@ -0,0 +1,28 @@
#+title: Org-GTD Archive Roam Daily Project
#+author: Amero Garcia
#+created: [2026-03-16 Mon 14:05]
#+begin_comment
Project documentation for Org-GTD Archive Roam Daily Project
#+end_comment
* Org-GTD Archive Roam Daily Project
*Goal:** To develop a feature for `org-gtd` that enables archiving of Org-mode headings to `org-roam-dailies` based on the `:CREATED:` property of the heading being archived. This will ensure chronological and contextually relevant archiving.
*Initial Scope:**
- Understanding the current `org-gtd` archiving mechanisms.
- Investigating `org-roam-dailies` structure and API for programmatic interaction.
- Designing a function that extracts the `:CREATED:` property from an Org heading.
- Implementing logic to move/copy the heading content to the correct daily note based on its creation date.
- Considering how to handle headings without a `:CREATED:` property.
*Information Needed from Amr:**
- Specific `org-gtd` setup details (e.g., how archiving is currently triggered/configured).
- Desired behavior if a `:CREATED:` property is missing.
- Preferred method for integration (e.g., new command, modification of existing archiving function).
- Any existing thoughts on error handling or edge cases.
*Next Steps:**
1. Gather Amr's specific usage patterns and requirements.
2. Dive into `org-gtd` and `org-roam` documentation/source code.
3. Propose a design for the new archiving function.