| I've been using org-mode for about ten years to document moment-to moment progress on tasks. I'll give a basic summary of the problem, copy in significant commands and results as I run them, and ask the next questions to drive the next steps. Some features that make Org useful for this: - I'm clocked into the task so I can always jump to it easily, even as I hop around other emacs buffers - supports code snippets with formatting in any language - it's easy to add timestamped notes or write in free form - can export the subtree to HTML or Markdown or Latex/PDF, to share with others - GitLab will apply basic Org formatting (as with markdown), so I can share them directly just by pushing - supports regex search across all agenda files, regardless of where they are. This is nice if, say, I know I had a similar issue with e.g. some docker command but don't remember which project it was on |