emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Timeline view > Headers not time-sorted
@ 2009-04-30 13:16 Francesco Pizzolante
  2009-05-03 18:58 ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Francesco Pizzolante @ 2009-04-30 13:16 UTC (permalink / raw)
  To: mailing-list-org-mode

Hi,

I'm using org-mode version 6.25a and I'm getting the following
problem: in the timeline view of a single Org file, headers are
not time-sorted.

Here's an Org file example:

--8<---------------cut here---------------start------------->8---
* P1
  :LOGBOOK:
  CLOCK: [2009-04-30 Thu. 13:00]--[2009-04-30 Thu. 15:00] =>  2:00
  :END:

* P2
  :LOGBOOK:
  CLOCK: [2009-04-30 Thu. 10:00]--[2009-04-30 Thu. 12:00] =>  2:00
  :END:
--8<---------------cut here---------------end--------------->8---

With the previous Org file, I end up with the following timeline
view (C-c a L):

--8<---------------cut here---------------start------------->8---
-------------------------------------------------------------------------------
Thursday   30 April 2009
  Clocked:   (2:00) P1
  Clocked:   (2:00) P2
--8<---------------cut here---------------end--------------->8---

I would expect to see P2 before P1 in the timeline.

Could you tell me what I'm doing wrong?

Thanks a lot,
Francesco


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Timeline view > Headers not time-sorted
  2009-04-30 13:16 Timeline view > Headers not time-sorted Francesco Pizzolante
@ 2009-05-03 18:58 ` Carsten Dominik
       [not found]   ` <EE6C0DE9-9A5F-48BB-B3B5-89972F8A844D-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2009-05-03 18:58 UTC (permalink / raw)
  To: Francesco Pizzolante; +Cc: mailing-list-org-mode

Hi Francesco,

have you modified org-agenda-sorting strategy?  What is its value?

- Carsten

On Apr 30, 2009, at 3:16 PM, Francesco Pizzolante wrote:

> Hi,
>
> I'm using org-mode version 6.25a and I'm getting the following
> problem: in the timeline view of a single Org file, headers are
> not time-sorted.
>
> Here's an Org file example:
>
> --8<---------------cut here---------------start------------->8---
> * P1
>  :LOGBOOK:
>  CLOCK: [2009-04-30 Thu. 13:00]--[2009-04-30 Thu. 15:00] =>  2:00
>  :END:
>
> * P2
>  :LOGBOOK:
>  CLOCK: [2009-04-30 Thu. 10:00]--[2009-04-30 Thu. 12:00] =>  2:00
>  :END:
> --8<---------------cut here---------------end--------------->8---
>
> With the previous Org file, I end up with the following timeline
> view (C-c a L):
>
> --8<---------------cut here---------------start------------->8---
> -------------------------------------------------------------------------------
> Thursday   30 April 2009
>  Clocked:   (2:00) P1
>  Clocked:   (2:00) P2
> --8<---------------cut here---------------end--------------->8---
>
> I would expect to see P2 before P1 in the timeline.
>
> Could you tell me what I'm doing wrong?
>
> Thanks a lot,
> Francesco
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Timeline view > Headers not time-sorted
       [not found]   ` <EE6C0DE9-9A5F-48BB-B3B5-89972F8A844D-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2009-05-04  8:33     ` Francesco Pizzolante
  2009-05-04 14:26       ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Francesco Pizzolante @ 2009-05-04  8:33 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: mailing-list-org-mode

Hi Dominik,

Thanks for your reply.

> have you modified org-agenda-sorting strategy?  What is its
> value?

I didn't modify its value. Here it is:

((agenda time-up priority-down category-keep)
 (todo priority-down category-keep)
 (tags priority-down category-keep)
 (search category-keep))

Francesco


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Timeline view > Headers not time-sorted
  2009-05-04  8:33     ` Francesco Pizzolante
@ 2009-05-04 14:26       ` Carsten Dominik
       [not found]         ` <F9ED6DA1-E12E-4451-AD32-F5C53DD5F257-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2009-05-04 14:26 UTC (permalink / raw)
  To: Francesco Pizzolante; +Cc: mailing-list-org-mode

Strange, because if I try your file, I get the correct sequence.

- Carsten

On May 4, 2009, at 10:33 AM, Francesco Pizzolante wrote:

> Hi Dominik,
>
> Thanks for your reply.
>
>> have you modified org-agenda-sorting strategy?  What is its
>> value?
>
> I didn't modify its value. Here it is:
>
> ((agenda time-up priority-down category-keep)
> (todo priority-down category-keep)
> (tags priority-down category-keep)
> (search category-keep))
>
> Francesco

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

* Re: Timeline view > Headers not time-sorted
       [not found]         ` <F9ED6DA1-E12E-4451-AD32-F5C53DD5F257-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2009-05-05 12:14           ` Francesco Pizzolante
  2009-05-05 12:28             ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Francesco Pizzolante @ 2009-05-05 12:14 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: mailing-list-org-mode

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

Hi,

> Strange, because if I try your file, I get the correct
> sequence.

I finally located the problem: when I add the following line to
my .emacs file then the problem happens.

(require 'dircolors)

Without dircolors everything works fine.

Maybe you have an explanation (dircolors.el is attached)?

Thanks for your help,
Francesco

[-- Attachment #2: dircolors.el --]
[-- Type: application/emacs-lisp, Size: 7520 bytes --]

[-- Attachment #3: Type: text/plain, Size: 225 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Timeline view > Headers not time-sorted
  2009-05-05 12:14           ` Francesco Pizzolante
@ 2009-05-05 12:28             ` Carsten Dominik
  0 siblings, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2009-05-05 12:28 UTC (permalink / raw)
  To: Francesco Pizzolante; +Cc: mailing-list-org-mode


On May 5, 2009, at 2:14 PM, Francesco Pizzolante wrote:

> Hi,
>
>> Strange, because if I try your file, I get the correct
>> sequence.
>
> I finally located the problem: when I add the following line to
> my .emacs file then the problem happens.
>
> (require 'dircolors)
>
> Without dircolors everything works fine.
>
> Maybe you have an explanation (dircolors.el is attached)?

No, I have no idea.

- Carsten

>
> Thanks for your help,
> Francesco
> <dircolors.el>

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

end of thread, other threads:[~2009-05-05 12:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-30 13:16 Timeline view > Headers not time-sorted Francesco Pizzolante
2009-05-03 18:58 ` Carsten Dominik
     [not found]   ` <EE6C0DE9-9A5F-48BB-B3B5-89972F8A844D-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-05-04  8:33     ` Francesco Pizzolante
2009-05-04 14:26       ` Carsten Dominik
     [not found]         ` <F9ED6DA1-E12E-4451-AD32-F5C53DD5F257-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-05-05 12:14           ` Francesco Pizzolante
2009-05-05 12:28             ` Carsten Dominik

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).