Skip to content

Instantly share code, notes, and snippets.

@jnpn
Created February 21, 2024 01:36
Show Gist options
  • Save jnpn/5049b8c16387dadaaebcebfbd93aa6df to your computer and use it in GitHub Desktop.
Save jnpn/5049b8c16387dadaaebcebfbd93aa6df to your computer and use it in GitHub Desktop.
simple append-only auto-datetimed blog entry template for emacs org-mode
'(("b" "blog" entry
(file+function "~/org/blog.org" end-of-buffer)
"* %T %^{TITLE} %^g
> %^{MOOD}p
> %c
> %x
> %i
> %F
%?"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment