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

Non-EWW browsers #28

Open
kennethbruskiewicz opened this issue Jul 25, 2022 · 3 comments
Open

Non-EWW browsers #28

kennethbruskiewicz opened this issue Jul 25, 2022 · 3 comments

Comments

@kennethbruskiewicz
Copy link

I noticed that org-board tries to use the system browser if 'eww is not used as the default.

Could this option be expanded so other emacs-based browsers could be used, like w3m?

@charlesroelli
Copy link
Owner

Yes, it should be possible to do this by adapting the expression that calculates the value of org-board-default-browser.

@kennethbruskiewicz
Copy link
Author

Is there a reason not to pass in a browse function directly?

@charlesroelli
Copy link
Owner

Sure @kennethbruskiewicz, you should be able to use any browse function as the value of org-board-default-browser. Unfortunately, though, its :type is a bit limited at the moment, so you may need to set the variable directly with something like: (setq org-board-default-browser (quote w3m)) in your Emacs init 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

No branches or pull requests

2 participants