From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Publishing http links inside a begin_src Date: Sat, 23 Feb 2013 14:17:22 +0100 Message-ID: <87vc9jnp99.fsf@bzg.ath.cx> References: <87hal3uzmo.fsf@uniovi.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Eyq-0000MY-RG for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 08:17:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9Eyj-0005Zq-NG for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 08:17:32 -0500 Received: from we-in-x0232.1e100.net ([2a00:1450:400c:c03::232]:57679 helo=mail-we0-x232.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Eyj-0005Ze-Gr for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 08:17:25 -0500 Received: by mail-we0-f178.google.com with SMTP id x48so1338304wey.9 for ; Sat, 23 Feb 2013 05:17:24 -0800 (PST) In-Reply-To: <87hal3uzmo.fsf@uniovi.es> (Emilio Torres Manzanera's message of "Sat, 23 Feb 2013 10:51:27 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: torres@uniovi.es Cc: emacs-orgmode@gnu.org Hi Emilio, Emilio Torres Manzanera 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