At Wed, 25 Nov 2009 07:28:36 +0100, Carsten Dominik wrote: > > Hi Eric, > > tis works just fine for me. > > Here are the values of the two variables: > > org-emphasis-alist is a variable defined in `org.el'. > Its value is > (("*" bold "<b>" "</b>") > ("/" italic "<i>" "</i>") > ("_" underline "<span style=\"text-decoration:underline;\">" "</ > span>") > ("=" org-code "<code>" "</code>" verbatim) > ("~" org-verbatim "<code>" "</code>" verbatim) > (";" org-verbatim "<i>" "</i>" verbatim) > ("@" org-warning "<b>" "</b>")) > > > org-export-latex-emphasis-alist is a variable defined in `org-latex.el'. > Its value is > (("*" "\\textbf{%s}" nil) > ("/" "\\emph{%s}" nil) > ("_" "\\underline{%s}" nil) > ("+" "\\st{%s}" nil) > ("=" "\\verb" t) > ("~" "\\verb" t) > ("@" "\\alert{%s}" nil))
These are (approximately: without the ";" entry and with bold instead of org-warning for "@" in first list) what I have but it's not working for me (org up to date as of this morning). The @text@ does not show up bold in my emacs window for some reason (and the export still doesn't convert the "@" sign). Can you please suggest how I might debug this? It would seem to be something in my configuration and I can start doing a pruning or divide-and-conquer type of approach but my emacs initialisation is rather complex so if any other approach for debugging is available, that would be good. Thanks, eric _______________________________________________ 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