fix(gs/emacs): Fix link syntax for org email capture template

%l includes two pairs square brackets around the text, which doesn't
work if we want a description - %L only includes the literal link
location, so we can surround it in only one pair of square brackets

Change-Id: I3436f631f0e33336214828e0eb58d5333418b26f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3820
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2021-11-08 11:57:37 -05:00 committed by grfn
parent 0d1980f2d6
commit e92e462d75

View file

@ -71,7 +71,7 @@
("m" "Email" entry
(file +org-default-todo-file)
"* TODO [%l[%:subject]] :email:\n%i")
"* TODO [[%L][%:subject]] :email:\n%i")
("n" "Notes" entry
(file +org-default-todo-file)