emacs_org_heading_update
Locate an existing Org-mode heading in an Emacs buffer and update its title, replace or append its content, or modify its properties.
Instructions
Update an existing heading (title, content, or properties)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buffer | Yes | Buffer name | |
| heading | Yes | Heading text to find | |
| new_title | No | New title (optional) | |
| new_content | No | New content under heading (optional) | |
| append_content | No | Content to append (optional) |