From: Nick Dokos <nicholas.dokos@hp.com>
To: Daniel Martins <danielemc@gmail.com>
Cc: Eraldo Helal <eraldo@eraldo.org>,
Org-Mode <emacs-orgmode@gnu.org>,
nicholas.dokos@hp.com,
Carsten Dominik <carsten.dominik@gmail.com>
Subject: Re: day-agenda: show whole-day-events first
Date: Sun, 06 Jun 2010 20:10:27 -0400 [thread overview]
Message-ID: <6336.1275869427@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Daniel Martins <danielemc@gmail.com> of "Sun, 06 Jun 2010 20:54:25 -0300." <AANLkTilCI5-fOpdLDGe4zgNn72idMLPXbfyTp7eMOCMU@mail.gmail.com>
Daniel Martins <danielemc@gmail.com> wrote:
> Sorry,
>
> but I did not understand. Which of the 4 variables should be set?
>
> I have the same intention as Eraldo.
>
I haven't tried it but I would guess this one:
Show Value Org Sort Agenda Notime Is Late
Non-nil means items without time are considered late. More
Nick
>
> 2010/6/6 Carsten Dominik <carsten.dominik@gmail.com>
>
> >
> > On Jun 6, 2010, at 1:13 AM, Eraldo Helal wrote:
> >
> > Right now (default), I get time specific entries shown before events
> >> that last the whole day. I would however prefer to get whole-day
> >> entries(no time) first and time-entries after.
> >>
> >> org-agenda-sorting-strategy:
> >> agenda
> >> habit-down time-up priority-down category-keep
> >> ,----[ result (now) ]
> >> | Day-agenda (W23):
> >> | Monday 7 June 2010 W23
> >> | jku: 12:45-15:15 Betriebssysteme
> >> | jku: 15:30-18:45 Betriebswirtschaftslehre
> >> | review: Scheduled: TODO daily review
> >> | event: APPT TEX speech
> >> `----
> >>
> >> ,----[ result (would like to have) ]
> >> | Day-agenda (W23):
> >> | Monday 7 June 2010 W23
> >> | event: APPT TEX speech
> >> | jku: 12:45-15:15 Betriebssysteme
> >> | jku: 15:30-18:45 Betriebswirtschaftslehre
> >> | review: Scheduled: TODO daily review
> >> `----
> >> the Scheduled item can also go above the time-events if that is easier
> >> to get.
> >>
> >> Would be great if someone could enlighten me with the matching sorting
> >> strategy. :)
> >> Or suggest what else I could do/use instead.
> >>
> >
> > Hi Eraldo,
> >
> > this is
> >
> > Have you looked in the customization group org-agenda-sorting?
> >
> > There are exacly 4 variables there, and one of them is the right one.
> >
> > Cheers
> >
> > - Carsten
> > (steq org-agenda-notim
> >
> >
> >
> >> Greetings from Austria,
> >> Eraldo
> >>
> >> _______________________________________________
> >> Emacs-orgmode mailing list
> >> Please use `Reply All' to send replies to the list.
> >> Emacs-orgmode@gnu.org
> >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> >>
> >
> > - Carsten
> >
> >
> >
> >
> >
> > _______________________________________________
> > Emacs-orgmode mailing list
> > Please use `Reply All' to send replies to the list.
> > Emacs-orgmode@gnu.org
> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> >
>
> --0016e6d2661aafdf0a048865465b
> Content-Type: text/html; charset=ISO-8859-1
> Content-Transfer-Encoding: quoted-printable
>
> Sorry,<br><br>but I did not understand. Which of the 4 variables should be =
> set?<br><br>I have the same intention as Eraldo.<br><br>Daniel<br><br><div =
> class=3D"gmail_quote">2010/6/6 Carsten Dominik <span dir=3D"ltr"><<a hre=
> f=3D"mailto:carsten.dominik@gmail.com">carsten.dominik@gmail.com</a>></s=
> pan><br>
> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde=
> r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><=
> div class=3D"h5"><br>
> On Jun 6, 2010, at 1:13 AM, Eraldo Helal wrote:<br>
> <br>
> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde=
> r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
> Right now (default), I get time specific entries shown before events<br>
> that last the whole day. I would however prefer to get whole-day<br>
> entries(no time) first and time-entries after.<br>
> <br>
> org-agenda-sorting-strategy:<br>
> agenda<br>
> =A0habit-down time-up priority-down category-keep<br>
> ,----[ result (now) ]<br>
> | Day-agenda (W23):<br>
> | Monday =A0 =A0 =A07 June 2010 W23<br>
> | =A0 jku: =A0 =A0 =A0 =A012:45-15:15 =A0Betriebssysteme<br>
> | =A0 jku: =A0 =A0 =A0 =A015:30-18:45 =A0Betriebswirtschaftslehre<br>
> | =A0 review: =A0 =A0 Scheduled: =A0TODO daily review<br>
> | =A0 event: =A0 =A0 =A0APPT TEX speech<br>
> `----<br>
> <br>
> ,----[ result (would like to have) ]<br>
> | Day-agenda (W23):<br>
> | Monday =A0 =A0 =A07 June 2010 W23<br>
> | =A0 event: =A0 =A0 =A0APPT TEX speech<br>
> | =A0 jku: =A0 =A0 =A0 =A012:45-15:15 =A0Betriebssysteme<br>
> | =A0 jku: =A0 =A0 =A0 =A015:30-18:45 =A0Betriebswirtschaftslehre<br>
> | =A0 review: =A0 =A0 Scheduled: =A0TODO daily review<br>
> `----<br>
> the Scheduled item can also go above the time-events if that is easier<br>
> to get.<br>
> <br>
> Would be great if someone could enlighten me with the matching sorting<br>
> strategy. :)<br>
> Or suggest what else I could do/use instead.<br>
> </blockquote>
> <br></div></div>
> Hi Eraldo,<br>
> <br>
> this is<br>
> <br>
> Have you looked in the customization group org-agenda-sorting?<br>
> <br>
> There are exacly 4 variables there, and one of them is the right one.<br>
> <br>
> Cheers<br>
> <br>
> - Carsten<br>
> (steq org-agenda-notim<div class=3D"im"><br>
> <br>
> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde=
> r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
> <br>
> Greetings from Austria,<br>
> Eraldo<br>
> <br>
> _______________________________________________<br>
> Emacs-orgmode mailing list<br>
> Please use `Reply All' to send replies to the list.<br>
> <a href=3D"mailto:Emacs-orgmode@gnu.org" target=3D"_blank">Emacs-orgmode@gn=
> u.org</a><br>
> <a href=3D"http://lists.gnu.org/mailman/listinfo/emacs-orgmode" target=3D"_=
> blank">http://lists.gnu.org/mailman/listinfo/emacs-orgmode</a><br>
> </blockquote>
> <br></div><font color=3D"#888888">
> - Carsten</font><div><div></div><div class=3D"h5"><br>
> <br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> Emacs-orgmode mailing list<br>
> Please use `Reply All' to send replies to the list.<br>
> <a href=3D"mailto:Emacs-orgmode@gnu.org" target=3D"_blank">Emacs-orgmode@gn=
> u.org</a><br>
> <a href=3D"http://lists.gnu.org/mailman/listinfo/emacs-orgmode" target=3D"_=
> blank">http://lists.gnu.org/mailman/listinfo/emacs-orgmode</a><br>
> </div></div></blockquote></div><br>
>
> --0016e6d2661aafdf0a048865465b--
>
>
> --===============1177117011==
> Content-Type: text/plain; charset="us-ascii"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> --===============1177117011==--
>
next prev parent reply other threads:[~2010-06-07 0:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-05 23:13 day-agenda: show whole-day-events first Eraldo Helal
2010-06-06 4:24 ` Carsten Dominik
2010-06-06 23:54 ` Daniel Martins
2010-06-07 0:10 ` Nick Dokos [this message]
2010-06-08 0:40 ` Eraldo Helal
2010-06-08 0:39 ` Eraldo Helal
2010-06-08 1:06 ` Daniel Martins
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=6336.1275869427@gamaville.dokosmarshall.org \
--to=nicholas.dokos@hp.com \
--cc=carsten.dominik@gmail.com \
--cc=danielemc@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=eraldo@eraldo.org \
/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).