From: Michael Markert <markert.michael@googlemail.com>
To: Detlef Steuer <detlef.steuer@gmx.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Agenda file for the "following X days"
Date: Tue, 07 Jun 2011 14:00:30 +0200 [thread overview]
Message-ID: <8762ohkg0x.wl%markert.michael@googlemail.com> (raw)
In-Reply-To: <20110607085906.7454e0bb@vknecht-intel.unibw-hamburg.de>
[-- Attachment #1: Type: text/plain, Size: 655 bytes --]
On 7 Jun 2011, Detlef Steuer wrote:
> On Mon, 6 Jun 2011 23:10:12 -0500
> Ugur Ozdemir <uozdemir@go.wustl.edu> wrote:
>
>> Hi,
>>
>> As a novice I was wondering if there is an easy way of creating an
>> agenda file for a certain number of days starting from today. I know
>> I can do some custom agenda commands if I do some study but I guess I
>> am trying to free ride here.
>>
>
> And you get it, of course!
>
> (setq org-agenda-ndays 35)
>
> Where 35 is my number of days I like to look ahead.
Building on this, you can define a function like that:
(defun my-org-agenda ()
(interactive)
(let ((org-agenda-ndays 35))
(org-agenda)))
Michael
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2011-06-07 12:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 4:10 Agenda file for the "following X days" Ugur Ozdemir
2011-06-07 6:59 ` Detlef Steuer
2011-06-07 12:00 ` Michael Markert [this message]
2011-06-07 17:23 ` Agenda file for the Ugur Ozdemir
2011-06-07 18:00 ` Agenda file for the "following X days" Johnny
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=8762ohkg0x.wl%markert.michael@googlemail.com \
--to=markert.michael@googlemail.com \
--cc=detlef.steuer@gmx.de \
--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).