1. As follow example, [[xxxx.xx][xxxx]] will be subjected to markup. 
,----
| #+BEGIN_EXAMPLE
| [[xxxx.xx][xxxx]]
| #+END_EXAMPLE
`----

However start the example lines with a colon works fine.

2. Press tab at the line "Exclusive or.", indent error.
#+BEGIN_SRC emacs-lisp
(defun org-xor (a b)
   "Exclusive or."
   (if a (not b) b))
#+END_SRC




_______________________________________________
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