File: Outshine.v0.24.3.zip ... -

:When it's time to write heavy prose (the actual paper content), you use the command M-x outorg-edit-as-org .

:Instead of a separate .org file, you write your paper's outline and prose directly inside your code (e.g., a .py or .el file) using comment-based headings. Example for Python: ## * Introduction or ## ** Methodology . File: Outshine.v0.24.3.zip ...

: Track your code and your writing in a single git history. :When it's time to write heavy prose (the

allows you to fold/unfold these sections just like in Org-mode, making long drafts easy to navigate. : Track your code and your writing in a single git history

Then, use the standard Org-mode export dispatcher ( C-c C-e ) to convert it to a finished paper.

: Keep your data analysis code and the paper's discussion in the exact same file.

Use M-x outorg-export-as-org to create a standalone Org file.

Skip to Recipe