From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-timeline function missing Date: Tue, 06 Aug 2013 10:02:42 -0400 Message-ID: <87d2pqlxx9.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6hqn-0000EQ-8I for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 10:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6hqh-0004IW-32 for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 10:03:01 -0400 Received: from plane.gmane.org ([80.91.229.3]:45638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6hqg-0004G8-Ti for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 10:02:55 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V6hqf-00059i-Fc for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 16:02:53 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Aug 2013 16:02:53 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Aug 2013 16:02:53 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Gammel Holte 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