emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Org-beamer problems


From: Henri-Paul Indiogine
Subject: Re: [Orgmode] Re: Org-beamer problems
Date: Thu, 20 Jan 2011 11:33:45 -0800
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Hi Eric!

Eric S Fraga <address@hidden> 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


-- 
Henri-Paul Indiogine
Email: address@hidden
Running: Ubuntu Linux 10.10, Emacs 24.0.50.1, org-mode 7.3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]