From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gammel Holte <gammel.holte@gmail.com> Subject: Re: org-timeline function missing Date: Tue, 6 Aug 2013 16:19:00 +0200 Message-ID: <CAGFCsG8RTtZW3phbOtYbhNQV4KscAxbzuXSPBjDeB5SRx=iHcg@mail.gmail.com> References: <CAGFCsG8C2EwMCucGXv+K+KMzGMYFGWv7s=cT5pWgY4ZbV4DAJQ@mail.gmail.com> <87d2pqlxx9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:45288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <arcadiorubiogarcia@gmail.com>) id 1V6i6P-0007Nn-Sz for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 10:19:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <arcadiorubiogarcia@gmail.com>) id 1V6i6H-0002CV-Sv for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 10:19:09 -0400 Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:62181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <arcadiorubiogarcia@gmail.com>) id 1V6i6H-0002CD-Fz for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 10:19:01 -0400 Received: by mail-wg0-f47.google.com with SMTP id j13so406297wgh.2 for <emacs-orgmode@gnu.org>; Tue, 06 Aug 2013 07:19:00 -0700 (PDT) In-Reply-To: <87d2pqlxx9.fsf@gmail.com> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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: Nick Dokos <ndokos@gmail.com> Cc: emacs-orgmode@gnu.org 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 > >