|
|
|
|
|
by bombastry
2027 days ago
|
|
In Emacs, an org-capture template[1] can be used to quickly and easily append new items to logs. It can prompt the user to enter text in multiple locations, eliminating the need to navigate around boilerplate to write entries. It can also prompt for tags to help make organization and searching easier. Additionally, it has the benefit of being callable anytime and anywhere within Emacs. I've only recently gotten around to using them, but they're really nice for quickly logging things that I was too lazy to do otherwise (e.g. recipes I have tried). [1]https://orgmode.org/manual/Capture-templates.html |
|
Does it essentially create the emacs equivalent of an html form, that you fill out and it then adds what you added to preconfigured text files, with the path to the file you were looking at when you triggered the template?