hamacs/snippets/org-mode/header
Howard Abrams ffbd253e65 Convert to lower-case #+BEGIN_SRC blocks
While I was at it, I address some prose-specific comments like passive
sentences and weasel words.
2022-06-17 17:25:47 -07:00

11 lines
316 B
Text

# -*- mode: snippet -*-
# name: header
# key: header
# --
#+title: ${1:`(replace-regexp-in-string "-" " " (capitalize (file-name-nondirectory (file-name-sans-extension (buffer-file-name)))))`}
#+author: `(user-full-name)`
#+email: `user-mail-address`
#+date: `(format-time-string "%Y-%m-%d %B")`
#+tags: $2
$0