emacs-config/snippets/org-mode/property-header-args
TEC 325d1a31e3 Add yas org snippet helper functions
and a few little similar tweaks
2020-12-16 03:01:35 +08:00

6 lines
276 B
Plaintext

# -*- mode: snippet -*-
# name: Property - header arg
# key: h
# condition: (or (looking-back "^#\\+PROPERTY:.*" (line-beginning-position)) (looking-back "^#\\+property:.*" (line-beginning-position)))
# --
header-args:${1:`(or (+yas/org-most-common-no-property-lang) "?")`} $0