From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Symbol's value as variable is void: org-list-allow-alphabetical Date: Sat, 17 May 2014 11:19:26 +0200 Message-ID: <36A5EF61-21AB-418D-A4E4-54D9396838D2@agrarianresearch.org> Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlamG-0006PW-S9 for emacs-orgmode@gnu.org; Sat, 17 May 2014 05:19:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlamA-0004Dw-Vu for emacs-orgmode@gnu.org; Sat, 17 May 2014 05:19:36 -0400 Received: from mail-ee0-f49.google.com ([74.125.83.49]:35044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlamA-0004Dm-Pz for emacs-orgmode@gnu.org; Sat, 17 May 2014 05:19:30 -0400 Received: by mail-ee0-f49.google.com with SMTP id e53so2099724eek.22 for ; Sat, 17 May 2014 02:19:29 -0700 (PDT) Received: from koalpara.mmx400r ([217.202.70.208]) by mx.google.com with ESMTPSA id 44sm25101710eer.35.2014.05.17.02.19.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 17 May 2014 02:19:28 -0700 (PDT) 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 mailing list Why am I getting this error when I start my emacs? defconst: Symbol's value as variable is void: = org-list-allow-alphabetical Symbol's value as variable is void: org-list-allow-alphabetical My orgmode is updated using git repository. I use emacs starter kit, and the error seems to have something to do = with this variable not being set before my custom file = (https://github.com/vikasrawal/orgpaper/blob/master/research-toolkit.org) = is loaded. Vikas