- org-mode links in 2022: implementation, packages, articles and videos | THIS IS EMACS
- org-store-link... powerful and flexible | THIS IS EMACS
- org-mode links everywhere, not only in org-mode buffers | THIS IS EMACS
- Link to a git commit from Org mode using Magit | THIS IS EMACS
- FULL example of org-mode links: internal links and search options
- Programming with Elisp is magic
- If you have never used wgrep with rg.el to rename a function in several files, try it | that will blow your mind
- Ripgrep is fantastic | Emacs is fantastic | BOOM you get the fantastic rg.el
- Don't explain, show me examples! A tour of the catch/throw pattern in the Emacs source code
- Did you know that Org links in property drawers are not links?
- Search options in file links | link abbreviations | COME WITH ME on this JOURNEY into the heart of the command org-open-at-point
- Org Speed Keys! BOOM! Great org-mode's feature! And a good OPPORTUNITY to talk about self-insert-command
- Did you know that org-mode's source code contains more than 5000 examples?
- I bet you use hl-line-mode... Do you know how it works? Overlays, post-command-hook and only 5 functions!!!
- Have you ever wondered how org-mode toggles the visibility of headings?
- You want to write a custom org backend? Let's write onlybold backend together to get you started
- Some examples on closures and lexical-binding
- Questions and Answers