For some org-mode files, I would like to run specific commands when that file is opened for editing. These commands should be written in the heading of the file somewhere near the #+CONFIG
bits.
E.g in my 'WeeklyReport.org' I would like it to automatically run my function NavigateToOrCreateThisWeek()
Is this possible?
As an alternative, I currently have functions that load a file and then do something. But I'd like to instruct the functions to be ran when ever I open that file.