-
Notifications
You must be signed in to change notification settings - Fork 3
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
Suggestion: simplify the emacs call #1
Comments
Thank you for the great tool which is what I have been searching for long time! I found that your tool export html of (org-agenda-list), I tried to modify it by replacing (org-agenda-list) with (org-agenda nil "W") where "W" is one of my customize command, but it didn't work as expected. Could you please suggest how to export with customized dash view by your tool? Thank you in advance. |
The reason I load Emacs in a tmux session is that for some reason that I cannot figure out, Emacs refuses to load themes unless you start a window, so the agenda would always come out completely black instead of colored |
I find the syntax highlighting for things like the todo keywords and dates really helpful so not having the colors was a no-go for me |
Your approach worked fine for me. I ran the script interactively:
I commented out |
Hi
I just had a quick look at your script. Nice :)
However, instead of using tmux and send-key you could easily simplify the running of the agenda-html.el by simply doing:
Or am I missing something?
Cheers
The text was updated successfully, but these errors were encountered: