I gather (dont recall exactly from where) that there are alternatives
to using the builtin emacs diary (Subsection: Calendar Diary
Integration in Section Agenda views).
Likewise I think Carsten has written somewhere that the time tracking
setup of Sacha Chua at
http://sachachua.com/wp/2007/12/30/c
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
+++
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
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.
Emacs-orgmo