fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

I use emacs and org but sometimes I just want to make one or more quick notes. Sometimes it's genuinely a disposable, transient thought so I viewed org-capture as overkill. Sometimes, I might want to remember what I jotted down and extend it the next day.

I tended to use the scratch buffer and then save (if necessary) to '~/tmp/xxx.txt'. This was clearly sub-optimal.

The built-in #Emacs remember package is much better. Can't believe I've only just discovered it.

gnu.org/software/emacs/manual/

www.gnu.orgRemember ManualRemember Manual
Ihor Radchenko (yantar92)

@andyc Fun fact: org-capture started as a fork of remember.el

@yantar92 @andyc I'll look at what org-capture and remember do. Could someone give a one-liner compare and contrast?

@clacke @andyc remember.el lets you add plain text into files from a quick popup window.

org-capture.el adds options on where exactly to put your input into files and adds templates for notes.