Re: http links translated to html : target "_blank"

2021-02-04 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> That is odd (maybe my org version is a bit rusty (master june 2020) > It's strange... > It should work fine for you (as long as you set > `org-export-allow-bind-keywords' as non-nil) Aha, indeed it was nil! I was not even aware

Re: http links translated to html : target "_blank"

2021-02-01 Thread Juan Manuel Macías
Uwe Brauer writes: > That is odd (maybe my org version is a bit rusty (master june 2020) It's strange... It should work fine for you (as long as you set `org-export-allow-bind-keywords' as non-nil) You can also try `org-export-filter-link-functions' instead of `...-final-output-functions'.

Re: http links translated to html : target "_blank"

2021-02-01 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Hi Uwe, > Uwe Brauer writes: >> Thanks that works, but not for link in a list. The only solution >> seems to be this one > Doesn't it work for you in a list? I think it should work also in a > list. If I export this: >

Re: http links translated to html : target "_blank"

2021-02-01 Thread Juan Manuel Macías
Hi Uwe, Uwe Brauer writes: > Thanks that works, but not for link in a list. The only solution > seems to be this one Doesn't it work for you in a list? I think it should work also in a list. If I export this: #+begin_src org ,#+BIND: org-export-filter-final-output-functions

Re: http links translated to html : target "_blank"

2021-02-01 Thread Uwe Brauer
>>> "T" == TEC writes: > Uwe Brauer writes: >> Aha, thanks, it works, sometimes: >> >> The first two work, the last two not. Not sure what to think about it > Mmm, you need to have #+attr_html immediately followed by the link on > the next line. > It would be nice if there was a way to set

Re: http links translated to html : target "_blank"

2021-02-01 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: Hola Juan > I think the problem is how the exporter understands the url string. > Note that this: > @@html:https://www.mpic.de/4747361/risk-calculator; > target="_blank">Simulador de riesgo con más detalle@@ >

Re: http links translated to html : target "_blank"

2021-02-01 Thread TEC
Uwe Brauer writes: > Aha, thanks, it works, sometimes: > > The first two work, the last two not. Not sure what to think about it Mmm, you need to have #+attr_html immediately followed by the link on the next line. It would be nice if there was a way to set these attributes inline with the

Re: http links translated to html : target "_blank"

2021-02-01 Thread Uwe Brauer
>>> "T" == TEC writes: > Uwe Brauer writes: >> I need to produce a html file, with links opening new tabs (pages) as in >> >> https://apps.apple.com/es/app/radar-covid/id1520443509; >> target="_blank">Descarga Directa >> >> However >> >> [[https://www.mpic.de/4747361/risk-calculator

Re: http links translated to html : target "_blank"

2021-02-01 Thread TEC
Uwe Brauer writes: > I need to produce a html file, with links opening new tabs (pages) as in > > https://apps.apple.com/es/app/radar-covid/id1520443509; > target="_blank">Descarga Directa > > However > > [[https://www.mpic.de/4747361/risk-calculator target="_blank"][Simulador de > riesgo

Re: http links translated to html : target "_blank"

2021-02-01 Thread Juan Manuel Macías
I think the problem is how the exporter understands the url string. Note that this: @@html:https://www.mpic.de/4747361/risk-calculator; target="_blank">Simulador de riesgo con más detalle@@ [[https://www.mpic.de/4747361/risk-calculator target="_blank"][Simulador de riesgo con más detalle]]

http links translated to html : target "_blank"

2021-02-01 Thread Uwe Brauer
Hi I need to produce a html file, with links opening new tabs (pages) as in https://apps.apple.com/es/app/radar-covid/id1520443509; target="_blank">Descarga Directa However [[https://www.mpic.de/4747361/risk-calculator target="_blank"][Simulador de riesgo con más detalle]] Did not