[Orgmode] Re: Diary-integration in version 7.01.g

2010-07-24 Thread Uwe Jochum

Am 24.07.2010, 14:03 Uhr, schrieb David Maus :


Works fine here with Org-mode version 7.01trans on GNU Emacs 23.2.1
 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-05-16 on raven,
 modified by Debian

HTH,
  -- David


Thanks! After restarting the system it works again on my machine. Hm.  
Don't know what was wrong...


Best,

Uwe


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


Re: [Orgmode] Re: diary integration

2008-09-03 Thread Carsten Dominik


On Sep 2, 2008, at 11:12 PM, Richard G Riley wrote:



Richard G Riley <[EMAIL PROTECTED]> writes:

I keep all diary stuff in an org file. I have turned off including  
the

external .diary file into org.

However my .diary file (which feeds the calendar) looks like:

&%%(org-diary)
Oct 13, 2008 hello


Should anniversaries (bbdb) and todos etc not be hilited in the  
calendar as

"hello" above is?



Aargh. I had the "&" there - removing it and including

(require 'diary-lib)
(add-hook 'diary-display-hook 'fancy-diary-display)


in my init file solved the problem. Its very slow though and I dont  
have

that many scheduled items.


Well, it makes the agenda for 91-92 different days (3 months), this  
will always be slow.
The marking mechanism in the diary work by calling all functions for  
each date visible in the calendar.


- 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


___
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


[Orgmode] Re: diary integration

2008-09-02 Thread Richard G Riley

Richard G Riley <[EMAIL PROTECTED]> writes:

> I keep all diary stuff in an org file. I have turned off including the
> external .diary file into org.
>
> However my .diary file (which feeds the calendar) looks like:
>
> &%%(org-diary)
> Oct 13, 2008 hello
>
>
> Should anniversaries (bbdb) and todos etc not be hilited in the calendar as
> "hello" above is?


Aargh. I had the "&" there - removing it and including

(require 'diary-lib)
(add-hook 'diary-display-hook 'fancy-diary-display)


in my init file solved the problem. Its very slow though and I dont have
that many scheduled items.



___
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