emacs_org_write
Replace the content of an Emacs org buffer with new org-mode text, and optionally save the buffer to its file.
Instructions
Write/replace content in an org buffer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Whether to save the buffer (default: false) | |
| buffer | Yes | Buffer name | |
| content | Yes | New org content |