emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* diary integration
@ 2008-09-02 18:21 Richard G Riley
  2008-09-02 21:12 ` Richard G Riley
  0 siblings, 1 reply; 3+ messages in thread
From: Richard G Riley @ 2008-09-02 18:21 UTC (permalink / raw)
  To: org-mode


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?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: diary integration
  2008-09-02 18:21 diary integration Richard G Riley
@ 2008-09-02 21:12 ` Richard G Riley
  2008-09-03  7:03   ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Richard G Riley @ 2008-09-02 21:12 UTC (permalink / raw)
  To: emacs-orgmode


Richard G Riley <rileyrgdev@googlemail.com> 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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Re: diary integration
  2008-09-02 21:12 ` Richard G Riley
@ 2008-09-03  7:03   ` Carsten Dominik
  0 siblings, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2008-09-03  7:03 UTC (permalink / raw)
  To: Richard G Riley; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1131 bytes --]


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

>
> Richard G Riley <rileyrgdev@googlemail.com> 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


[-- Attachment #1.2: Type: text/html, Size: 1988 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-03  7:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-02 18:21 diary integration Richard G Riley
2008-09-02 21:12 ` Richard G Riley
2008-09-03  7:03   ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).