71168110e0
Just need to get the fonts working better.
13 lines
363 B
Text
13 lines
363 B
Text
# key: header
|
|
# name: header
|
|
# --
|
|
#+TITLE: ${1:`(s-titleized-words (s-replace-regexp (rx (any "-" "_")) " " (file-name-base (buffer-file-name))))`}
|
|
#+AUTHOR: Howard Abrams
|
|
#+EMAIL: howard@howardabrams.com
|
|
#+DATE: `(format-time-string "%Y-%m-%d %a")`
|
|
#+LASTMOD: [`(format-time-string "%Y-%m-%d %a")`]
|
|
#+FILETAGS: ${2:personal}
|
|
#+STARTUP: ${3:inlineimages}
|
|
|
|
$0
|