From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: org-export raises stringp nil error Date: Sat, 09 Mar 2013 13:14:20 +0200 Message-ID: <83boasygdv.fsf@gnu.org> References: <87ip539io1.fsf@nautilus.nautilus> <87zjye96ph.fsf@bzg.ath.cx> <87vc928kcm.fsf@bzg.ath.cx> <83sj46z468.fsf@gnu.org> <87txomz1j7.fsf@yandex.ru> <83li9yyyul.fsf@gnu.org> <87li9xu9y5.fsf@Rainer.invalid> <83zjydy8ny.fsf@gnu.org> <87vc91slfj.fsf@Rainer.invalid> <83haklx7yq.fsf@gnu.org> <87ppz8x249.fsf@Rainer.invalid> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1362827684 29271 80.91.229.3 (9 Mar 2013 11:14:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Mar 2013 11:14:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 09 12:15:08 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 1UEHk3-0004sc-V1 for ged-emacs-devel@m.gmane.org; Sat, 09 Mar 2013 12:15:08 +0100 Original-Received: from localhost ([::1]:46116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEHjh-0004ZK-Vm for ged-emacs-devel@m.gmane.org; Sat, 09 Mar 2013 06:14:45 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:37397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEHjb-0004ZD-NS for emacs-devel@gnu.org; Sat, 09 Mar 2013 06:14:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEHjX-0006Ur-36 for emacs-devel@gnu.org; Sat, 09 Mar 2013 06:14:39 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:33746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEHjW-0006UV-S3 for emacs-devel@gnu.org; Sat, 09 Mar 2013 06:14:35 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MJE000004J7ZB00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 09 Mar 2013 13:14:33 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MJE000YD4K9UW60@a-mtaout22.012.net.il>; Sat, 09 Mar 2013 13:14:33 +0200 (IST) In-reply-to: <87ppz8x249.fsf@Rainer.invalid> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:157654 Archived-At: > From: Achim Gratz > Date: Sat, 09 Mar 2013 12:07:50 +0100 > > If you made some directories subprojects (in Git parlance; bizarr > probably also has something that is almost, but not entirely unlike it), > your Emacs checkout would look exactly the same as today. What would > change is that if you fixed a bug in e.g. Org, you would fix it in the > Emacs branch of the Org repository and then commit the subproject within > Emacs pointing to the new head that contains the fix. That will work, but only if the same VCS is used by all the projects.