On Sep 8, 2008, at 6:39 PM, Chris Randle wrote:
Hi I've written an emacs function which uses: (org-agenda nil "e") To export my agenda to HTML. I'd like to make sure that the output always shows a weekly view, so I tried preceeding that line with (org-agenda-week-view)
Hi Chris, this should do the trick (let ((org-agenda-ndays 7)) (org-agenda nil "e")) HTH - Carsten _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode