Hi Eric!

Eric S Fraga <e.fr...@ucl.ac.uk> 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: hindiog...@gmail.com
Running: Ubuntu Linux 10.10, Emacs 24.0.50.1, org-mode 7.4

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to