Make snippets for org header args
This commit is contained in:
parent
1dedd8c273
commit
4d2e6eed7b
12 changed files with 155 additions and 2 deletions
9
snippets/org-mode/header args/v
Normal file
9
snippets/org-mode/header args/v
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# -*- mode: snippet -*-
|
||||
# key: v
|
||||
# name: header arg - eval
|
||||
# condition: (~/yas-org-src-header-p)
|
||||
# --
|
||||
`(let ((out (~/yas-org-prompt-header-arg
|
||||
:eval "Evaluate: "
|
||||
'("no" "query" "no-export" "query-export"))))
|
||||
(if out (concat ":eval " out " ") ""))`
|
||||
Loading…
Add table
Add a link
Reference in a new issue