模板优化, 获取文件名当作博客名称

使用到两个函数

  1. string-replace
  2. buffer-name

https://gcore.jsdelivr.net/gh/zhangxingong/blog@main/static/img/14-05-25_2_screenshot.png

博客文件模板

1
2
3
4
5
6
7
#+title: ${1:Title}
#+DATE: `(format-time-string org-hugo-date-format)`
#+author: zhangxingong
#+SLUG: ${2:`(string-replace ".org" "" (buffer-name))`}  

#Result
"emacs-file"

参考博客:

操作对象之三 ── 文件