emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [bug]x2 #+BEGIN_EXAMPLE can not work and #+BEGIN_SRC indent er


From: S . P . Tseng
Subject: [Orgmode] [bug]x2 #+BEGIN_EXAMPLE can not work and #+BEGIN_SRC indent error
Date: Thu, 31 Jul 2008 15:24:35 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

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






reply via email to

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