From 97e2f5e7329bb69fe83a93fd5e32401d125acfb7 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Mon, 22 Feb 2021 22:39:39 +0100 Subject: Remove the temporary to-do list --- nroam.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nroam.el b/nroam.el index 792f2fb..c36c95c 100644 --- a/nroam.el +++ b/nroam.el @@ -31,13 +31,6 @@ ;; ;; To setup nroam for all org-mode buffer, evaluate the following: ;; (add-hook 'org-mode-hook #'nroam-mode) -;; -;; TODO: -;; - [x] Jump to reference on RET. -;; - [x] Ensure one empty line before backlink section, but do put the start marker on the heading line. -;; - [x] Shift the level of headings in references -;; - [x] Hide drawers in the backlink sections. -;; - [x] Fix relative links (esp important with diaries that are in a subdirectory). ;;; Code: -- cgit v1.2.3-54-g00ecf