-
Notifications
You must be signed in to change notification settings - Fork 5
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
Nano agenda not showing any org file appointments #9
Comments
Can you try to evaluate |
I also get a similar issue with the latest version from elpa, the error is:
Using the master branch seems to work. @rougier does |
@TristanCacqueray Can you test the |
@rougier sure, it failed with I made a little nix package for nano-agenda, and here is the branch that test rewrite: podenv/nano-agenda.nix@a327f08 . |
I need to load hl-line... In the meantime, you can load hl-line manually and restest. |
Ok, but I'm back to the issue where the todo list is empty. I guess this happens because I'm running in terminal: |
After switching the task to DONE, same error, here is the backtrace:
|
Can you remove the SCHEDULED from the entry? |
I meant remove only the |
Can you post the minimal |
@rougier With this config: (require 'hl-line)
(require 'nano)
(require 'nano-agenda)
;; Keep track of when the task was completed
(setq org-log-done 'time)
;; Tell org-agenda where are the org files
(setq org-agenda-files '("~/org")) And this org file
I get #9 (comment) when running |
Can you try |
@rougier this is a sandbox environment (container), there is only one org file and above is the full .emacs.el . My goal is to package nano-agenda and your GTD setup as a standalone application, ideally as a TUI. |
What is the error you get exactly? |
@rougier I get #9 (comment) with the stacktrace #9 (comment) Then after a while: |
Can you update svg-lib to the github version and/post documentation for svg-lib-button on your machine? |
I got this output when I installed nano agenda from emacs 27.1
options > manage emacs packages
And none of my agenda items shows up. I added a few new ones to test it but they don't show up.
Compiling file /home/james/.emacs.d/elpa/nano-agenda-0.2.1/nano-agenda.el at Mon Sep 12 19:51:20 2022
Entering directory ‘/home/james/.emacs.d/elpa/nano-agenda-0.2.1/’
nano-agenda.el:73:1:Warning: defcustom for ‘nano-agenda-today-symbol’ fails to
specify type
nano-agenda.el:73:1:Warning: defcustom for ‘nano-agenda-today-symbol’ fails to
specify type
nano-agenda.el:323:1:Warning: Unused lexical variable ‘duration’
nano-agenda.el:323:1:Warning: Unused lexical variable ‘minutes’
nano-agenda.el:323:1:Warning: Unused lexical variable ‘time’
nano-agenda.el:439:1:Warning: Unused lexical variable ‘today’
In nano-agenda--populate-agenda:
nano-agenda.el:466:39:Error: ‘add-to-list’ can’t use lexical var ‘entries’;
use ‘push’ or ‘cl-pushnew’
nano-agenda.el:485:1:Warning: Unused lexical variable ‘day’
nano-agenda.el:485:1:Warning: Unused lexical variable ‘today’
Not sure what the errors mean and how to fix them?
The text was updated successfully, but these errors were encountered: