Skip to content

Instantly share code, notes, and snippets.

@Linusp
Created July 17, 2020 01:09
Show Gist options
  • Save Linusp/8f9250dc8c4f83fc98fae837fc631b1a to your computer and use it in GitHub Desktop.
Save Linusp/8f9250dc8c4f83fc98fae837fc631b1a to your computer and use it in GitHub Desktop.
(add-to-list 'org-roam-capture-templates `("p" "Person" plain (function org-roam-capture--get-point)
,(concat "* 基本信息\n\n"
" - 性别: %?\n"
" - 生日: \n"
" - 籍贯: \n"
" - 教育经历:\n"
" - 工作经历:\n"
" - 家人:\n"
" - 居住地址:\n"
" - 联系方式:\n\n - 手机:\n - 微信:\n - 邮箱:\n"
"* 相关记忆\n")
:file-name "%<%Y%m%d%H%M%S>-${slug}"
:head "#+title: ${title}\n#+STARTUP: showall\n#+roam_alias: \n#+roam_tags: 人物\n\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment