Skip to content

Commit 02aca23

Browse files
authored
fix(org-mode): #+srcname -> #+name
As of Orgmode 7.8 #+srcname has been deprecated and replaced with #+name. Ref: https://orgmode.org/Changes_old.html#org879c9e4
1 parent 3083b23 commit 02aca23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org-mode/srcname

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
# name: srcname
2+
# name: name
33
# key: name
44
# uuid: name
55
# --
6-
#+srcname: $0
6+
#+name: $0

0 commit comments

Comments
 (0)