all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Calendar mode
@ 2003-05-29  6:38 Kaustuv
  2003-05-29  6:58 ` Adam H
  2003-05-29 15:56 ` Kevin Rodgers
  0 siblings, 2 replies; 3+ messages in thread
From: Kaustuv @ 2003-05-29  6:38 UTC (permalink / raw)


Hi,
  I am trying to customize calendar so that the moment i log into emacs its
  shows all the diary entries in the calendar.So I tried setting in .emacs

    (setq mark-diary-entries-in-calendar t)

  but it turns out that it is effective only after calender diplay is 
  RECOMPUTED. Is there some way of marking diary faces right in the initial
  display? 
    I tried 

  (setq calendar-load-hook
      '(lambda () (setq mark-diary-entries-in-calendar t)))

  but it does not help.

Any help shall be appreciated
Regards
Kaustuv

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

* Re: Calendar mode
  2003-05-29  6:38 Calendar mode Kaustuv
@ 2003-05-29  6:58 ` Adam H
  2003-05-29 15:56 ` Kevin Rodgers
  1 sibling, 0 replies; 3+ messages in thread
From: Adam H @ 2003-05-29  6:58 UTC (permalink / raw)
  Cc: help-gnu-emacs

f10
o
C
b

Will get you into the emacs customizations, from here its just a mouse 
click or enter key away more or less.  I believe its in 
Applications/Calendar to show diary on start.

On Thursday, May 29, 2003, at 06:38  AM, Kaustuv wrote:

> Hi,
>   I am trying to customize calendar so that the moment i log into 
> emacs its
>   shows all the diary entries in the calendar.So I tried setting in 
> .emacs
>
>     (setq mark-diary-entries-in-calendar t)
>
>   but it turns out that it is effective only after calender diplay is
>   RECOMPUTED. Is there some way of marking diary faces right in the 
> initial
>   display?
>     I tried
>
>   (setq calendar-load-hook
>       '(lambda () (setq mark-diary-entries-in-calendar t)))
>
>   but it does not help.
>
> Any help shall be appreciated
> Regards
> Kaustuv
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
>

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

* Re: Calendar mode
  2003-05-29  6:38 Calendar mode Kaustuv
  2003-05-29  6:58 ` Adam H
@ 2003-05-29 15:56 ` Kevin Rodgers
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2003-05-29 15:56 UTC (permalink / raw)


Kaustuv wrote:

>   I am trying to customize calendar so that the moment i log into emacs its
>   shows all the diary entries in the calendar.So I tried setting in .emacs
> 
>     (setq mark-diary-entries-in-calendar t)
> 
>   but it turns out that it is effective only after calender diplay is 
>   RECOMPUTED. Is there some way of marking diary faces right in the initial
>   display? 


(setq view-diary-entries-initially t)


-- 
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;">Kevin Rodgers</a>

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

end of thread, other threads:[~2003-05-29 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-29  6:38 Calendar mode Kaustuv
2003-05-29  6:58 ` Adam H
2003-05-29 15:56 ` Kevin Rodgers

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.