Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow function for org-roam-graph-viewer #488

Merged
merged 1 commit into from
Apr 19, 2020

Conversation

progfolio
Copy link
Member

User may specify a function to open the org-roam graph.
Adds more error handling to org-roam-graph--open.

See #440

User may specify a function to open the org-roam graph.
Adds more error handling to org-roam-graph--open.

See org-roam#440
@jethrokuan jethrokuan merged commit 258d6f8 into org-roam:master Apr 19, 2020
@progfolio progfolio deleted the feature-show-graph-function branch April 19, 2020 16:55
@progfolio progfolio restored the feature-show-graph-function branch April 19, 2020 16:59
@progfolio progfolio deleted the feature-show-graph-function branch April 19, 2020 17:31
@RCoeurjoly
Copy link
Contributor

How do you use this?
I tried
(setq org-roam-graph-viewer eww-open-file)
but it tells me Symbol’s value as variable is void: eww-open-file

@jethrokuan
Copy link
Member

you need to quote it: (setq org-roam-graph-viewer #'eww-open-file)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants