From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: Org-beamer problems Date: Fri, 21 Jan 2011 09:05:34 +0000 Message-ID: <87tyh2bp9d.fsf@ucl.ac.uk> References: <87wrm06ebv.fsf@ucl.ac.uk> <87d3ns6jlv.fsf@ucl.ac.uk> <87pqrr1iau.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=39142 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgDgJ-0001r0-Vn for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 04:53:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgDgI-0004TY-Ne for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 04:53:23 -0500 Received: from vscani-e.ucl.ac.uk ([144.82.108.33]:45900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgDgI-0004Sg-Jl for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 04:53:22 -0500 In-Reply-To: <87pqrr1iau.fsf@gmail.com> (Henri-Paul Indiogine's message of "Thu, 20 Jan 2011 11:33:45 -0800") 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: hindiogine@gmail.com Cc: emacs-orgmode@gnu.org Henri-Paul Indiogine writes: > Hi Eric! > > Eric S Fraga writes: >> Regarding the @ problem, where and how do you make the settings. As I >> have said on this list recently, I find that I have to set the variables >> concerned *before* I load org (through =(require 'org-install)=) or >> otherwise the regular expressions that use these variables are >> initialised incorrectly (I believe this is the root cause of the >> problem). > > The @ problem is the only one that I have not been able to fix. > > The first lines in my .emacs re. orgmode section are: > > (setq load-path (cons "~/elisp/org-mode/lisp" load-path)) > (require 'org-install) > (setq initial-major-mode 'org-mode) > (setq org-directory "~/Dropbox/org/") > > > then I have code for org-capture, tags, and then about latex export: > > (setq org-export-latex-packages-alist > '(("" "color") > ("" "hyperref") > ("" "apacite") > ("" "tikz"))) > > (require 'org-latex) > > and then other org-mode stuff: faces, org-mobile, .... > > I noticed that org-latex.el does not have the line: > > ("@" "\\alert{%s}" nil) > > so I added it manually to > > (defcustom org-export-latex-emphasis-alist ... > > but nothing happens. > > > Thanks, > Henri-Paul See followup message [1] by Bill Moran on this list which confirms what I have said above. You have to change the values of the relevant variables *before* you load org. eric Footnotes: [1] I'm offline so cannot give you a link but the message has: Message-ID: -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.228.gdcfee)