From 3b494e986ed61f785416ee63ad359dca97f3a589 Mon Sep 17 00:00:00 2001 From: Tom Willemse <tom@ryuslash.org> Date: Thu, 6 Mar 2025 00:35:19 -0800 Subject: [PATCH] oni-org: Remove reference to exocortex-novus --- oni-org/oni-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 23790a0..f505814 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2025.0305.221848 +;; Version: 2025.0306.003512 ;; Package-Requires: (oni-yasnippet oni-hydra org org-edna diminish olivetti org-pretty-table) ;; This program is free software; you can redistribute it and/or modify @@ -169,7 +169,7 @@ located at the start of the line." (defun oni-org-open-index () "Open the index of my org-based personal wiki." (interactive) - (find-file (oni-org-expand-to-home "documents/exocortex-novus/index.org"))) + (find-file (oni-org-expand-to-home "documents/gtd/index.org"))) (defun oni-org-color-for (object) "Generate a color for OBJECT by using its hash as a parameter for an LCh color."