emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: org links do not work in some latex files [8.3.4 (8.3.4-34-


From: Nicolas Goaziou
Subject: Re: [O] Bug: org links do not work in some latex files [8.3.4 (8.3.4-34-gacfd41-elpaplus @ /home/oub/.emacs.d/elpa/org-plus-contrib-20160411/)]
Date: Fri, 20 May 2016 22:16:37 +0200

Hello,

Uwe Brauer <address@hidden> writes:

> Please look at the following example
>
> \documentclass[addpoints,12pt]{exam}
> \begin{document}
> % 
> [[file:~/ALLES/tex/vorlesungen/HGBioQuim/Examen+geogebra/Examen2/README.org::*Overview][Overview]]
> \begin{questions}  
> % 
> [[file:~/ALLES/tex/vorlesungen/HGBioQuim/Examen+geogebra/Examen2/README.org::*Overview][Overview]]
>
> \end{questions}
>
> `org-open-at-point' opens the first link, but not the one in the
> environment questions.

`org-open-at-point' in an Org function, which is meant to be called in
an Org buffer. IIUC, you are calling it from a LaTeX buffer.

`org-open-at-point-global' provides sloppy Org link (and time-stamp)
following in any buffer. You should use it in this case.

Note that however `org-open-at-point-global' was bugged, so I just fixed
it in master. Thank you for the report.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]