fix(gs/emacs): USe correct link syntax in capture templates
the %l capture template field already has square brackets around it. Change-Id: I1229dd3f4c9b0f414da2bdee9964d3c9837af818 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1742 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									717939bc12
								
							
						
					
					
						commit
						d4f5fcef66
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -42,7 +42,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   ("m" "Email" entry
 | 
					   ("m" "Email" entry
 | 
				
			||||||
    (file +org-default-todo-file)
 | 
					    (file +org-default-todo-file)
 | 
				
			||||||
    "* TODO [[%l][%:subject]] :email:\n%i")
 | 
					    "* TODO [%l[%:subject]] :email:\n%i")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   ("n" "Notes" entry
 | 
					   ("n" "Notes" entry
 | 
				
			||||||
    (file +org-default-todo-file)
 | 
					    (file +org-default-todo-file)
 | 
				
			||||||
| 
						 | 
					@ -52,7 +52,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   ("c" "Task note" entry
 | 
					   ("c" "Task note" entry
 | 
				
			||||||
    (clock)
 | 
					    (clock)
 | 
				
			||||||
    "* %U %?\n%i[[%l][Context]]\n"
 | 
					    "* %U %?\n%i[%l[Context]]\n"
 | 
				
			||||||
    :kill-buffer t
 | 
					    :kill-buffer t
 | 
				
			||||||
    :unnarrowed t)
 | 
					    :unnarrowed t)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue