Jambunathan K wrote: > Nick Dokos writes: > > > Günter Kolousek wrote: > > > >> > >> Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors > >> during export using orgmode 7.7 and tip. > >> > >> Günter > >> > >> ... > >> > >> * Test > >> foo > >> #+begin_src python > >> lst = [-1, -2, 2, -3, -4] > >> > >> for x in lst[:]: > >> if x < 0: > >> lst.remove(x) > >> > >> print(lst) # [2] <- does not work! > >> #+end_src > >> > > This should set the thing to rest. > Acctually, no: I took the OP's request (and I presume I misled you into thinking that too) as a functionality request, but I didn't read it carefully enough. I think he is complaining about getting an error (see the attached backtrace). Nick