From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Archiving? Date: Tue, 09 Feb 2016 11:28:37 -0500 Message-ID: <87si1197be.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTBAw-00020F-Fb for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 11:30:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTBAt-0002PE-93 for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 11:30:02 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:58339 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTBAt-0002CS-4d for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 11:29:59 -0500 In-Reply-To: (Johann Spies's message of "Tue, 9 Feb 2016 14:30:54 +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: Johann Spies Cc: emacs-orgmode@gnu.org Johann Spies writes: [...] > org-archive-subtree: Symbol's function definition is void: outline-show-all In (what will be) Emacs 25.1, outline.el functions were moved under the "outline-" prefix. For older versions, org-compat.el defines an alias with that prefix, so outline-show-all should not be undefined. I'm guessing that you have an Emacs version < 25 and have a mixed installation issue. If you're installing from ELPA, please uninstall and then, before the builtin version of Org is loaded, reinstall. -- Kyle