Org

Org-mode manual (25K lines info).

plurigrid 781989a 2 files · 6.9 KB Updated

File contents

org

Org-mode manual (25K lines info).

Structure

* Heading 1
** Heading 2
*** TODO Task [#A]
    DEADLINE: <2025-12-25>
    :PROPERTIES:
    :CUSTOM_ID: task-1
    :END:

Markup

*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

(org-export-dispatch)  ; C-c C-e

plurigrid/asi/tree/main/skills/org commit 781989a087

Frequently asked questions

npx skillmds@latest add plurigrid/org