* Publishing http links inside a begin_src
@ 2013-02-23 9:51 Emilio Torres Manzanera
2013-02-23 13:17 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Emilio Torres Manzanera @ 2013-02-23 9:51 UTC (permalink / raw)
To: emacs-orgmode
Dear list,
I am unable to publish as html the following minimal mybuffer.org:
#+BEGIN_SRC sh :exports code
orghttp = "http://orgmode.org/"
#+END_SRC
The Messages are
Export buffer:
Exporting...
org-babel-exp processing...
Setting up indent for shell type bash
setting up indent stuff
Indentation variables are now local.
Indentation setup for shell type bash
And the program crashes.
Any suggestions?
Best regards
Emilio
Using Org-mode version 7.9.3e (7.9.3e-3-gb07a9b @ /usr/share/emacs/24.3.50/lisp/org/)
--
=================================================
Emilio Torres Manzanera
Fac. de Comercio - Universidad de Oviedo
c/ Luis Moya 261, E-33203 Gijón (Spain)
Tel. 985 182 197 email: torres@uniovi.es
=================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Publishing http links inside a begin_src
2013-02-23 9:51 Publishing http links inside a begin_src Emilio Torres Manzanera
@ 2013-02-23 13:17 ` Bastien
2013-02-23 14:57 ` Emilio Torres Manzanera
0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2013-02-23 13:17 UTC (permalink / raw)
To: torres; +Cc: emacs-orgmode
Hi Emilio,
Emilio Torres Manzanera <torres@uniovi.es> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Publishing http links inside a begin_src
2013-02-23 13:17 ` Bastien
@ 2013-02-23 14:57 ` Emilio Torres Manzanera
2013-02-24 8:24 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Emilio Torres Manzanera @ 2013-02-23 14:57 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
Bastien <bzg@altern.org> writes:
> From: Bastien <bzg@altern.org>
> To: torres@uniovi.es
> Cc: emacs-orgmode@gnu.org
> Subject: Re: Publishing http links inside a begin_src
> Flags: seen
> Date: sáb 23 feb 2013 14:17:22 CET
> Maildir: /inbox
>
> Hi Emilio,
>
> Emilio Torres Manzanera <torres@uniovi.es> 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,
Thank you for your suggestion. But I feel that this trick does not solve the problem:
When I use the last version of org Org-mode version 7.9.3e (7.9.3e-3-gb07a9b @ /usr/share/emacs/24.3.50/lisp/org/) I get the error (typing no spaces around the equal sign)
When I use another computer with an older Org-mode version 7.8.02, both examples run smoothly.
What should I do to test this issue?
Best regards
--
=================================================
Emilio Torres Manzanera
Fac. de Comercio - Universidad de Oviedo
c/ Luis Moya 261, E-33203 Gijón (Spain)
Tel. 985 182 197 email: torres@uniovi.es
=================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Publishing http links inside a begin_src
2013-02-23 14:57 ` Emilio Torres Manzanera
@ 2013-02-24 8:24 ` Bastien
2013-02-24 19:38 ` Emilio Torres Manzanera
0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2013-02-24 8:24 UTC (permalink / raw)
To: torres; +Cc: emacs-orgmode
Emilio Torres Manzanera <torres@uniovi.es> writes:
> What should I do to test this issue?
If you can, please test with a more recent Org, e.g. 7.9.3f:
http://orgmode.org/org-7.9.3f.tar.gz
You can also clone the git repository:
~$ git clone git://orgmode.org/org-mode.git
See http://orgmode.org/org.html#Installation for details.
Thanks!
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Publishing http links inside a begin_src
2013-02-24 8:24 ` Bastien
@ 2013-02-24 19:38 ` Emilio Torres Manzanera
2013-02-25 9:52 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Emilio Torres Manzanera @ 2013-02-24 19:38 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
Hi Bastien,
I have downloaded a new version form an ELPA repository: Org-mode version 7.9.3e (7.9.3e-16-gf8b15d-elpa @ /home/emilio/.emacs.d/elpa/org-20130218/). It runs fine!
Thank you very much for your hard work and endless technical support
¡Muchísimas gracias!
Emilio
Bastien <bzg@altern.org> writes:
> From: Bastien <bzg@altern.org>
> To: torres@uniovi.es
> Cc: emacs-orgmode@gnu.org
> Subject: Re: Publishing http links inside a begin_src
> Flags: new, unread
> Date: dom 24 feb 2013 09:24:20 CET
> Maildir: /inbox
>
> Emilio Torres Manzanera <torres@uniovi.es> writes:
>
>> What should I do to test this issue?
>
> If you can, please test with a more recent Org, e.g. 7.9.3f:
>
> http://orgmode.org/org-7.9.3f.tar.gz
>
> You can also clone the git repository:
>
> ~$ git clone git://orgmode.org/org-mode.git
>
> See http://orgmode.org/org.html#Installation for details.
>
> Thanks!
--
=================================================
Emilio Torres Manzanera
Fac. de Comercio - Universidad de Oviedo
c/ Luis Moya 261, E-33203 Gijón (Spain)
Tel. 985 182 197 email: torres@uniovi.es
=================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Publishing http links inside a begin_src
2013-02-24 19:38 ` Emilio Torres Manzanera
@ 2013-02-25 9:52 ` Bastien
0 siblings, 0 replies; 6+ messages in thread
From: Bastien @ 2013-02-25 9:52 UTC (permalink / raw)
To: torres; +Cc: emacs-orgmode
Emilio Torres Manzanera <torres@uniovi.es> writes:
> I have downloaded a new version form an ELPA repository: Org-mode version
> 7.9.3e (7.9.3e-16-gf8b15d-elpa @
> /home/emilio/.emacs.d/elpa/org-20130218/). It runs fine!
Great, thanks for confirming,
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-02-25 9:52 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-23 9:51 Publishing http links inside a begin_src Emilio Torres Manzanera
2013-02-23 13:17 ` Bastien
2013-02-23 14:57 ` Emilio Torres Manzanera
2013-02-24 8:24 ` Bastien
2013-02-24 19:38 ` Emilio Torres Manzanera
2013-02-25 9:52 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).