org

Document Org-mode headings, TODO workflows, markup, links, and export commands.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: org
Source: https://github.com/plurigrid/asi/tree/main/skills/org
Command: npx skills add https://github.com/plurigrid/asi --skill org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you understand Org-mode's structure and markup, enabling easier note-taking, outlining, and exporting workflows.

Core Features & Use Cases

  • Org structure and markup: Navigate headings, TODOs, and properties.
  • Export workflows: Convert Org content to HTML, LaTeX, or other formats.
  • Editing patterns: Use common Org-mode commands and blocks.

Quick Start

Create a simple Org document and export it or preview its structure, using the common Org-mode syntax shown in examples.

Frequently Asked Questions about org

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export Org-mode notes to HTML or PDF?

Org-mode's export-dispatch workflow converts your notes to HTML, PDF, LaTeX, and other formats. Use the org-export-dispatch command to select your target format and generate the output file directly from your Org document.

What is Org-mode markup syntax and how do I structure headings?

Org-mode uses asterisks to create hierarchical headings: one asterisk for top-level, two for subsections, and so on. This structure forms an outline that supports task management, note-taking, and organized content export.

Can I use Org-mode for task management with TODO states and deadlines?

Yes. Org-mode supports TODO keyword states for workflow tracking, SCHEDULE and DEADLINE properties to set dates, and PROPERTIES drawers to attach metadata. This enables complete task and project management within your notes.

How do I embed and execute code blocks in Org-mode?

Org-mode supports source code blocks that you can embed directly in your document. These blocks enable literate programming workflows where code and documentation coexist and can be executed or tangled into separate files.

Does Org-mode work with links and cross-references in notes?

Org-mode includes built-in link syntax to cross-reference headings, external URLs, and files within your document. Links remain functional across exports and support navigation both in the editor and in generated output formats.

What markup formatting options does Org-mode provide for text styling?

Org-mode markup syntax supports bold, italic, underline, strikethrough, and code styling. These format specifications are preserved and rendered correctly when you export to HTML, PDF, LaTeX, and other output formats.