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 ""?