emacs_org_read
Read org document content from a specified Emacs buffer, returning raw text or a parsed structure to inspect its outline and elements.
Instructions
Read org document content with optional parsed structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buffer | Yes | Buffer name containing the org document | |
| format | No | Output format: raw text or parsed structure (default: raw) |