Squashed 'dotfiles/emacs.d/snippets/org-mode/' content from commit 63d0bbd
git-subtree-dir: dotfiles/emacs.d/snippets/org-mode git-subtree-split: 63d0bbd9629b3a07a56c61dded5502484ee53d1a
This commit is contained in:
12
figure.yasnippet
Normal file
12
figure.yasnippet
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: figure
|
||||
# key: fig
|
||||
# binding: C-c y f
|
||||
# condition: (or (= (current-column) 3) (= (current-column) 0))
|
||||
# contributor: Rafael Villarroel (rvf0068@gmail.com)
|
||||
# --
|
||||
#+attr_latex: width=$1\textwidth
|
||||
#+ATTR_HTML: width="$2%"
|
||||
#+caption: $3
|
||||
`(org-insert-link '(4))`
|
||||
$0
|
Reference in New Issue
Block a user