emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Question and observation about org-agenda-week-view


From: Carsten Dominik
Subject: Re: [Orgmode] Question and observation about org-agenda-week-view
Date: Mon, 8 Sep 2008 18:58:16 +0200


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]