Re: [O] Agenda view in Fortnight mode
Hi, Esben Stien b...@esben-stien.name writes: Charles Millar mill...@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 pgpH14gKeN4iZ.pgp Description: PGP signature
Re: [O] Agenda view in Fortnight mode
Samuel Loury konubi...@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 tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n
Re: [O] Agenda view in Fortnight mode
Charles Millar mill...@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 tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n
[O] Agenda view in Fortnight mode
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
Re: [O] Agenda view in Fortnight mode
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
Re: [O] Agenda view in Fortnight mode
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
Re: [O] Agenda view in Fortnight mode
Sebastien Vauban sva-n...@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
Re: [O] Agenda view in Fortnight mode
Charles Millar mill...@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