all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Agenda for 14 days, but still starting on Sat
@ 2013-03-20 23:39 David An
  2013-03-25 18:00 ` Subhan Tindall
  0 siblings, 1 reply; 3+ messages in thread
From: David An @ 2013-03-20 23:39 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

In my progress of configuring Org-Mode, I set 'org-agenda-start-on-weekday'
to 6 so my Agenda week will start on Saturday and show the next 7 days
including whatever current day it may be.

Next, I wanted 14 days (2 weeks) displayed, so I then set 'org-agenda-span'
to 14.  However, the agenda started on the current day, not the Saturday of
the current week.  For example, if today is Wednesday the 9th, the agenda
would show 14 days starting with today, Wednesday the 9th...not this past
Saturday the 5th and then showing 14 days from there.

Is this normal?  How (if possible) can I get my "2 week" agenda but
starting on my current week's Saturday start-of-week?

Thanks!

[-- Attachment #2: Type: text/html, Size: 787 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Agenda for 14 days, but still starting on Sat
  2013-03-20 23:39 Agenda for 14 days, but still starting on Sat David An
@ 2013-03-25 18:00 ` Subhan Tindall
  2013-04-05  9:20   ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Subhan Tindall @ 2013-03-25 18:00 UTC (permalink / raw)
  To: David An; +Cc: emacs-orgmode

Try this:
 ("z" "test" ((agenda "test" ((org-agenda-start-on-weekday 6)
                                  (org-agenda-start-day "0")
                                  (org-agenda-span 14)))))


On Wed, Mar 20, 2013 at 4:39 PM, David An <david64738@gmail.com> wrote:
> In my progress of configuring Org-Mode, I set 'org-agenda-start-on-weekday'
> to 6 so my Agenda week will start on Saturday and show the next 7 days
> including whatever current day it may be.
>
> Next, I wanted 14 days (2 weeks) displayed, so I then set 'org-agenda-span'
> to 14.  However, the agenda started on the current day, not the Saturday of
> the current week.  For example, if today is Wednesday the 9th, the agenda
> would show 14 days starting with today, Wednesday the 9th...not this past
> Saturday the 5th and then showing 14 days from there.
>
> Is this normal?  How (if possible) can I get my "2 week" agenda but starting
> on my current week's Saturday start-of-week?
>
> Thanks!



-- 
Subhan Michael Tindall | Software Developer
| smt@rentrakmail.com
RENTRAK | www.rentrak.com | NASDAQ: RENT

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Agenda for 14 days, but still starting on Sat
  2013-03-25 18:00 ` Subhan Tindall
@ 2013-04-05  9:20   ` Bastien
  0 siblings, 0 replies; 3+ messages in thread
From: Bastien @ 2013-04-05  9:20 UTC (permalink / raw)
  To: Subhan Tindall; +Cc: David An, emacs-orgmode

Subhan Tindall <subhan.tindall@rentrakmail.com> writes:

> Try this:
>  ("z" "test" ((agenda "test" ((org-agenda-start-on-weekday 6)
>                                   (org-agenda-start-day "0")
>                                   (org-agenda-span 14)))))

Yes, that's it.

Nota bene: the reason why `org-agenda-start-day' should be a string is
that you can use relative times like "+3d".

-- 
 Bastien

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-05  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20 23:39 Agenda for 14 days, but still starting on Sat David An
2013-03-25 18:00 ` Subhan Tindall
2013-04-05  9:20   ` Bastien

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.