-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
[Help Needed] Notifications testing #49
Comments
@hongphong177 I missed one spot that's not using proper function. I updated the docs, but only change is that |
it's worked thanks a lot @kristijanhusak |
I use these every day (rather than |
I've been using this with just the neovim notification and it works well! Especially with nvim-notify |
@excalios seems like you generally have something loaded incorrectly, because I see some indent line errors.
|
@kristijanhusak Thanks for the reply I ran the command and got this result: |
@excalios is your config working properly when you run it through regular neovim session? |
@kristijanhusak Seems to be working fine except the notifications? I'm unsure on how to test it |
@excalios set up a TODO that will happen in a bit more than 10 minutes. Open up Neovim and wait until exactly 10 minutes before the task deadline time, and it should show you a notification inside Neovim in top right corner. |
I managed to get it working-ish. |
If we just add a |
@Tokubara you should be getting both scheduled and deadline notifications. |
I'm only getting notifications for SCHEDULED (and possibly DEADLINE, didn't test), but not for plain timestamps. Is this on purpose? |
I'd say orgmode should be used how it fits your needs. I also use plain timestamps on things I just want on my agenda, like you do. This is what orgmode says about it. The difference, as far as the agenda is concerned (and I am aware of), is that scheduled items will continue to show up on the current day, until you set them to DONE archive them. |
All right, thanks for clarifying! :) |
Not sure if bug or missing feature. Emacs orgmode also does not seem to have notifications built in. Feel free to open an issue 👍 |
I can't make this feature to function at all i have a scheduled entry in a org file like this:
running following command manually from command line I'm not getting any notification /usr/bin/nvim --headless --noplugin -c 'lua require("orgmode").cron()'
|
@mortezadadgar what are your reminder settings? If you set reminder time to |
@kristijanhusak yes indeed it does work sorry for noise |
I've had
If my suspicion that there's an error in one of my orgfiles is correct, it would be great if orgmode could report the org file and line where the error occurs. And, ideally, report this as a notification. |
@Maltimore Removing * * * * * DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus /home/kristijan/.local/share/bob/nvim-bin/nvim -u NONE --headless --noplugin -c 'lua require("partials.orgmode_cron")' I can't recall how this managed to work with Let me know if removing |
Unfortunately, removing |
Can you try using my file I provided and see if that helps? What package manager are you using? |
I'm using packer for now. I wanted to migrate to |
I had these issues myself so I'll see to add some way to notify the user that something is failing |
@Maltimore I pushed some changes (4c7b539) that should properly exit and report errors via system notifier. |
I moved to
Furthermore, I also tested it with my previous approach and can confirm that even then (i.e. not using the partial config), it works. Thanks a lot!! :) |
Experimental support for notifications was added.
Any help with testing this, especially on MacOS and Windows, is highly appreciated. If you have any questions, feel free to post them on this issue.
The text was updated successfully, but these errors were encountered: