I'm trying to understand literate programming as it ought to make life much easier, but only after climbing the steep learning cliff of emacs and org mode, but what is life without a challenge?
I've only just come across some shortcuts to make life slightly easier, so I'll post them here for reference. At least so I know where to find them. I don't know what they are officially called.
This is an AI generated list:-
On my system '<c' creates #+begin_comment. So much for AI!
I've only just come across some shortcuts to make life slightly easier, so I'll post them here for reference. At least so I know where to find them. I don't know what they are officially called.
This is an AI generated list:-
| TAB expands to | |
|---|---|
| <s | #+begin_src ... #+end_src |
| <e | #+begin_example ... #+end_example |
| <q | #+begin_quote ... #+end_quote |
| <v | #+begin_verse ... #+end_verse |
| <c | #+begin_center ... #+end_center |
| <l | #+begin_export latex ... #+end_export |
| <h | #+begin_export html ... #+end_export |
| <a | #+begin_export ascii ... #+end_export |
On my system '<c' creates #+begin_comment. So much for AI!