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.
Go to file
welsberr 24d91bd755 Initial commit 2025-10-07 17:05:51 -04:00
.gitignore Initial commit 2025-10-07 17:05:51 -04:00
LICENSE Initial commit 2025-10-07 17:05:51 -04:00
README.md Initial commit 2025-10-07 17:05:51 -04:00

README.md

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.