On Thu, Dec 12, 2013 at 11:52 PM, Thomas S. Dye <t...@tsdye.com> wrote: > James Harkins <jamshar...@gmail.com> writes: > >> If this has been fixed in master, then I'm content to leave it at that. > > I don't know about this. My guess is that your Org-mode installation is > messed up somehow.
I'm unclear how. I didn't see this message in Emacs. It's during "make." That has to do only with the git repository, nothing about installation. $ pwd /home/dlm/share/org-mode.git $ git status # On branch hjh8.2 # Untracked files: # (use "git add <file>..." to include in what will be committed) # # lisp/org-mobile.el.orig # lisp/ox-latex.el.orig # minimal-org.el nothing added to commit but untracked files present (use "git add" to track) $ git diff lisp/ox-texinfo.el --> nothing $ make ... blah blah... Compiling /home/dlm/share/org-mode.git/lisp/ox-texinfo.el... In toplevel form: ox-texinfo.el:1683:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. ox-texinfo.el:1717:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. Wrote /home/dlm/share/org-mode.git/lisp/ox-texinfo.elc Compiling /home/dlm/share/org-mode.git/lisp/ox.el... Wrote /home/dlm/share/org-mode.git/lisp/ox.elc Done (Total of 103 files compiled, 3 skipped) make[2]: Leaving directory `/home/dlm/share/org-mode.git/lisp' make[1]: Leaving directory `/home/dlm/share/org-mode.git/lisp' make -C doc info make[1]: Entering directory `/home/dlm/share/org-mode.git/doc' org-version: 8.2 (release_8.2-2-g18c7c4) makeinfo --no-split org.texi -o org make[1]: Leaving directory `/home/dlm/share/org-mode.git/doc' hjh