On May 26, 2009, at 4:15 PM, Xin Shi wrote:

Hello Experts,

I tried to type A[0] in a document with orgmode, but it gives me the footnote link. I could use A[ 0] for a quick replacement, but are there any better way to tell org not interpreting the footnote?

One way would be to always code code emphasis when typing something like this which is probably some kind of code snippet?

So either

#+begin_src c
   a[0] += 33
#+end_src


or

The pointer referenced by =a[0]= points to the first real number
in the array =a=


The second method will still highlight the [0] as a link in org-mode because of
bad font-lock setup.  However, during export this should behave fine.

- Carsten



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to