emacs
- TIL: How to ignore files and folders in org-roam
Jan 22, 2025.
151 words.
1 minute.
In
TIL.
emacs
orgmode
orgroam
An easy way to exclude certain files or folders from being included in the org-roam database, particularly useful for me with meta files, such as templates that have no unique id. - Writing my own calendar syncing solution
Jan 10, 2024 (updated May 28, 2024).
1900 words.
9 minutes.
Emacs
org-mode
Python
CalDav
Wiring up org-mode and CalDav to synchronize my tasks and events in the cloud with just one little Python tool. - How to fix the "file-missing: Doing vfork" error in Emacs
Jan 3, 2024 (updated May 28, 2024).
328 words.
2 minutes.
Emacs
Doom
Documenting a reliable solution for this error that sometimes pops up after changing my Doom Emacs configuration. - Setting up my literate config for Emacs
Nov 24, 2023 (updated Jul 2, 2024).
919 words.
5 minutes.
Emacs
orgmode
Doom
How I have set up my literate Emacs config in org-mode with automatic tangling. - Exporting literal code blocks verbatim from org-mode
Nov 12, 2023 (updated Jul 1, 2024).
263 words.
2 minutes.
In
Tech.
Emacs
orgmode
How to export verbatim org-mode code with one single character.