Skip to content

(feat)log: init#2170

Merged
jethrokuan merged 1 commit intomainfrom
feat/org-roam-log
Apr 24, 2022
Merged

(feat)log: init#2170
jethrokuan merged 1 commit intomainfrom
feat/org-roam-log

Conversation

@jethrokuan
Copy link
Member

@jethrokuan jethrokuan commented Apr 24, 2022


Motivation for this change

Create initial log module for working with Org logs.

Fixes #2167 .

Create initial log module for working with Org logs
@jethrokuan jethrokuan merged commit 3014c63 into main Apr 24, 2022
@jethrokuan jethrokuan deleted the feat/org-roam-log branch April 24, 2022 23:57

(defun org-roam-log--setup ()
"Run hooks in `org-roam-log-setup-hook'."
(run-hooks 'org-roam-log-setup-hook))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jethrokuan ,
Do you intend to do this here? org-roam-log-p does not seem to be used?

(when (org-roam-log-p)
  (run-hooks 'org-roam-log-setup-hook))

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah...

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Org-roam doesn’t autocomplete when in ‘org-add-note’

2 participants