From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: "Symbol's function definition is void: org-string-nw-p" Date: Mon, 26 Mar 2012 19:07:01 +0200 Message-ID: <871uof47gq.fsf@gnu.org> References: <1332773051.2404.32.camel@ascraeus> <28187.1332774877@alphaville> <1332777036.2404.40.camel@ascraeus> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDMZ-0001va-MT for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:05:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCDMX-0002tl-UN for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:05:47 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:61188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDMX-0002tE-6t for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:05:45 -0400 Received: by wibhj13 with SMTP id hj13so3543256wib.12 for ; Mon, 26 Mar 2012 10:05:43 -0700 (PDT) In-Reply-To: <1332777036.2404.40.camel@ascraeus> (Steven Buczkowski's message of "Mon, 26 Mar 2012 11:50:36 -0400") 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: Steven Buczkowski Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Hi Steven, Steven Buczkowski writes: > I'm now getting far enough along in my knowledge and workflow with > org-mode that I think I can start risking living on the bleeding edge. The master branch of the git repo* is the development branch. You can also live on two "safer" branches: ~$ git checkout maint <= latest public release ~$ git checkout hotfix-7.8.06 <= latest release with bugfixes HTH, -- Bastien