Org-mode manual (25K lines info).
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill org --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Org?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-org-asi)More formats (shields.io, HTML) on the badges page.
---
name: org
description: Org-mode manual (25K lines info).
metadata:
trit: 0
---
# org
Org-mode manual (25K lines info).
## Structure
```org
* Heading 1
** Heading 2
*** TODO Task [#A]
DEADLINE: <2025-12-25>
:PROPERTIES:
:CUSTOM_ID: task-1
:END:
```
## Markup
```org
*bold* /italic/ _underline_ =verbatim= ~code~
[[https://example.com][Link]]
#+BEGIN_SRC python
print("hello")
#+END_SRC
```
## Keys
```
TAB Cycle visibility
C-c C-t Toggle TODO
C-c C-s Schedule
C-c C-d Deadline
C-c C-c Execute/toggle
C-c ' Edit src block
```
## Export
```elisp
(org-export-dispatch) ; C-c C-e
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!