How do you publish the agenda for org mode? I am currently using htmlize to write just the agenda buffer, but I want it to publish all the related buffers, and link the agenda items to the corresponding locations in the other files. Is there a way to do this?
Share
I haven’t found a built-in way to do this, so I ended up programming my own. You can find the function org-publish-agenda at http://nflath.com/2009/10/org-mode/.