The posts about “emacs/elisp” that I publish on the subreddit r/emacs in an org document.
The posts are in the file ./posts.org and this file is meant to be read inside Emacs.
To make the internal local links to Emacs and Org-mode repositories work correctly, make sure to clone those repositories.
A clean procedure to get started with this document is:
git clone https://github.com/tonyaldon/posts
cd posts
git clone git://git.sv.gnu.org/emacs.git
git clone https://git.savannah.gnu.org/git/emacs/org-mode.git
- [2022-03-22 Tue] Org Speed Keys! BOOM! Great org-mode’s feature! And a good OPPORTUNITY to talk about self-insert-command
- [2022-03-11 Fri] Did you know that org-mode’s source code contains more than 5000 examples?
- [2022-03-05 Sat] I bet you use hl-line-mode… Do you know how it works? Overlays, post-command-hook and only 5 functions!!!
- [2022-02-26 Sat] Have you ever wondered how org-mode toggles the visibility of headings?
- [2022-02-20 Sun] You want to write a custom org backend? let’s write onlybold backend together to get you started
- [2022-02-11 Fri] Some examples on closures and lexical-binding