From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Problem with booktabs patch Date: Tue, 6 Mar 2012 17:02:48 -0600 Message-ID: References: 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]:42359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S53PB-0000xL-JE for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 18:02:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S53P9-0008MX-Ds for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 18:02:53 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:41508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S53P9-0008MJ-4X for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 18:02:51 -0500 Received: by bkwq16 with SMTP id q16so5828843bkw.0 for ; Tue, 06 Mar 2012 15:02:48 -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 Update that is very odd to me. If I start emacs and do =3DM-x customize-variable [RET] org-export-latex- [TAB]=3D, I only have two options: --- org-export-latex-default-packages-alist org-export-latex-packages-alist --- In looking through lisp/org-latex.el, I noticed that the various options are in the group org-export-latex, so I did =3DM-x customize-group [RET] org-export-latex=3D and scanned through the list. To my surprise... there were all the variables provided by Niels' booktabs patch. I killed that buffer (having not changed anything), and did =3DM-x customize-variable [RET] org-export-latex- [TAB]=3D and now I have a whole ton of options. Do I need to specifically have a =3D(require 'org-latex)=3D in .emacs? Thanks, John On Tue, Mar 6, 2012 at 4:11 PM, John Hendy wrote: > I'm perplexed. The patch from Niels from a previous thread was working gr= eat: > ---=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 hav= e > 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