Hi, I upload my agenda on a website, so I can access it from multiple devices. This works nicely with the following in a cron job:
emacs --batch -l ~/.emacs.d/init.el -eval '(org-batch-store-agenda-views)' -kill The only thing I'm missing is links to the body of the item. Does Org currently support anything in the HTML export that could enable showing the content on a click? For example: ** Item 1 This text here would be visible when you click on "Item 1" in the HTML-exported document. The link on "Item 1" could lead to a separate page or it could use some fancy CSS/Javascript. Any ideas? Thanks, Sebastian