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 ()