* Agenda view in Fortnight mode
@ 2014-05-01 15:14 J. David Boyd
2014-05-01 15:24 ` Sebastien Vauban
2014-05-01 15:37 ` Charles Millar
0 siblings, 2 replies; 8+ messages in thread
From: J. David Boyd @ 2014-05-01 15:14 UTC (permalink / raw)
To: emacs-orgmode
I've searched the docs, and looked through my .emacs and custom.el files, but
I don't see anywhere that lets me set the default view for the Agenda.
I would like it to come up in Fortnight mode as a default. Is this possible?
Thanks.
Dave in New Port Richey, FL
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Agenda view in Fortnight mode
2014-05-01 15:14 Agenda view in Fortnight mode J. David Boyd
@ 2014-05-01 15:24 ` Sebastien Vauban
2014-05-01 16:43 ` J. David Boyd
2014-05-01 15:37 ` Charles Millar
1 sibling, 1 reply; 8+ messages in thread
From: Sebastien Vauban @ 2014-05-01 15:24 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
J. David Boyd wrote:
> I've searched the docs, and looked through my .emacs and custom.el files, but
> I don't see anywhere that lets me set the default view for the Agenda.
>
> I would like it to come up in Fortnight mode as a default. Is this possible?
(setq org-agenda-span 'fortnight)
?
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Agenda view in Fortnight mode
2014-05-01 15:14 Agenda view in Fortnight mode J. David Boyd
2014-05-01 15:24 ` Sebastien Vauban
@ 2014-05-01 15:37 ` Charles Millar
2014-05-01 16:44 ` J. David Boyd
2014-05-13 15:10 ` Esben Stien
1 sibling, 2 replies; 8+ messages in thread
From: Charles Millar @ 2014-05-01 15:37 UTC (permalink / raw)
To: emacs-orgmode
Dave,
J. David Boyd wrote:
>
> I've searched the docs, and looked through my .emacs and custom.el files, but
> I don't see anywhere that lets me set the default view for the Agenda.
>
> I would like it to come up in Fortnight mode as a default. Is this possible?
>
I can't recall if there is specific "fortnight" span. I use
(setq org-agenda-span 14)
Charlie Millar
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Agenda view in Fortnight mode
2014-05-01 15:24 ` Sebastien Vauban
@ 2014-05-01 16:43 ` J. David Boyd
0 siblings, 0 replies; 8+ messages in thread
From: J. David Boyd @ 2014-05-01 16:43 UTC (permalink / raw)
To: emacs-orgmode
Sebastien Vauban <sva-news@mygooglest.com> writes:
> J. David Boyd wrote:
>> I've searched the docs, and looked through my .emacs and custom.el files,
>> but I don't see anywhere that lets me set the default view for the Agenda.
>>
>> I would like it to come up in Fortnight mode as a default. Is this
>> possible?
>
> (setq org-agenda-span 'fortnight)
>
> ?
>
> Best regards,
> Seb
Ah, 'span'.... Thanks!
Dave
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Agenda view in Fortnight mode
2014-05-01 15:37 ` Charles Millar
@ 2014-05-01 16:44 ` J. David Boyd
2014-05-13 15:10 ` Esben Stien
1 sibling, 0 replies; 8+ messages in thread
From: J. David Boyd @ 2014-05-01 16:44 UTC (permalink / raw)
To: emacs-orgmode
Charles Millar <millarc@verizon.net> writes:
> Dave,
>
> J. David Boyd wrote:
>>
>> I've searched the docs, and looked through my .emacs and custom.el files,
>> but I don't see anywhere that lets me set the default view for the Agenda.
>>
>> I would like it to come up in Fortnight mode as a default. Is this
>> possible?
>>
>
> I can't recall if there is specific "fortnight" span. I use
>
> (setq org-agenda-span 14)
>
> Charlie Millar
That works! Thanks,
Dave
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Agenda view in Fortnight mode
2014-05-01 15:37 ` Charles Millar
2014-05-01 16:44 ` J. David Boyd
@ 2014-05-13 15:10 ` Esben Stien
2014-05-14 9:19 ` Samuel Loury
1 sibling, 1 reply; 8+ messages in thread
From: Esben Stien @ 2014-05-13 15:10 UTC (permalink / raw)
To: emacs-orgmode
Charles Millar <millarc@verizon.net> writes:
> (setq org-agenda-span 14)
This specifies this week plus the next week, but is there any way to
specify this week plus the next week plus the previous week?;)
--
Esben Stien is b0ef@e s a
http://www. s t n m
irc://irc. b - i . e/%23contact
sip:b0ef@ e e
jid:b0ef@ n n
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Agenda view in Fortnight mode
2014-05-13 15:10 ` Esben Stien
@ 2014-05-14 9:19 ` Samuel Loury
2014-05-14 9:50 ` Esben Stien
0 siblings, 1 reply; 8+ messages in thread
From: Samuel Loury @ 2014-05-14 9:19 UTC (permalink / raw)
To: Esben Stien, emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 568 bytes --]
Hi,
Esben Stien <b0ef@esben-stien.name> writes:
> Charles Millar <millarc@verizon.net> writes:
>
>> (setq org-agenda-span 14)
>
> This specifies this week plus the next week, but is there any way to
> specify this week plus the next week plus the previous week?;)
>
Try this:
--8<---------------cut here---------------start------------->8---
(setq org-agenda-span 14
org-agenda-start-day "-7d")
--8<---------------cut here---------------end--------------->8---
--
Konubinix
GPG Key : 7439106A
Fingerprint: 5993 BE7A DA65 E2D9 06CE 5C36 75D2 3CED 7439 106A
[-- Attachment #2: Type: application/pgp-signature, Size: 472 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Agenda view in Fortnight mode
2014-05-14 9:19 ` Samuel Loury
@ 2014-05-14 9:50 ` Esben Stien
0 siblings, 0 replies; 8+ messages in thread
From: Esben Stien @ 2014-05-14 9:50 UTC (permalink / raw)
To: emacs-orgmode
Samuel Loury <konubinix@gmail.com> writes:
> --8<---------------cut here---------------start------------->8---
> (setq org-agenda-span 14
> org-agenda-start-day "-7d")
> --8<---------------cut here---------------end--------------->8---
Excellente;)
Thanks..
--
Esben Stien is b0ef@e s a
http://www. s t n m
irc://irc. b - i . e/%23contact
sip:b0ef@ e e
jid:b0ef@ n n
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-05-14 9:50 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-01 15:14 Agenda view in Fortnight mode J. David Boyd
2014-05-01 15:24 ` Sebastien Vauban
2014-05-01 16:43 ` J. David Boyd
2014-05-01 15:37 ` Charles Millar
2014-05-01 16:44 ` J. David Boyd
2014-05-13 15:10 ` Esben Stien
2014-05-14 9:19 ` Samuel Loury
2014-05-14 9:50 ` Esben Stien
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.