diff --git a/docs/emacs/packages/org.org b/docs/emacs/packages/org.org index e05a1a7..643c1d8 100644 --- a/docs/emacs/packages/org.org +++ b/docs/emacs/packages/org.org @@ -832,28 +832,32 @@ can schedule a todo header for some dates, or set a deadline. Let’s now define some keybinds for inserting stuff in our org buffer: #+name: org-keybinds-insert -| Key chord | Function | Description | -|-----------+-------------------------------+-------------| -| i | nil | insert | -| ib | org-insert-structure-template | | -| id | org-insert-drawer | | -| ie | nil | emphasis | -| ieb | org-emphasize-bold | | -| iec | org-emphasize-code | | -| iei | org-emphasize-italic | | -| ies | org-emphasize-strike-through | | -| ieu | org-emphasize-underline | | -| iev | org-emphasize-verbatim | | -| iE | org-set-effort | | -| if | org-footnote-new | | -| ih | org-insert-heading | | -| iH | counsel-org-link | | -| ii | org-insert-item | | -| il | org-insert-link | | -| in | org-add-note | | -| ip | org-set-property | | -| is | org-insert-subheading | | -| it | org-set-tags-command | | +| Key chord | Function | Description | Package | +|-----------+---------------------------------------------------+-------------+------------| +| i | nil | insert | | +| ib | org-insert-structure-template | | | +| ic | | conlanging | | +| ica | conlanging-eittlandic-insert-adjective-declension | adjective | conlanging | +| icn | conlanging-eittlandic-insert-noun-declensions | noun | conlanging | +| icv | conlanging-eittlandic-insert-verb-declension | verb | conlanging | +| id | org-insert-drawer | | | +| ie | nil | emphasis | | +| ieb | org-emphasize-bold | | | +| iec | org-emphasize-code | | | +| iei | org-emphasize-italic | | | +| ies | org-emphasize-strike-through | | | +| ieu | org-emphasize-underline | | | +| iev | org-emphasize-verbatim | | | +| iE | org-set-effort | | | +| if | org-footnote-new | | | +| ih | org-insert-heading | | | +| iH | counsel-org-link | | | +| ii | org-insert-item | | | +| il | org-insert-link | | | +| in | org-add-note | | | +| ip | org-set-property | | | +| is | org-insert-subheading | | | +| it | org-set-tags-command | | | There isn’t a lot of stuff I can jump to yet, but there’s still some: #+name: org-keybinds-jump