(Emacs)+org template for blog posts, ~rearranged org mode
This commit is contained in:
@@ -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))`
|
||||
Reference in New Issue
Block a user