From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Subject: can't (require 'org) from .emacs with ELPA-installed org Date: Fri, 15 Nov 2013 10:21:24 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhEeg-0007FQ-20 for emacs-orgmode@gnu.org; Fri, 15 Nov 2013 03:21:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhEec-0003Wt-NK for emacs-orgmode@gnu.org; Fri, 15 Nov 2013 03:21:29 -0500 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:43220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhEec-0003Wh-F2 for emacs-orgmode@gnu.org; Fri, 15 Nov 2013 03:21:26 -0500 Received: by mail-lb0-f176.google.com with SMTP id p9so2416278lbv.21 for ; Fri, 15 Nov 2013 00:21:25 -0800 (PST) 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: Org Mode If I (require 'org) in my .emacs, then open a file.org immediately after emacs starts, then press C-c C-e (publish), I get byte-code: Symbol's function definition is void: org-defvaralias (no errors appear prior to attempting to publish in the message buffer, and org-mode functionality appears to work) I I don't require 'org at all, but let it autoload upon visiting file.org (or if I require it from the scratch buffer), publishing works. This is with the latest ELPA package installed via package-list-packages on an emacs 24.3.1 (Ubuntu Saucy)