~cytrogen/.emacs.d

.emacs.d/snippets/org-mode/id -rw-r--r-- 186 bytes
e2b51cc0 — Cytrogen chore: 更新 gitignore 和数据文件 a month ago
                                                                                
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: Properties with Custom ID
# key: id
# --
:PROPERTIES:
:CUSTOM_ID: ${1:`(replace-regexp-in-string " " "-" (downcase (org-entry-get nil "ITEM")))`}
:END:
$0