11 lines
564 B
Markdown
11 lines
564 B
Markdown
# PyOrgPatcher
|
|
|
|
PyOrgPatcher is a Python command-line utility that aid in workflows involving Emacs Org-Mode documents, as used in the PolyPaper project.
|
|
|
|
Functions:
|
|
- List Org-Mode elements in an Org-Mode file that can be modified or extracted.
|
|
- Replace the content of an Org-Mode element with text from STDIN or from a file.
|
|
- With a JSON configuration, either extract multiple Org-Mode elements to associated files (without noweb substitution) or update an Org-Mode document's specified elements with the contents of files.
|
|
- Dry-run capability.
|
|
|