Dmitry
Dmitry
@auroranil is there a fork of this package somewhere? Curious what you mean by the "community". Kudos to weirdNox for creating this package, it's amazing.
> Have a look at this fork and its own forks: https://github.com/ahmed-shariff/org-noter > Excellent! I wonder if there's a way to pin this for future explorer. > In particular, look...
I'm wondering if anyone's interested in working on a shared fork. In particular @c1-g's [fork](/c1-g/org-noter-plus-djvu) appears to be well ahead of the others, notably with overlay support for epubs. It...
@magogware Here's a part of my test data: ``` * TODO This heading should be there because it contains scheduling info with time SCHEDULED: :PROPERTIES: :ID: FAKE_ID1 :END: ``` and...
Can't take credit for it; so thanks to @yantar92. Of course caveat emptor since this hasn't been properly tested.
Ideally there should be a server per emacs instance. Are you suggesting something like ```elisp (with-demoted-errors "Failed to bind.." (use-package 'org-hyperscheulder...)) ```
Hi @Ypot, I haven't had an opportunity to test this under Windows yet, so thank you for the bug report. Can you try the following: 1. load a clean emacs...
Hey @Ypot , If you can find where your emacs installs the packages, you can manually open the `calendar/index.html` in your browser. I don't have windows, so it's hard for...
I rely on scheduled time ranges heavily, though org manual seems to discourage this. I wrote a small package to plan my days: [org-hyperscheduler](https://github.com/dmitrym0/org-hyperscheduler). I use org-ql to surface tasks...
I had a similar issue, Emacs wasn't focusing. Building like so seemed to help: ``` brew install emacs-mac --with-imagemagick --with-no-title-bars --with-starter --with-modern-icon --with-imagemagick --with-modules --with-emacs-sexy-icon ```