1 line
1.2 KiB
Plaintext
1 line
1.2 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>Hey folks,</p> <p>I thought this might be interesting for you all.</p> <p>Generate an HTML version of your agenda and then make it a default landing page in your browser. Result: every time you create a new tab you get a peek at your updated agenda. </p> <p>Keeps me slightly more organized.</p> <p>Here's the repo (not in Melpa): <a href="https://github.com/dantecatalfamo/agenda-html">https://github.com/dantecatalfamo/agenda-html</a></p> <p>I run it like so (in my config):</p> <p><code> (add-hook 'org-after-todo-state-change-hook (lambda () (run-with-idle-timer 20 nil (lambda () (load-file "/Users/trae/workspace/github/agenda-html/agenda-html.el"))))) </code> and here's is what my new tab looks like:</p> <p><a href="https://imgur.com/5EWNmVh">https://imgur.com/5EWNmVh</a></p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/trae"> /u/trae </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/rh48j4/show_rorgmode_agenda_in_the_browser_agendahtml/">[link]</a></span>   <span><a href="https://www.reddit.com/r/orgmode/comments/rh48j4/show_rorgmode_agenda_in_the_browser_agendahtml/">[comments]</a></span> |