From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Problem with booktabs patch Date: Tue, 6 Mar 2012 16:11:55 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S52bw-0004pu-L3 for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 17:12:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S52bu-0006ic-NM for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 17:12:00 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:58695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S52bu-0006iL-Bg for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 17:11:58 -0500 Received: by bkwq16 with SMTP id q16so5796799bkw.0 for ; Tue, 06 Mar 2012 14:11:55 -0800 (PST) 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 I'm perplexed. The patch from Niels from a previous thread was working grea= t: ---=C2=A0http://www.mail-archive.com/emacs-orgmode@gnu.org/msg50809.html For some reason, I'm having issues with it, perhaps after a recent pull. I'm on a branch called booktabs which has the patch applied successfully. I can tell as lisp/org-latex.el has the tstart, hline, and tend variables listed in it. I did a make clean and make, however when I go to customize those variables, they're not listed. If I do =3DM-x load-file ~/.elisp/org.git/lisp/org-latex.el=3D I then have the variables. How can I tell why it's not using the actual file but using some other org-latex.el instead? My .emacs does things in this order: ;; set load dirs and global config options (add-to-list 'load-path "~/.elisp/site-lisp/") (add-to-list 'load-path "~/.elisp/org.git/contrib/lisp/") (add-to-list 'load-path "~/.elisp/org.git/lisp/") ;; setup org (require 'org-install) Thoughts? Thanks! John