[Orgmode] Re: diary in agenda

2007-10-06 Thread Renzo Been
Setting: 

(setq holidays-in-diary-buffer nil) 

in my .emacs removed all the holidays from my agenda views... 

Ciao,
Renzo

Christian Egli  novell.com> writes:



___
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 in agenda

2007-10-03 Thread Christian Egli
Hi

Bastien <[EMAIL PROTECTED]> writes:

> Christian Egli <[EMAIL PROTECTED]> writes:
>
>> Hm, I followed my own advice and set *-holidays to nil, but the
>> holidays still show up in the agenda (so I guess you cannot disable
>> holidays by tweaking these cars). Have to study the code some more
>> as to how to get rid of these holiday entries in the agenda.
>
> Thursday   4 October 2007
>   Holiday:Shemini Atzeret
>   Diary:  Shemini Atzeret
>
> The strange thing here is the "Holiday:" line. 
>
> AFAIK, all diary entries that Org adds fall in the "Diary" category.
> Please tell us about the solution when you find it!

Don't know about the Holiday line. I think that was the OPs
problem. My issue is that I want to see the diary entries in my agenda
without the holidays (such as e.g. Shemini Atzeret). As I found out
setting {christian|hebrew|islamic|etc}-holidays to nil doesn't help. 

Some more digging in org.el, calendar.el and holidays.el revealed that
you can either disable the display of holidays altogether in your
agenda or only show specific holidays. For the former set
holidays-in-diary-buffer to nil and for the latter customize
calendar-holidays.

HTH
Christian



___
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


Re: [Orgmode] Re: diary in agenda

2007-10-02 Thread Carsten Dominik


On Oct 3, 2007, at 1:16, Bastien wrote:


Christian Egli <[EMAIL PROTECTED]> writes:


Hm, I followed my own advice and set *-holidays to nil, but the
holidays still show up in the agenda (so I guess you cannot disable
holidays by tweaking these cars). Have to study the code some more
as to how to get rid of these holiday entries in the agenda.


Thursday   4 October 2007
  Holiday:Shemini Atzeret
  Diary:  Shemini Atzeret

The strange thing here is the "Holiday:" line.





AFAIK, all diary entries that Org adds fall in the "Diary" category.
Please tell us about the solution when you find it!



Seems to me that the holidays are pulled in from an sexp entry in an 
org-mode

file, with category "holiday".

- 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


Re: [Orgmode] Re: diary in agenda

2007-10-02 Thread Bastien
Christian Egli <[EMAIL PROTECTED]> writes:

> Hm, I followed my own advice and set *-holidays to nil, but the
> holidays still show up in the agenda (so I guess you cannot disable
> holidays by tweaking these cars). Have to study the code some more
> as to how to get rid of these holiday entries in the agenda.

Thursday   4 October 2007
  Holiday:Shemini Atzeret
  Diary:  Shemini Atzeret

The strange thing here is the "Holiday:" line. 

AFAIK, all diary entries that Org adds fall in the "Diary" category.
Please tell us about the solution when you find it!

-- 
Bastien


___
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 in agenda

2007-10-02 Thread Christian Egli

Hm, I followed my own advice and set *-holidays to nil, but the
holidays still show up in the agenda (so I guess you cannot disable
holidays by tweaking these cars). Have to study the code some more
as to how to get rid of these holiday entries in the agenda.

Cezar <[EMAIL PROTECTED]> writes:

>> As far as I know org-mode parses the Fancy Diary Display internally to
>> find entries from the diary and to add them to the agenda. I think you
>> can customize the holidays shown by modifying the variables
>> `christian-holidays', `hebrew-holidays',
>> and `islamic-holidays'.
>>
>> As for the duplicates I have no idea. Have you looked at your (fancy)
>> diary? 
>>
>> HTH
>> Christian
>
> Thanks, I didn't know that !
>
> Really helpfull.



___
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 in agenda

2007-10-02 Thread Cezar

> As far as I know org-mode parses the Fancy Diary Display internally to
> find entries from the diary and to add them to the agenda. I think you
> can customize the holidays shown by modifying the variables
> `christian-holidays', `hebrew-holidays',
> and `islamic-holidays'.
>
> As for the duplicates I have no idea. Have you looked at your (fancy)
> diary? 
>
> HTH
> Christian

Thanks, I didn't know that !

Really helpfull.



___
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 in agenda

2007-10-02 Thread Cezar
Bastien <[EMAIL PROTECTED]> writes:

> Cezar <[EMAIL PROTECTED]> writes:
>
>>   My agenda looks like this:
>>
>> Thursday   4 October 2007
>>   Holiday:Shemini Atzeret
>>   Diary:  Shemini Atzeret
>
> What if you set (setq holidays-in-diary-buffer nil)? 

Thanks !

>
> I guess the docstring of `calendar-holidays' might be helpful here.
>
>> (require 'blorg)
>
> Ahem - are you actually using blorg?  If yes, could you provide a link?
> I'd be interested in seeing this.  Thanks!
>

Not yet, but I do admire your work, and of course every one else who
writes code for Emacs.

I will provide you with a link as soon as I get something online.

Regards,
Cezar



___
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