Skip to content

Commit 2940baa

Browse files
dschrempfHenrik Lissner
authored andcommitted
fix(org-mode): change deprecated keyword
Change `label` to `name`. Also substitute colon, which throws a warning with `org-lint`.
1 parent 697eeb9 commit 2940baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org-mode/figure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# --
66
#+caption: ${1:caption}
77
#+attr_latex: ${2:scale=0.75}
8-
#+label: fig:${3:label}
8+
#+name: fig-${3:label}

0 commit comments

Comments
 (0)