Gaurav Sharma <gvs...@gmail.com> writes:

> customize the
> org-export-latex-emphasis-alist by using the following in my .emacs
>
> (setq org-export-latex-emphasis-alist

I -[Org 6.36 trans]- don't have this variable. ?-). 
which org-version do you use? you can see with:

M-x org-version 

>  (quote (("*" "\\textbf{%s}" nil)
> ("/" "\\emph{%s}" nil) ("_" "\\alert{%s}" nil) ("+" "\\st{%s}" nil)
> ("=" "\\verb" t) ("@" "\\alert{%s}" nil) ("!" "\\note{%s}" nil) ("~"
> "\\verb" t))))
>

> However, the definitions of "@" and "!" do not seem to take effect at
> all. 
Could you please change the characters avoiding "@" "!" ?
(I know there is not much choice of characters that can be used as 
"emphasis delimiters" )

But I think that "@" "!" does interfere with some regexp:
e.g.  "@" is used in the HTML export.

cheers, 
Giovanni

_______________________________________________
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