On Nov 25, 2009, at 7:03 PM, Eric S Fraga wrote:
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'.
org-export-latex-emphasis-alist [...]
Carsten,
I am puzzled. I can get this to work (and it works very well indeed)
but only if I set these variables through the customisation interface
in Emacs (custom-set-variables) and not if I setq them after loading
the packages as I normally do. No other variables in org-mode give me
this behaviour.
I haven't yet tried seeing if both variables have to be set through
custom-set-variables or only one of them but will try that later.
Hi Eric,
I wrote in my reply that a restart of Emacs is necessary to make the
work.
The reason is that the information in these variables must be
converted into complicated regexp, and that only happens if you do it
through customize
(which sets the variable and then calls a hook to do the necessary
updates),
or if you set the variables in Lisp *before* org.el is loaded.
The docstring of org-emphasis-alist says:
"Use customize to modify this, or restart Emacs after changing it."
If that is not clear enough, what should I write there?
- Carsten
_______________________________________________
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