Is there built-in functionality for transcluding headings from an Org file, specifically ones marked with TODO?
I have an Org file that I use to list action items. How I break up work is by only marking headings with TODO if I want to work on them for the day or week (marking everything in the file as TODO would result in a buffer of noise, losing out on contextual cues). Because of how my ADHD works, I really need these items to consistently show up in some routine or process I've already established so they stay in the foreground of "shit I need to be working on".
Right now, that already-established process in Emacs is by making use of denote-journal so every day I start all my writing, rough drafts, notes, and so on in a daily Org/denote-journal file.
I'm thinking a good workflow might be that when I open my daily journal, it gets populated with TODO entries from another file. It'd be extra nice if there was some way to do the transclusion without it effectively hard-copying/duplicating the headings from another Org file.
#emacs #denote #orgmode