Re: [Orgmode] Timeline view Headers not time-sorted

2009-05-05 Thread Francesco Pizzolante
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


dircolors.el
Description: application/emacs-lisp
___
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


Re: [Orgmode] Timeline view Headers not time-sorted

2009-05-05 Thread Carsten Dominik


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




___
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


Re: [Orgmode] Timeline view Headers not time-sorted

2009-05-04 Thread Francesco Pizzolante
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@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Timeline view Headers not time-sorted

2009-05-04 Thread Carsten Dominik

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




___
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


Re: [Orgmode] Timeline view Headers not time-sorted

2009-05-03 Thread Carsten Dominik

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




___
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


[Orgmode] Timeline view Headers not time-sorted

2009-04-30 Thread Francesco Pizzolante
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