emacs_org_heading_add
Add a new heading to an Org document in an Emacs buffer, specifying level, title, tags, and TODO state, with optional content and insertion position.
Instructions
Add a new heading to an org document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for the heading | |
| todo | No | TODO state (e.g., TODO, DONE) | |
| level | Yes | Heading level (1-6) | |
| title | Yes | Heading title | |
| buffer | Yes | Buffer name | |
| content | No | Content under the heading (optional) | |
| after_heading | No | Insert after this heading text (optional, appends to end if not specified) |