From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: VCard export problems Date: Sat, 06 Apr 2013 22:53:27 +0200 Message-ID: <87sj33754o.fsf@bzg.ath.cx> References: <51602B3A.2080203@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOa7B-0000ps-7S for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 16:53:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOa78-0000ky-J2 for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 16:53:33 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:35116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOa78-0000kn-DV for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 16:53:30 -0400 Received: by mail-wg0-f52.google.com with SMTP id n12so4840419wgh.7 for ; Sat, 06 Apr 2013 13:53:29 -0700 (PDT) In-Reply-To: <51602B3A.2080203@gmx.de> (Simon Thum's message of "Sat, 06 Apr 2013 16:03:38 +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: Simon Thum Cc: emacs-orgmode Hi Simon, Simon Thum writes: > I suspect some require > is missing in org-contacts. In fact, `org-install-letbind' was called while not existing in current Org. So org-contacts.el tried to load the org-exp.el file that comes with your Emacs and that we never want to load when using pre-8.0. I removed this function. > Anyway, if I invoke this line now it fails, although interactively things > load fine with the org file on the command line: > > emacs someOrg.org -batch -l ~/.emacs.d/init.el > [...] > Symbol's value as variable is void: org-list-allow-alphabetical > > To me, all of this points to some incorrect dependencies of load logic to > -batch. Unfortunately I don't know how to diagnose such problems. > > It's not urgent but seems like a clear bug to me. Indeed. Thanks for reporting this. Please test again and let me know if something else needs to be fixed. Best, -- Bastien