From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: custom IDs not exported Date: Thu, 16 Jun 2011 18:47:40 -0400 Message-ID: <16148.1308264460@alphaville.dokosmarshall.org> References: <87hb7wq9bc.wl%n142857@gmail.com> <10721.1307848346@alphaville.dokosmarshall.org> <87hb7p79ao.wl%n142857@gmail.com> <15432.1308260456@alphaville.dokosmarshall.org> <87fwn976t3.wl%n142857@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:32808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXLM1-0000Ir-5e for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 18:48:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXLLz-0006IZ-Ed for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 18:48:00 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:62442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXLLz-0006IG-43 for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 18:47:59 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LMW008OSNBH6P90@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 17:47:46 -0500 (CDT) In-reply-to: Message from Daniel Clemente of "Fri, 17 Jun 2011 00:25:12 +0200." <87fwn976t3.wl%n142857@gmail.com> 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: Daniel Clemente Cc: nicholas.dokos@hp.com, org-mode Mailinglist Daniel Clemente wrote: > > The latest commit I can find after cloning git://repo.or.cz/org-mode.git to a new directory is this: > > ,---- > | commit 90f6765cdf77c1414726d899f00c77da43f45758 > | Author: Eric Schulte > | Date: Mon Jun 13 14:58:56 2011 -0700 > | > | ob-tangle: no longer inserting newlines between appended code blocks > | > | * lisp/ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer > | inserting newlines between appended code blocks. > `---- > > > So it seems there's some sort of delay with repo.or.cz > Indeed: the git repo was changed to orgmode.org back in December (?) and repo.or.cz was left as a mirror, but apparently it has been non compos mentis for a little while. Your best best is to go to the horse's mouth - cd into the directory that holds the git clone of org and git config remote.origin.url git://orgmode.org/org-mode.git Then just continue as if nothing happened. Nick PS There was some discussion of this on the ML this morning (or last night? I'm losing track of time...)