* Re: Better way to customize daily/weekly agenda?
[not found] <20130308070234.GA3844@lnb.localnet>
@ 2013-03-08 22:54 ` Viktor Rosenfeld
2013-03-14 17:12 ` Eric S Fraga
0 siblings, 1 reply; 4+ messages in thread
From: Viktor Rosenfeld @ 2013-03-08 22:54 UTC (permalink / raw)
To: emacs-orgmode
Hi Piotr,
Piotr Isajew wrote:
> - daily agenda having grid mode on, and displaying entries from
> all categories
>
> - weekly agenda having grid mode off and filtering out entries
> from one specific category
With regard to the time grid you might want to check out the variable
org-agenda-time-grid. I have it set thusly:
#+BEGIN_SRC emacs-lisp
(setq org-agenda-time-grid
'((daily today required-time)
""
(600 1200 1800 2400)))
#+END_SRC
The first part of the variable shows the time grid in the day agenda,
but not in the weekly agenda, except for today's date.
Cheers,
Viktor
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Better way to customize daily/weekly agenda?
2013-03-08 22:54 ` Better way to customize daily/weekly agenda? Viktor Rosenfeld
@ 2013-03-14 17:12 ` Eric S Fraga
2013-03-15 21:14 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: Eric S Fraga @ 2013-03-14 17:12 UTC (permalink / raw)
To: emacs-orgmode
Viktor Rosenfeld <listuser36@gmail.com> writes:
[...]
> With regard to the time grid you might want to check out the variable
> org-agenda-time-grid. I have it set thusly:
>
> #+BEGIN_SRC emacs-lisp
> (setq org-agenda-time-grid
> '((daily today required-time)
> ""
> (600 1200 1800 2400)))
> #+END_SRC
>
> The first part of the variable shows the time grid in the day agenda,
> but not in the weekly agenda, except for today's date.
I have this already, and it does help. However, I also would like what
Piotr was requesting. When I switch to a week view, I don't want the
time grid appearing at all as it takes up too much space and the week
view is about a bigger picture, not the detail (for me, at least
;-). It would be great to have some way of switching the grid on and
off when changing views without recourse to custom views.
But, as always, this is not a critical issue!
thanks,
eric
--
: Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D
: in Emacs 24.3.50.1 and Org release_7.9.3f-1199-g3a0e55
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Better way to customize daily/weekly agenda?
2013-03-14 17:12 ` Eric S Fraga
@ 2013-03-15 21:14 ` Bastien
2013-03-17 12:54 ` Eric S Fraga
0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2013-03-15 21:14 UTC (permalink / raw)
To: Eric S Fraga; +Cc: emacs-orgmode
Hi Eric,
Eric S Fraga <e.fraga@ucl.ac.uk> writes:
> It would be great to have some way of switching the grid on and
> off when changing views without recourse to custom views.
Maybe I miss something, but isn't what `G' is for in agenda view?
HTH,
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Better way to customize daily/weekly agenda?
2013-03-15 21:14 ` Bastien
@ 2013-03-17 12:54 ` Eric S Fraga
0 siblings, 0 replies; 4+ messages in thread
From: Eric S Fraga @ 2013-03-17 12:54 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
Bastien <bzg@altern.org> writes:
> Hi Eric,
>
> Eric S Fraga <e.fraga@ucl.ac.uk> writes:
>
>> It would be great to have some way of switching the grid on and
>> off when changing views without recourse to custom views.
>
> Maybe I miss something, but isn't what `G' is for in agenda view?
>
> HTH,
Yes but I was referring to an automated configuration so that switching
from a day view (with grid) to a week view would automatically turn off
the grid.
Anyway, it turns out that the problem is mine! <blush> My configuration
had "today" as one of the specifications for when a grid was to be
shown, along with "daily" and "require-timed". Simply removing the
"today" did the job.
Sorry for the noise.
thanks,
eric
--
: Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D
: in Emacs 24.3.50.1 and Org release_8.0-pre-107-g91a6ca
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-03-17 13:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20130308070234.GA3844@lnb.localnet>
2013-03-08 22:54 ` Better way to customize daily/weekly agenda? Viktor Rosenfeld
2013-03-14 17:12 ` Eric S Fraga
2013-03-15 21:14 ` Bastien
2013-03-17 12:54 ` Eric S Fraga
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).