On 8/31/2014 1:20 AM, Nicolas Goaziou wrote:
Hello,
Brady Trainor writes:
I would have expected
[[latex:textsc][some text]]
to become
\textsc{some text}
Why would you expect that?
Regards,
My mistake, I got mixed up by multiple mentions and difficulty with
google. It is s
Hello,
Brady Trainor writes:
> I would have expected
>
> [[latex:textsc][some text]]
>
> to become
>
> \textsc{some text}
Why would you expect that?
Regards,
--
Nicolas Goaziou
I would have expected
[[latex:textsc][some text]]
to become
\textsc{some text}
Instead, it becomes
\texttt{some text}
My hackish fix is to modify a variable,
(setq org-latex-link-with-unknown-path-format "\\textsc{%s}")
Is there a better way?
Brady
Org-mode version 8.2.