From: Johnny <yggdrasil@gmx.co.uk>
To: Michael Markert <markert.michael@googlemail.com>
Cc: Detlef Steuer <detlef.steuer@gmx.de>, emacs-orgmode@gnu.org
Subject: Re: Agenda file for the "following X days"
Date: Tue, 07 Jun 2011 19:00:06 +0100 [thread overview]
Message-ID: <87fwnlplnd.fsf@gmx.co.uk> (raw)
In-Reply-To: <8762ohkg0x.wl%markert.michael@googlemail.com> (Michael Markert's message of "Tue, 07 Jun 2011 14:00:30 +0200")
Michael Markert <markert.michael@googlemail.com> writes:
> 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
Maybe you can just use the prefix key for your needs?
C-u 5 C-c a a
will create a 5 day agenda. It is left as an excercise for the reader to
create an 8 day agenda (or a 5-year plan, or any other use). :)
Or maybe you were looking for something else?
--
Johnny
prev parent reply other threads:[~2011-06-07 18:02 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
2011-06-07 17:23 ` Agenda file for the Ugur Ozdemir
2011-06-07 18:00 ` Johnny [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=87fwnlplnd.fsf@gmx.co.uk \
--to=yggdrasil@gmx.co.uk \
--cc=detlef.steuer@gmx.de \
--cc=emacs-orgmode@gnu.org \
--cc=markert.michael@googlemail.com \
/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).