From 82fbd7e4b2df820886d7df3d6bb57fdb795e82e9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 6 Oct 2021 01:14:14 -0700 Subject: [oni-org] Bring back Org Roam --- oni-org/oni-org.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'oni-org') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index e182284..544b8d0 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0916.150621 +;; Version: 2021.1006.011505 ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti mixed-pitch) ;; This program is free software; you can redistribute it and/or modify @@ -287,8 +287,9 @@ located at the start of the line." _a_: Show Agenda _b_: Switch to org buffer _t_: Note _c_: Capture new heading _s_: Save all org buffers _A_: Appointment _l_: Store link ^^ _j_: Journal entry -^^ ^^ _f_: Find note -^^ ^^ _i_: Insert other note +^^ ^Roam^^^ +^^^^^^------------------------------------------------------------------------ +_f_: Find note _i_: Insert note ^^ ^Document^^^ ^^^^^^------------------------------------------------------------------------ _di_: Add inlineimages STARTUP @@ -301,8 +302,8 @@ _di_: Add inlineimages STARTUP ("t" (org-capture nil "t")) ("A" (org-capture nil "a")) ("j" (org-capture nil "j")) - ("f" oni-org-find-exocortex-file) - ("i" oni-org-insert-exocortex-link) + ("f" org-roam-node-find) + ("i" org-roam-node-insert) ("di" oni-org-document-add-inline-images-startup)) (defun oni-org-in-dblock-p () -- cgit v1.2.3-54-g00ecf