Re: [O] [[latex:textsc][some text]] becomes \texttt{some text}

2014-08-31 Thread Brady Trainor
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

Re: [O] [[latex:textsc][some text]] becomes \texttt{some text}

2014-08-31 Thread Nicolas Goaziou
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

[O] [[latex:textsc][some text]] becomes \texttt{some text}

2014-08-30 Thread Brady Trainor
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.