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 <schulte.e...@gmail.com> | 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 El Thu, 16 Jun 2011 17:40:56 -0400 Nick Dokos va escriure: > > It is checked in already. The commit looks like this: > > ,---- > | commit 1891ee5aafee710315a26595385e670e1ac3771e > | Author: Carsten Dominik <carsten.domi...@gmail.com> > | Date: Tue Jun 14 10:46:09 2011 +0200 > | > | Fix HTML export to make CUSTOM_ID links work again > | > | * lisp/org-html.el (org-export-as-html): > | (org-html-level-start): Only convert section number underscores to > dashes. > `---- > > ``git show 1891ee5aafee710315a26595385e670e1ac3771e'' will show you whether > you have it or need to pull. > > Nick