1
0
Fork 0

[oni-org] Bring back Org Roam

This commit is contained in:
Tom Willemse 2021-10-06 01:14:14 -07:00
parent 581a574373
commit 82fbd7e4b2

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; 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 ()