docs(emacs/org): fix keybinding and add another
All checks were successful
deploy / build (push) Successful in 5m36s

This commit is contained in:
Lucien Cartier-Tilet 2024-09-21 16:08:30 +02:00
parent bbb77f27c8
commit 39d9900022
Signed by: phundrak
GPG Key ID: 347803E8073EACE0

View File

@ -833,7 +833,7 @@ can schedule a todo header for some dates, or set a deadline.
Lets now define some keybinds for inserting stuff in our org buffer:
#+name: org-keybinds-insert
| Key chord | Function | Description | Package |
|-----------+---------------------------------------------------+-------------+------------|
|-----------+---------------------------------------------------+---------------------+------------|
| i | nil | insert | |
| ib | org-insert-structure-template | | |
| ic | | conlanging | |
@ -858,6 +858,8 @@ Lets now define some keybinds for inserting stuff in our org buffer:
| ip | org-set-property | | |
| is | org-insert-subheading | | |
| it | org-set-tags-command | | |
| iV | conlang-store-heading-vuepress | store Vuepress link | conlanging |
| iv | conlanging-insert-heading-vuepress | vuepress link | conlanging |
There isnt a lot of stuff I can jump to yet, but theres still some:
#+name: org-keybinds-jump
@ -1138,7 +1140,7 @@ management system based on org-mode.
(phundrak/major-leader-key
:keymaps 'org-mode-map
:pakages 'org-ref
"ic" #'org-ref-insert-link
"iC" #'org-ref-insert-link
"iL" #'org-ref-insert-ref-link
"ir" #'org-ref-insert-link-hydra/body
"iB" #'org-ref-bibtex-hydra/body))