emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] bold font in org-e-beamer export


From: Nicolas Goaziou
Subject: Re: [O] bold font in org-e-beamer export
Date: Fri, 27 Jul 2012 14:02:53 +0200

Hello,

Suvayu Ali <address@hidden> writes:

>> (defun suvayu-beamer-structure (contents backend info)
>>   (if (not (eq backend 'e-beamer)) contents
>>     (replace-regexp-in-string "\\`\\\\[A-Za-z0-9]+" "\\\\structure" 
>> contents)))

> But I don't understand the four backslash sequence; I guess it inserts
> \\ to the string, but why is that necessary?

See LITERAL optional argument (which is nil here) in `replace-match'
primitive.


Regards,

-- 
Nicolas Goaziou



reply via email to

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