emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)]
@ 2015-08-23  4:00 Jakub Szypulka
  2015-08-23 22:16 ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Jakub Szypulka @ 2015-08-23  4:00 UTC (permalink / raw)
  To: emacs-orgmode


Background: Open an org-file with only inactive timestamps. Execute
"C-c a L" to show the timeline for it. The timeline will be empty,
and only show the heading for today's date. This is correct. Now press
"v [" in order to include inactive timestamps in the timeline.

---

Expected result: the timeline will include all inactive timestamps,
including past and future ones.

---

Actual result: the timeline will only include inactive timestamps for today,
but not past or future ones. Furthermore, it will not allow the user to execute any
date-changing shortcuts such as "b" or "f".

---

Thanks a lot in advance for having a look!

Cheers
Jakub

Emacs  : GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21)
 of 2015-04-10 on builder10-9.porkrind.org
Package: Org-mode version 8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)

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

* Re: Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)]
  2015-08-23  4:00 Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)] Jakub Szypulka
@ 2015-08-23 22:16 ` Nicolas Goaziou
  2015-08-24  9:07   ` document depreciation of timeline? (was: Re: Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)]) Gregor Zattler
  2015-08-24 12:50   ` Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)] Jakub Szypulka
  0 siblings, 2 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2015-08-23 22:16 UTC (permalink / raw)
  To: Jakub Szypulka; +Cc: emacs-orgmode

Hello,

Jakub Szypulka <jakub@szypulka.de> writes:

> Background: Open an org-file with only inactive timestamps. Execute
> "C-c a L" to show the timeline for it. The timeline will be empty,
> and only show the heading for today's date. This is correct. Now press
> "v [" in order to include inactive timestamps in the timeline.
>
> ---
>
> Expected result: the timeline will include all inactive timestamps,
> including past and future ones.
>
> ---
>
> Actual result: the timeline will only include inactive timestamps for today,
> but not past or future ones.

It seems correct. According to manual:

  ‘v [  or short  [     (org-agenda-manipulate-query-add)’
       Include inactive timestamps into the current view.

Current view here is today.

> Furthermore, it will not allow the user to execute any
> date-changing shortcuts such as "b" or "f".

There are many advertised limitations to Timeline feature. Actually,
Timeline feature is moribund[fn:1][fn:2]. Use Agenda view instead.

Regards,


[fn:1] http://thread.gmane.org/gmane.emacs.orgmode/39368/focus=40038

[fn:2] http://permalink.gmane.org/gmane.emacs.orgmode/60518

-- 
Nicolas Goaziou

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

* document depreciation of timeline? (was: Re: Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)])
  2015-08-23 22:16 ` Nicolas Goaziou
@ 2015-08-24  9:07   ` Gregor Zattler
  2015-08-24 20:54     ` document depreciation of timeline? Nicolas Goaziou
  2015-08-24 12:50   ` Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)] Jakub Szypulka
  1 sibling, 1 reply; 6+ messages in thread
From: Gregor Zattler @ 2015-08-24  9:07 UTC (permalink / raw)
  To: emacs-orgmode

Hi Nicolas,
* Nicolas Goaziou <mail@nicolasgoaziou.fr> [24. Aug. 2015]:
> There are many advertised limitations to Timeline feature. Actually,
> Timeline feature is moribund[fn:1][fn:2]. Use Agenda view instead.

[... 4 Zeilen gelöscht ...]
> [fn:1] http://thread.gmane.org/gmane.emacs.orgmode/39368/focus=40038
> 
> [fn:2] http://permalink.gmane.org/gmane.emacs.orgmode/60518

There are only two commits which mention the timeline in their
summry lines in the newer git history since 2008-01-31.

Shouldn't the feature then be officially depreciated and
mentioned as stale in the manual?  The manual mentions the
timeline in most cases together with the agenda.  And there is a
small chapter dedicated to the timeline.

If depreciation of the timeline is OK I would patch the manual
accordingly. 


Ciao, Gregor
-- 
 -... --- .-. . -.. ..--.. ...-.-

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

* Re: Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)]
  2015-08-23 22:16 ` Nicolas Goaziou
  2015-08-24  9:07   ` document depreciation of timeline? (was: Re: Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)]) Gregor Zattler
@ 2015-08-24 12:50   ` Jakub Szypulka
  2015-08-24 14:38     ` Nicolas Goaziou
  1 sibling, 1 reply; 6+ messages in thread
From: Jakub Szypulka @ 2015-08-24 12:50 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

Hello Nicolas,

thank you for the quick reply.

In that case, using agenda view, how can I display all timestamps in a buffer when the oldest and newest are a long time apart?
Must I define a custom agenda view first? (e.g. to encompass a large time frame and hide empty days)

Regards
Jakub

> --- Original message ---
> Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote on Monday, 24 August 2015 at 00:16:
>
> Hello,
>
> Jakub Szypulka <jakub@szypulka.de> writes:
>
>> Background: Open an org-file with only inactive timestamps. Execute
>> "C-c a L" to show the timeline for it. The timeline will be empty,
>> and only show the heading for today's date. This is correct. Now press
>> "v [" in order to include inactive timestamps in the timeline.
>>
>> ---
>>
>> Expected result: the timeline will include all inactive timestamps,
>> including past and future ones.
>>
>> ---
>>
>> Actual result: the timeline will only include inactive timestamps for today,
>> but not past or future ones.
>
> It seems correct. According to manual:
>
>   ‘v [  or short  [     (org-agenda-manipulate-query-add)’
>        Include inactive timestamps into the current view.
>
> Current view here is today.
>
>> Furthermore, it will not allow the user to execute any
>> date-changing shortcuts such as "b" or "f".
>
> There are many advertised limitations to Timeline feature. Actually,
> Timeline feature is moribund[fn:1][fn:2]. Use Agenda view instead.
>
> Regards,
>
>
> [fn:1] http://thread.gmane.org/gmane.emacs.orgmode/39368/focus=40038
>
> [fn:2] http://permalink.gmane.org/gmane.emacs.orgmode/60518

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

* Re: Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)]
  2015-08-24 12:50   ` Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)] Jakub Szypulka
@ 2015-08-24 14:38     ` Nicolas Goaziou
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2015-08-24 14:38 UTC (permalink / raw)
  To: Jakub Szypulka; +Cc: emacs-orgmode

Jakub Szypulka <jakub@szypulka.de> writes:

> In that case, using agenda view, how can I display all timestamps in a buffer when the oldest and newest are a long time apart?
> Must I define a custom agenda view first? (e.g. to encompass a large
> time frame and hide empty days)

I think so. You can try setting `org-agenda-span' to a large number.

Regards,

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

* Re: document depreciation of timeline?
  2015-08-24  9:07   ` document depreciation of timeline? (was: Re: Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)]) Gregor Zattler
@ 2015-08-24 20:54     ` Nicolas Goaziou
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2015-08-24 20:54 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

Gregor Zattler <telegraph@gmx.net> writes:

> There are only two commits which mention the timeline in their
> summry lines in the newer git history since 2008-01-31.
>
> Shouldn't the feature then be officially depreciated and
> mentioned as stale in the manual?  The manual mentions the
> timeline in most cases together with the agenda.  And there is a
> small chapter dedicated to the timeline.
>
> If depreciation of the timeline is OK I would patch the manual
> accordingly.

I'm all for it. I think we shouldn't even document deprecated features
in the manual, otherwise, they just never go away.

In any case, Bastien will have the last word on the matter.


Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2015-08-24 20:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-23  4:00 Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)] Jakub Szypulka
2015-08-23 22:16 ` Nicolas Goaziou
2015-08-24  9:07   ` document depreciation of timeline? (was: Re: Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)]) Gregor Zattler
2015-08-24 20:54     ` document depreciation of timeline? Nicolas Goaziou
2015-08-24 12:50   ` Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)] Jakub Szypulka
2015-08-24 14:38     ` Nicolas Goaziou

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