I have such a snippet
# -*- mode: snippet -*-
# name: test
# key: test
# condition: t
# expand-env: ((yas/indent-line 'fixed) (yas/wrap-around-region 'nil))
# --
*** Expenses ""
After insert this snippet to org doc, the cursor is positioned at the head of next line.
How could place the cursion inside the string "?Cursor" of heading *** Expenses ""?
The cursor ends up in the placeholder
$0when present. So, the snippet body should beBTW, the
yas/...variables are obsolete, having been replaced byyas-...prefixes, eg.yas-indent-lineandyas-wrap-around-region.