Removes old unnecessary function def
This commit is contained in:
@@ -732,14 +732,6 @@ If the path from LINK does not exist, nil is returned."
|
|||||||
(dired org-roam-directory))
|
(dired org-roam-directory))
|
||||||
)
|
)
|
||||||
|
|
||||||
(defun org-roam-open-inbox ()
|
|
||||||
"Capture info in ${org-roam-directory}/inbox.org (I use this naming convention to create dashboards for each of my org roam maps)"
|
|
||||||
(interactive)
|
|
||||||
(if (file-exists-p (concat org-roam-directory "/inbox.org"))
|
|
||||||
(org-open-file (concat org-roam-directory "/inbox.org"))
|
|
||||||
(message "No inbox found, capture something with M-x org-roam-capture-inbox"))
|
|
||||||
)
|
|
||||||
|
|
||||||
(defun org-roam-open-inbox ()
|
(defun org-roam-open-inbox ()
|
||||||
"Open ${org-roam-directory}/dashboard.org (I use this naming convention to create dashboards for each of my org roam maps)"
|
"Open ${org-roam-directory}/dashboard.org (I use this naming convention to create dashboards for each of my org roam maps)"
|
||||||
(interactive)
|
(interactive)
|
||||||
|
@@ -871,14 +871,6 @@ exit
|
|||||||
(dired org-roam-directory))
|
(dired org-roam-directory))
|
||||||
)
|
)
|
||||||
|
|
||||||
(defun org-roam-open-inbox ()
|
|
||||||
"Capture info in ${org-roam-directory}/inbox.org (I use this naming convention to create dashboards for each of my org roam maps)"
|
|
||||||
(interactive)
|
|
||||||
(if (file-exists-p (concat org-roam-directory "/inbox.org"))
|
|
||||||
(org-open-file (concat org-roam-directory "/inbox.org"))
|
|
||||||
(message "No inbox found, capture something with M-x org-roam-capture-inbox"))
|
|
||||||
)
|
|
||||||
|
|
||||||
(defun org-roam-open-inbox ()
|
(defun org-roam-open-inbox ()
|
||||||
"Open ${org-roam-directory}/dashboard.org (I use this naming convention to create dashboards for each of my org roam maps)"
|
"Open ${org-roam-directory}/dashboard.org (I use this naming convention to create dashboards for each of my org roam maps)"
|
||||||
(interactive)
|
(interactive)
|
||||||
|
Reference in New Issue
Block a user