emacs/var/elfeed/db/data/a8/a848d4ece3e523a48539538e983937330ec6bdbf
2022-01-03 12:49:32 -06:00

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&#39;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 &#39;org-after-todo-state-change-hook (lambda () (run-with-idle-timer 20 nil (lambda () (load-file &quot;/Users/trae/workspace/github/agenda-html/agenda-html.el&quot;))))) </code> and here&#39;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 --> &#32; submitted by &#32; <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> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/rh48j4/show_rorgmode_agenda_in_the_browser_agendahtml/">[comments]</a></span>