Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 22nd, 2012  |  syntax: None  |  size: 0.81 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Escaping org-mode footnote like text
  2. #+BEGIN_SRC python
  3. def setfrequency():
  4.     print 'Setting frequency'
  5.     # Write code here to set the frequency
  6.  
  7. setfrequency()
  8. #+END_SRC
  9.  
  10. # This next line is the footnote problem
  11. Run it again and you should see this, but the command number [16]
  12. will be different for you:
  13.  
  14. #+BEGIN_EXAMPLE
  15. In [16]: run sonar  # This does not export as a footnote.
  16. Setting frequency
  17. #+END_EXAMPLE
  18.        
  19. * This will export the footnote style brackets verbatim
  20.   [1] by itself will fail
  21.   =[1]= and ~[1]~ will export as is.
  22.        
  23. <p class="footnote"><sup><a class="footnum" name="fn.1" href="#fnr.1">1</a>
  24. </sup> by itself will fail
  25.   <code>[1]</code> and <code>[1]</code> will export as is.
  26. </p>
  27.  
  28. <p class="footnote"><sup><a class="footnum" name="fn.1" href="#fnr.1">1</a>
  29. </sup> DEFINITION NOT FOUND: 1