emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Chris Randle <chris@amlog.co.uk>
Cc: emacs-orgmode@gnu.org
Subject: Re: Question and observation about org-agenda-week-view
Date: Mon, 8 Sep 2008 18:58:16 +0200	[thread overview]
Message-ID: <518AF221-CEEB-4F07-A44A-48A7000CD9DC@uva.nl> (raw)
In-Reply-To: <8E1618274C084076B065FCD9845D84F7@CUBE>


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	other threads:[~2008-09-08 16:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-08 16:39 Question and observation about org-agenda-week-view Chris Randle
2008-09-08 16:58 ` Carsten Dominik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=518AF221-CEEB-4F07-A44A-48A7000CD9DC@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=chris@amlog.co.uk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).