From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: Old style backquotes in ox-texinfo.el Date: Sun, 15 Dec 2013 09:48:18 +0800 Message-ID: <900dd378-2339-469b-9794-b31e5242fccd@dewdrop-world.net> References: <0ced17e6-25f9-4f37-ada8-1d52b546a723@dewdrop-world.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs0ow-0001fe-RF for Emacs-orgmode@gnu.org; Sat, 14 Dec 2013 20:48:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vs0on-0008Bv-09 for Emacs-orgmode@gnu.org; Sat, 14 Dec 2013 20:48:38 -0500 Received: from mail-pb0-x22e.google.com ([2607:f8b0:400e:c01::22e]:44519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs0om-0008Bn-Nv for Emacs-orgmode@gnu.org; Sat, 14 Dec 2013 20:48:28 -0500 Received: by mail-pb0-f46.google.com with SMTP id md12so4056852pbc.19 for ; Sat, 14 Dec 2013 17:48:27 -0800 (PST) Received: from localhost ([219.136.1.68]) by mx.google.com with ESMTPSA id qw8sm15505026pbb.27.2013.12.14.17.48.25 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 14 Dec 2013 17:48:26 -0800 (PST) In-Reply-To: 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: Emacs-orgmode@gnu.org On Fri, 13 Dec 2013 10:06:03 +0100, Achim Gratz wrote: > James Harkins writes: > > $ git status > > # On branch hjh8.2 >=20 > You are on your own branch, with unknown modifications. > The current ox-texinfo doesn't have any backquotes, let alone old-style > ones anywhere near those lines. How about you'd compare your branch to > the release tag and see what changes you've made: For the record: I just upgraded to release_8.2.4 and the warnings in=20 ox-texinfo.el are gone. The only reason I was on my own branch in case I decide to tinker with=20 something. I don't want to mess up any branches in my local git repository.=20= So, as a matter of course, when I upgrade, I check out the release tag and=20= then do "git checkout -b hjh8.2.4" for example. I had never touched ox-texinfo.el, so I knew that "unknown changes" were=20 not going to affect the issue. You didn't know that -- perfectly okay to=20 cover all the bases. Anyway, I consider this thread to be closed. hjh