emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] latex export and beamer columns


From: Eric S Fraga
Subject: Re: [Orgmode] latex export and beamer columns
Date: Wed, 25 Nov 2009 09:27:47 +0000
User-agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/23.1 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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




reply via email to

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