Saw this error after `org-lint'ing ORG-NEWS while I was adding an entry for another patch.
The attached patch fixes a broken link for `org-clock-in-last'.

>From f5b6859031d2bf487b26475d84420363b5b29f02 Mon Sep 17 00:00:00 2001
From: Nicholas Vollmer <iarchivedmywholel...@gmail.com>
Date: Mon, 8 Jun 2020 14:59:44 -0400
Subject: [PATCH] etc/ORG-NEWS: Fix broken documentation link

---
 etc/ORG-NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index f7c898f84..f313b07fe 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -4582,7 +4582,7 @@ See https://orgmode.org/elpa/
 
      You can temporarily activate continuous clocking with =C-u C-u
      C-u M-x= [[doc::org-clock-in][org-clock-in]] =RET= (three universal prefix arguments)
-     and =C-u C-u M-x= [[org-clock-in-last][org-clock-in-last]] =RET= (two universal prefix
+     and =C-u C-u M-x= [[doc::org-clock-in-last][org-clock-in-last]] =RET= (two universal prefix
      arguments).
 
 
-- 
2.26.2

Reply via email to