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: Fri, 21 Jan 2011 10:57:57 -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).

I am not getting this.  Sorry for being dense.  Here is the relevant
code from my .emacs

;;
;; BEGIN org-mode
;;
(setq org-export-latex-emphasis-alist (quote
                                      (("*" "\\textbf{%s}" nil)
                                       ("/" "\\emph{%s}" nil)
                                       ("_" "\\underline{%s}" nil)
                                       ("+" "\\texttt{%s}" nil)
                                       ("=" "\\verb=%s=" nil)
                                       ("~" "\\verb~%s~" t)
                                       ("@" "\\alert{%s}" nil))))

(setq load-path (cons "~/elisp/org-mode/lisp" load-path))
(require 'org-install)

........

(require 'org-latex)


I restart emacs and still my @important@ is not processed.


I also would like to know how to create blocks without title and how to
avoid "Example(my-title)" in the example blocks.  I just would like to have
the "my-title".

Thanks,
Henri-Paul


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



reply via email to

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