From: Sven Bretfeld <sven.bretfeld@relwi.unibe.ch>
Subject: cal-tex-cursor commands leave empty fields
Date: Wed, 3 Jan 2007 01:46:21 +0100 [thread overview]
Message-ID: <17818.64733.694497.627153@kamaloka.dhatu> (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)
next reply other threads:[~2007-01-03 0:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-03 0:46 Sven Bretfeld [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17818.64733.694497.627153@kamaloka.dhatu \
--to=sven.bretfeld@relwi.unibe.ch \
--cc=sven.bretfeld@gmx.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.