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?
3 Answers
4  
				votes
			You just have to supply a file extension when writing the agenda view.
C-x C-w to save the agenda. When it asks you for the location, you just enter a filename that ends with .html
For example, I saved my agenda in /tmp/agenda.html
If you want to save it as plain-text, you just give it a .txt extension.
1  
				votes
			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/.