From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: latex export and beamer columns Date: Thu, 26 Nov 2009 10:33:48 +0000 Message-ID: <87aay9bmnn.wl%ucecesf@ucl.ac.uk> References: <876394m49f.wl%ucecesf@ucl.ac.uk> <3CB39269-FB18-4155-AF32-00F6B46F8061@gmail.com> <878wdylpw5.wl%ucecesf@ucl.ac.uk> <876392lhfh.wl%ucecesf@ucl.ac.uk> <87hbsklwfa.wl%ucecesf@ucl.ac.uk> <87iqd09uju.wl%ucecesf@ucl.ac.uk> <8C1EA010-04C9-49C1-9F7F-5F0AB12EF4D0@gmail.com> <87ws1fg5rk.wl%ucecesf@ucl.ac.uk> <5900E2ED-795D-4168-9BFA-B1E590106001@gmail.com> <87k4xetrbl.wl%ucecesf@ucl.ac.uk> <67F9BEBF-F031-4076-AF98-BCBC74E06FB0@gmail.com> <878wdtk8ex.wl%ucecesf@ucl.ac.uk> <042AC9EF-A8A5-4065-B7B5-06730B34EAD0@gmail.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDbfo-0008SX-Vj for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 05:34:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDbfj-0008Pq-M6 for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 05:34:03 -0500 Received: from [199.232.76.173] (port=50962 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDbfj-0008Pn-Dt for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 05:33:59 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:33794) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NDbfj-0002Em-28 for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 05:33:59 -0500 In-Reply-To: <042AC9EF-A8A5-4065-B7B5-06730B34EAD0@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: org-mode mailing list At Thu, 26 Nov 2009 10:05:06 +0100, Carsten Dominik wrote: [...] > > However, I guess the instructions you give are actually subtly > > incorrect? That is, from what you say above, using setq is not going > > to work because that doesn't invoke any hooks for the particular > > variables. Therefore these variable must (?) be set through > > customize? Or is there some way to invoke, automatically, the hooks > > when setting a variable directly? Probably not. > > setq will work when you do it *before* loading org.el Ah ha! Does this apply to all the variables? That is, are there some that need to be defined after loading org.el? I've always been a bit confused as to how and when variables can be manipulated... I guess it comes down to all these variables being global in scope. Anyway, setting the variables before loading org does indeed do what I want. My lecture slides now look as they should! Thanks again and sorry for the noise!