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.7c (8.2.7c-51-g896fa6-elpa @
/home/iam/.emacs.d/elpa/org-20140825/)
- [O] [[latex:textsc][some text]] becomes \texttt{some text} Brady Trainor
- Re: [O] [[latex:textsc][some text]] becomes \texttt{s... Nicolas Goaziou
- Re: [O] [[latex:textsc][some text]] becomes \text... Brady Trainor
