Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-08-10 Thread Kaushal Modi
Hi guys, Looks like I just reported the exact same bug few minutes back. @Rasmus: Are you still working on committing the fix for this? Thanks. Kaushal On Mon, May 23, 2016 at 5:42 PM Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > > With the

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-05-23 Thread Nicolas Goaziou
Hello, Rasmus writes: > With the attached patch ox-latex seems to behave in this way. Thank you. Some comments follow. > Though perhaps there’s a more efficient way to get the first > footnote-reference to a given definition than trawling through with >

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-05-22 Thread Rasmus
Nicolas Goaziou writes: > Rasmus writes: > >> Could we inject labels in all footnotes? If so we could simply use >> >>\textsuperscript{\ref{FN-LABEL}} >> >> In place of >> >>\footnotemark[FN-GUESS]{} >> >> It seems \footref of scrextend.sty has

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-04-25 Thread Rasmus
Rasmus writes: > Nicolas Goaziou writes: > >> Rasmus writes: >> >>> Could we inject labels in all footnotes? If so we could simply use >>> >>>\textsuperscript{\ref{FN-LABEL}} >>> >>> In place of >>> >>>\footnotemark[FN-GUESS]{} >>>

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-04-25 Thread Rasmus
Nicolas Goaziou writes: > Rasmus writes: > >> Could we inject labels in all footnotes? If so we could simply use >> >>\textsuperscript{\ref{FN-LABEL}} >> >> In place of >> >>\footnotemark[FN-GUESS]{} >> >> It seems \footref of scrextend.sty has

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-04-25 Thread Nicolas Goaziou
Rasmus writes: > Could we inject labels in all footnotes? If so we could simply use > >\textsuperscript{\ref{FN-LABEL}} > > In place of > >\footnotemark[FN-GUESS]{} > > It seems \footref of scrextend.sty has some extra robustness built into it > but until someone

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-04-25 Thread Rasmus
Hi, Nicolas Goaziou writes: > Rasmus writes: > >> The transcoded version of the second "[fn:1]", say S2, will be passed to >> our filter FUN, if FUN is added to >> org-export-filter-footnote-reference-functions. But S2 will only contain >> the estimated

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-04-25 Thread Nicolas Goaziou
Rasmus writes: > The transcoded version of the second "[fn:1]", say S2, will be passed to > our filter FUN, if FUN is added to > org-export-filter-footnote-reference-functions. But S2 will only contain > the estimated number of the footnote¹, e.g. "\footnotemark[1]{}". Indeed.

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-04-25 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> Ultimately, I think a decent fix would be to add a prefix to >> org-latex--label for targets pointing to footnotes. They should be >> prefixed with "fn:". Then, it should be easy to hack together

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-04-25 Thread Nicolas Goaziou
Hello, Rasmus writes: > Ultimately, I think a decent fix would be to add a prefix to > org-latex--label for targets pointing to footnotes. They should be > prefixed with "fn:". Then, it should be easy to hack together > a filter. OOC, isn't

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-04-25 Thread Rasmus
Jorge Peixoto de Morais Neto writes: > Line1.[fn:1] > > \pagebreak > > Line2.[fn:1] > * Footnotes > [fn:1] Footnote. > > In the generated PDF, the second footnote reference (on page 2) is not >

[O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/org-pl

2016-04-23 Thread Jorge Peixoto de Morais Neto
Export the following Org file to PDF: Line1.[fn:1] \pagebreak Line2.[fn:1] * Footnotes [fn:1] Footnote. In the generated PDF, the second footnote