From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: Re: org-export raises stringp nil error Date: Fri, 08 Mar 2013 16:42:10 +0100 Message-ID: <87ehfp99v1.fsf@bzg.ath.cx> References: <87ip539io1.fsf@nautilus.nautilus> <87zjye96ph.fsf@bzg.ath.cx> <87vc928kcm.fsf@bzg.ath.cx> <83sj46z468.fsf@gnu.org> <20130308222131.81015237483025a831b5cee0@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1362757356 4458 80.91.229.3 (8 Mar 2013 15:42:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Mar 2013 15:42:36 +0000 (UTC) Cc: lele@metapensiero.it, joakim@verona.se, emacs-devel@gnu.org, emacs-orgmode@gnu.org, Eli Zaretskii , Leo Liu To: Xue Fuqiao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 08 16:42:59 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UDzRh-00005T-8k for ged-emacs-devel@m.gmane.org; Fri, 08 Mar 2013 16:42:57 +0100 Original-Received: from localhost ([::1]:37255 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDzRL-00070c-DB for ged-emacs-devel@m.gmane.org; Fri, 08 Mar 2013 10:42:35 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:32820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDzRD-0006wb-GF for emacs-devel@gnu.org; Fri, 08 Mar 2013 10:42:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDzR8-00006n-H4 for emacs-devel@gnu.org; Fri, 08 Mar 2013 10:42:27 -0500 Original-Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:57432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDzR2-00005c-Rk; Fri, 08 Mar 2013 10:42:16 -0500 Original-Received: by mail-wi0-f180.google.com with SMTP id hi8so957177wib.7 for ; Fri, 08 Mar 2013 07:42:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=TwFs3IpBVvIATd22VzD9fOUWdpaMDr5ANFvcxQ6qrIE=; b=aH7gOHvxFN79qZ7VowUX2aFIC99thmY6XeYUsgDV1POotGS7/scggxgkN4VOYFQJtC uOix1cMamNSHlUNsGuIDdSZcuXy3oNHaWvgUChWI7HKZoz/FEq8yMLvEOyNRMoaDtGM7 fFcq8D5qRr9fVHzizVY0VyxjMUOU3OUJehslRcBtbFb9fe1SCxIvG38viBF3JPqVZ6pl ISB5zHmX/An/Hr83V1BqMTXRVkGyQEBJIuXcDcwUqBZOkYwBmSnVueSH2YYqCEKPhFVd ff2+WsuH9Z605JaZoBowEK2BtHK1p1U3cNOQD7/DP1VZMKhVsbSyFMrEpB6j6fT/CVP7 69MQ== X-Received: by 10.194.120.169 with SMTP id ld9mr4965031wjb.24.1362757332414; Fri, 08 Mar 2013 07:42:12 -0800 (PST) Original-Received: from bzg.localdomain (mar75-2-81-56-68-112.fbx.proxad.net. [81.56.68.112]) by mx.google.com with ESMTPS id q13sm3670224wie.0.2013.03.08.07.42.10 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Mar 2013 07:42:11 -0800 (PST) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id EE2F51C218DA; Fri, 8 Mar 2013 16:42:10 +0100 (CET) In-Reply-To: <20130308222131.81015237483025a831b5cee0@gmail.com> (Xue Fuqiao's message of "Fri, 8 Mar 2013 22:21:31 +0800") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::234 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157607 gmane.emacs.orgmode:67953 Archived-At: Hi Xue, Xue Fuqiao writes: > Sounds fine to me, because my Internet connection is very slow > (especially to Savannah). It is often a pain for me to perform a `bzr > pull', since it takes a long time. Well, that's more an argument for switching to hg or git for Emacs repo, not really for trimming out packages from Emacs core. > And there is also another way: Add a command line argument named > `--slim', it can invoke Emacs with only the bare-minimum Emacs Lisp > libraries needed for quick editing. That's what the require mechanism is for: libraries are not loaded until you require/load them. -- Bastien