emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Publishing http links inside a begin_src


From: Bastien
Subject: Re: [O] Publishing http links inside a begin_src
Date: Sat, 23 Feb 2013 14:17:22 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Emilio,

Emilio Torres Manzanera <address@hidden> writes:

> I am unable to publish as html the following minimal mybuffer.org:
>
> #+BEGIN_SRC sh :exports code
> orghttp = "http://orgmode.org/";
> #+END_SRC

I'd try this:

#+BEGIN_SRC sh :exports code
orghttp="http://orgmode.org/";
#+END_SRC

With no whitespaces around the = sign.

HTH,

-- 
 Bastien



reply via email to

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