We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96b116 commit 8c91794Copy full SHA for 8c91794
snippets/org.snippets
@@ -36,6 +36,16 @@ snippet <l
36
#+begin_export latex
37
$0
38
#+end_export
39
+# Begin export python
40
+snippet <p
41
+ #+begin_export python
42
+ $0
43
+ #+end_export
44
+# Begin export shell
45
+snippet <s
46
+ #+begin_export shell
47
48
49
# dot
50
snippet dot
51
#+begin_src dot :file ${1:file}.${2:svg} :results file graphics
@@ -73,8 +83,8 @@ snippet fig
73
83
# Org Header
74
84
snippet head
75
85
#+title: ${1:untitled document}
76
- #+author: ${2:`user-full-name`}
77
- #+email: ${3:`user-mail-address`}
86
+ #+author: ${2:user-full-name}
87
+ #+email: ${3:user-mail-address}
78
88
# Image
79
89
snippet img
80
90
#+attr_html: :alt $2 :align ${3:left} :class img
0 commit comments