From e92e462d7595ac458195d6372ea280941cadccb3 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 8 Nov 2021 11:57:37 -0500 Subject: 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 Tested-by: BuildkiteCI --- users/grfn/emacs.d/org-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/grfn') diff --git a/users/grfn/emacs.d/org-config.el b/users/grfn/emacs.d/org-config.el index 8258ae6a02..81fb35a1cb 100644 --- a/users/grfn/emacs.d/org-config.el +++ b/users/grfn/emacs.d/org-config.el @@ -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) -- cgit 1.4.1