emacs-org

Automate Emacs org-mode operations with Elisp patterns for headings, properties, tables, and links.

1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/jingtaozf/emacs-claude-agent --skill emacs-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: emacs-org
Source: https://github.com/jingtaozf/emacs-claude-agent/tree/main/.claude/skills/emacs-org
Command: npx skills add https://github.com/jingtaozf/emacs-claude-agent --skill emacs-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Emacs org-mode users often need quick, repeatable patterns to manipulate headings, properties, tables, and links. This skill provides ready-to-use Elisp snippets that streamline common org-mode tasks and reduce manual coding.

Core Features & Use Cases

  • Headings & Navigation: patterns to jump, ascend, and restructure org headlines.
  • Properties & Tables: read/write properties, update table cells, and batch edits.
  • Links & Files: create and transform org links; pattern-driven link insertion.

Quick Start

Load the Elisp snippets in an Emacs session and start applying the patterns to your org buffers.

Frequently Asked Questions about emacs-org

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

FAQPage Schema
How do I automate org-mode headings and properties with Elisp?

You can automate org-mode headings and properties by applying ready-to-use Elisp patterns to jump, ascend, restructure headlines, and read or write properties programmatically. This provides reproducible snippets for safe buffer handling.

What is the best way to batch edit org-mode tables in Emacs?

The best way to batch edit org-mode tables is using pattern-driven Elisp snippets designed to update table cells and manage links. This ensures safe buffer handling while performing repetitive edits across large documents.

Can I use Elisp code snippets to restructure org-mode files?

Yes, you can use Elisp code snippets to restructure org-mode files by applying patterns that jump, ascend, and reorganize headlines. These copyable examples provide safe buffer handling for large document editing.

How do I create and transform org links without manual coding?

You can create and transform org links without manual coding by leveraging pattern-driven Elisp snippets for link insertion. This approach eliminates repetitive coding and provides clear examples for common org-mode tasks.

Does this approach work for managing large org-mode documents?

Yes, this approach works for managing large org-mode documents by providing reproducible Elisp patterns for safe buffer handling. It streamlines restructuring headings, updating properties, and managing tables across extensive files.