hamacs/snippets/org-mode/header
Howard Abrams 71168110e0 Fixing my Markdown configuration a bit
Just need to get the fonts working better.
2024-09-02 15:57:51 -07:00

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