Results 60 comments of Mykhailo Shevchuk

This looks good to me too. > The change from this PR is breaking, but it can be soften. It won't handle all the edge cases, but will give the...

Use a terminal multiplexer such as `screen` or `tmux`.

Hi @bertulli, it would be great if you could submit a PR. Please also see [this discussion](https://github.com/org-roam/org-roam-bibtex/discussions/253) for reference.

Hi, can you please share the contents of `orb-template.org`?

ORB PDF Scrapper was initially designed to facilitate collection and interconnection of Org-roam literature notes. At some point (see #143) I realized it would be nice to have it as...

Hi, the following should work: Configure ORB with use-package (from [README](https://github.com/org-roam/org-roam-bibtex#doom-emacs)): ``` elisp (use-package! org-roam-bibtex :after org-roam :config (require 'org-ref)) ; optional: if Org Ref is not loaded anywhere else,...

I'll need to add a README instruction on how to start `org-roam-bibtex-mode` automatically. For your case, putting the following in `config.el` is appropriate: ```elisp (after! org-roam (org-roam-bibtex-mode)) ```

@bdarcus thank you for your idea! I have had similar thoughts in mind and also some experience with fine-tuning org-mode for LaTeX export. Such functionality will very likely appear in...

Hi, I'm glad you like the package! This is something that was possible by default in ORB

Hi @Wetlize that's good news to hear. I fully agree that "unauthorized" pushing of the default template should be avoided while trying to guess what the user wants unless they...