all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cal-tex-cursor commands leave empty fields
@ 2007-01-03  0:46 Sven Bretfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Bretfeld @ 2007-01-03  0:46 UTC (permalink / raw)


Hi to all and a Happy New Year

I'm starting to become an Emacs fundamentalist at the moment, but my
understanding of elisp is still quite low.

I was configuring the calendar/diary today when I met a problem. The
commands cal-tex-cursor-month (day, week etc.) give me a nice LaTeX
output but without any entries from my diary. Just empty fields.

The problem might depend on my redefinition of the diary file to
~/.diary instead of ~/diary since I like my home folder to be as tidy
as possible. Writing and displaying entries works. Only the LaTeX
output seems to have problems. To redefine the diary file I inserted:

(setq diary-file "~/.diary")

to my .emacs file. This cannot be completely wrong, can it?

Any idea?

I give the relevant part of my .emacs file at the end of this mail.

Thanks for help,
Sven

--------------

;;;;;;;;;;;;;;;;
;; Diary Mode ;;
;;;;;;;;;;;;;;;;
(setq diary-file "~/.diary")

;; Europäisch
(setq european-calendar-style 't)
(setq calendar-week-start-day 1
       calendar-day-name-array
         ["Sonntag" "Montag" "Dienstag" "Mittwoch" 
          "Donnerstag" "Freitag" "Samstag"]
       calendar-month-name-array
         ["Januar" "Februar" "März" "April" "Mai" 
          "Juni" "Juli" "August" "September" 
          "Oktober" "November" "Dezember"])

;; Start with diary (if there is an entry for today)
(diary)

;; Timer
(display-time)
(add-hook 'diary-hook 'appt-make-list)
(diary 0)

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

end of thread, other threads:[~2007-01-03  0:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2675.1167785193.2155.help-gnu-emacs@gnu.org>
2007-01-03  0:57 ` cal-tex-cursor commands leave empty fields Edward M. Reingold
2007-01-03  0:46 Sven Bretfeld

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.