Re: [O] Beamer export, file-link format

2014-11-24 Thread Eric S Fraga
On Sunday, 23 Nov 2014 at 22:05, James Harkins wrote:
> I'm using org + beamer, and I've put in some links like this:
>
> \href{media/something.mp3}{Listen: Something}
>
> I want "Listen: Something" to appear in another color. LaTeX is
> steadfastly refusing to do this: all links appear in the normal
> document font and color.
>
> Hyperref is invoked in the preamble like so:
>
> \usepackage{hyperref}

Have you tried adding the colorlinks=true option and/or setting the
linkcolor=red (say)?
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-589-g9eff31.dirty



[O] Beamer export, file-link format

2014-11-23 Thread James Harkins
I'm using org + beamer, and I've put in some links like this:

\href{media/something.mp3}{Listen: Something}

I want "Listen: Something" to appear in another color. LaTeX is steadfastly 
refusing to do this: all links appear in the normal document font and color.

Hyperref is invoked in the preamble like so:

\usepackage{hyperref}

That is, I am not using "hidelinks" for this presentation.

What do I need to do so that the links stand out in the export?

hjh