Re: [O] ox and links to equation

2015-02-15 Thread Rasmus
Nicolas Goaziou writes: >> So what's the verdict? The upside is that \eqref{·} is more robust. > > Your call. You face the consequences. Alone. > > I think this is safe to make the change as long as there is a ORG-NEWS > entry. Of course, I never wrote that last sentence. Thinking some more abo

Re: [O] ox and links to equation

2015-02-15 Thread Nicolas Goaziou
Rasmus writes: >> It would appear as, e.g., ((2)) indeed. > > So what's the verdict? The upside is that \eqref{·} is more robust. Your call. You face the consequences. Alone. I think this is safe to make the change as long as there is a ORG-NEWS entry. Of course, I never wrote that last senten

Re: [O] ox and links to equation

2015-02-15 Thread Rasmus
Nicolas Goaziou writes: > It would appear as, e.g., ((2)) indeed. So what's the verdict? The upside is that \eqref{·} is more robust. >> and *why* is orgmode.org hosting it? Privacy? > > I don't think CDN service was available at the time mathjax support was > implemented. IMO, it hardly makes

Re: [O] ox and links to equation

2015-02-15 Thread Nicolas Goaziou
Rasmus writes: > Nicolas Goaziou writes: > >> It really seems overkill. Note that you can write ([[eq1]]), too. > > What I tried to say in the first email. If I add my patch, which indeed > just adds a clause to org-latex-link, it would break documents which uses > the above. It would appear a

Re: [O] ox and links to equation

2015-02-15 Thread Rasmus
Nicolas Goaziou writes: > It really seems overkill. Note that you can write ([[eq1]]), too. What I tried to say in the first email. If I add my patch, which indeed just adds a clause to org-latex-link, it would break documents which uses the above. Regarding the orgmode.org hosted version of m

Re: [O] ox and links to equation

2015-02-15 Thread Nicolas Goaziou
Rasmus writes: > I definitely think it is the more proper way to refer to an equation. But > it really depends on the document. E.g. mathtools also offer a set of > commands for referring to equations. I was considering an alist of > > (DESTINATION-TYPE REF-CMD-WITH-DESCRIPTION REF-CMD-WITHOUT

Re: [O] ox and links to equation

2015-02-15 Thread Rasmus
Nicolas Goaziou writes: > For the problem at hand, you can use \label{eq:2} directly in the > document. Less pretty and I can't click on it. [For me a custom link type is fine, but every line of customization makes it harder to reproduce down the road]. Anyway, I found out that mathjax upstrea

Re: [O] ox and links to equation

2015-02-15 Thread Nicolas Goaziou
Rasmus writes: > I have two issues with linking to equations. > > Consider the following example: > > \begin{alinged} > \Label{eq:1} > \min f(x)\\ > \label{eq:2} > \st c(x)=0 > \end{aligned} > Insightful comments on [[eq:1]] and [[eq:2]] > > > * Issue 1 > > If org-lin