From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: Org timeline does not work [8.3beta (release_8.3beta-1229-ge900eb @ /home/dominik/.emacs.d/org-mode/lisp/)] Date: Thu, 18 Jun 2015 13:10:27 -0400 Message-ID: <87zj3xaqnw.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5dLL-0004aO-51 for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 13:11:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5dLH-0000V0-23 for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 13:11:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:44794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5dLG-0000Uu-SA for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 13:11:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z5dL7-0006Pe-NG for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 19:10:58 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2015 19:10:57 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2015 19:10:57 +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 Dominik Schrempf writes: > Hello, > > if I want to create a timeline of an arbritrary org file, I get the following error: > > Symbol's function is void: org-timeline > This function is defined in org-agenda.el[c]. So the question is: is org-agenda loaded? If (featurep 'org-agenda) evaluates to nil, it is not: check your initialization. If it *is* loaded, then something is *really* wrong with your installation. BTW, to paraphrase a certain Jedi master "this is not the function you are looking for": org-timeline was a poor man's agenda before agendas were implemented. At this point, it is an orphan, waiting to be deprecated and deleted. Check the ML for earlier discussions. > Best wishes, > Dominik > > Emacs  : GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.16.2) >  of 2015-04-20 on bitzer.hoetzel.info > Package: Org-mode version 8.3beta (release_8.3beta-1229-ge900eb @ /home/dominik/.emacs.d/org-mode/lisp/) Nick