[Orgmode] faces in agenda

2008-08-03 Thread Richard G Riley
Possibly a small bug. In the agenda all scheduled items appear to use the face org-scheduled-today even if they are scheduled a day or two in the future. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] Re: [bug]x2 #+BEGIN_EXAMPLE can not work and #+BEGIN_SRC indent error

2008-08-03 Thread S . P . Tseng
Bernt Hansen [EMAIL PROTECTED] writes: S.P.Tseng [EMAIL PROTECTED] writes: 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 Switch to the appropriate mode first with C-c ' anywhere inside

[Orgmode] [PATCH] Added backward isearch support for headings

2008-08-03 Thread Piotr Zielinski
Changed org-goto-local-search-forward-headings to support backward search, and renamed it to org-goto-local-search-headings. --- lisp/org.el |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 57c6dae..62ad9ea 100644 --- a/lisp/org.el