emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Space after an inline emacs call affects output on export


From: Nicolas Goaziou
Subject: Re: [O] Space after an inline emacs call affects output on export
Date: Wed, 06 Apr 2016 14:37:49 +0200

Hello,

Eric S Fraga <address@hidden> writes:

> Could anybody explain why these two lines give different outputs for the
> inline elisp calculation?
>
> First line:
>
> @@latex:\fbox{@@ src_emacs-lisp{(setq var-Q1 (string-to-number (calc-eval 
> "evalv(15.357*(184.2-80))")))} @@latex:}@@
>
> Second line:
>
> @@latex:\fbox{@@ src_emacs-lisp{(setq var-Q1 (string-to-number (calc-eval 
> "evalv(15.357*(184.2-80))")))}@@latex:}@@
>
> The only difference in these two lines is a space before the last LaTeX
> directive.

Wild guess. You forbade ":" after emphasis markers in
`org-emphasis-regexp-components'.

Regards,

-- 
Nicolas Goaziou



reply via email to

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