(Emacs)+org template for blog posts, ~rearranged org mode

This commit is contained in:
2022-09-17 16:56:21 +01:00
parent 9bfcec2400
commit 078078dc2b
2 changed files with 93 additions and 90 deletions

View File

@@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: org hugo post
# key: ohpost
# --
#+title: $1
#+author: $2
#+description: $3
#+property: header-args: :eval never-export
#+date: `(format-time-string "%Y-%m-%d" (current-time))`