emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-timeline function missing
@ 2013-08-06 13:09 Gammel Holte
  2013-08-06 14:02 ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: Gammel Holte @ 2013-08-06 13:09 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I've been running org-mode for a while, and I've come across an issue
that was not present before.

If I open an org file, the org-timeline function is not defined. I can
only call it once I open an agenda buffer with org-agenda.

This issue is reproducible both under vanilla emacs 24.3, and emacs
24.3 + the latest org-mode development version (20130805).

Any indications pointing whether this is a bug or a misconfiguration
from my side would be much appreciated.

Best,

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

* Re: org-timeline function missing
  2013-08-06 13:09 org-timeline function missing Gammel Holte
@ 2013-08-06 14:02 ` Nick Dokos
  2013-08-06 14:19   ` Gammel Holte
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Dokos @ 2013-08-06 14:02 UTC (permalink / raw)
  To: emacs-orgmode

Gammel Holte <gammel.holte@gmail.com> writes:

> Hello,
>
> I've been running org-mode for a while, and I've come across an issue
> that was not present before.
>
> If I open an org file, the org-timeline function is not defined. I can
> only call it once I open an agenda buffer with org-agenda.
>
> This issue is reproducible both under vanilla emacs 24.3, and emacs
> 24.3 + the latest org-mode development version (20130805).
>
> Any indications pointing whether this is a bug or a misconfiguration
> from my side would be much appreciated.
>

org-timeline is not autoloaded. You can force it by adding

(require 'org-agenda)

to your .emacs.

Whether it *should* be autoloaded is debatable: org-timeline has
weaknesses and although not officially deprecated, should be IMO
best avoided. See Carsten's comments in

   http://thread.gmane.org/gmane.emacs.orgmode/39368/focus=39465

-- 
Nick

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

* Re: org-timeline function missing
  2013-08-06 14:02 ` Nick Dokos
@ 2013-08-06 14:19   ` Gammel Holte
  0 siblings, 0 replies; 3+ messages in thread
From: Gammel Holte @ 2013-08-06 14:19 UTC (permalink / raw)
  To: Nick Dokos; +Cc: emacs-orgmode

Thanks for the helpful reply.

On Tue, Aug 6, 2013 at 4:02 PM, Nick Dokos <ndokos@gmail.com> wrote:
> Gammel Holte <gammel.holte@gmail.com> writes:
>
>> Hello,
>>
>> I've been running org-mode for a while, and I've come across an issue
>> that was not present before.
>>
>> If I open an org file, the org-timeline function is not defined. I can
>> only call it once I open an agenda buffer with org-agenda.
>>
>> This issue is reproducible both under vanilla emacs 24.3, and emacs
>> 24.3 + the latest org-mode development version (20130805).
>>
>> Any indications pointing whether this is a bug or a misconfiguration
>> from my side would be much appreciated.
>>
>
> org-timeline is not autoloaded. You can force it by adding
>
> (require 'org-agenda)
>
> to your .emacs.
>
> Whether it *should* be autoloaded is debatable: org-timeline has
> weaknesses and although not officially deprecated, should be IMO
> best avoided. See Carsten's comments in
>
>    http://thread.gmane.org/gmane.emacs.orgmode/39368/focus=39465
>
> --
> Nick
>
>

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

end of thread, other threads:[~2013-08-06 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-06 13:09 org-timeline function missing Gammel Holte
2013-08-06 14:02 ` Nick Dokos
2013-08-06 14:19   ` Gammel Holte

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