emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [Bug?] Smart quotes and latex environments


From: Rasmus
Subject: Re: [O] [Bug?] Smart quotes and latex environments
Date: Thu, 30 Apr 2015 17:38:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Jacob Gerlach <address@hidden> writes:

> --------------------------------------
> #+OPTIONS: ':t
> \begin{myenvironment}
> "Foo"
> \end{myenvironment}
> --------------------------------------
> Exports "Foo" rather than ``foo''. Is this expected?

Yes, 'cause it's a latex-environment (try running org-element-at-point on
it).  You could do

#+begin_myenvironment
"Foo"
#+end_myenvironment

—Rasmus

-- 
Hvor meget poesi tror De kommer ud af et glas isvand?




reply via email to

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