Am 18. März 2012 21:18 schrieb Michael Heerdegen <michael_heerde...@web.de>:
> What values of `parse-time-months' and `parse-time-weekdays' do you use?

This is the configuration I am using:

(defvar parse-time-months '(("jan" . 1) ("feb" . 2) ("mär" . 3)
                            ("apr" . 4) ("mai" . 5) ("jun" . 6)
                            ("jul" . 7) ("aug" . 8) ("sep" . 9)
                            ("okt" . 10) ("nov" . 11) ("dez" . 12)
                            ("Januar" . 1) ("Februar" . 2)
                            ("März" . 3) ("April" . 4) ("Juni" . 6)
                            ("Juli" . 7) ("August" . 8)
                            ("September" . 9) ("Oktober" . 10)
                            ("November" . 11) ("Dezember" . 12)))
(defvar parse-time-weekdays '(("so" . 0) ("mo" . 1) ("di" . 2)
                              ("mi" . 3) ("do" . 4) ("fr" . 5)
                              ("sa" . 6) ("Sonntag" . 0) ("Montag" . 1)
                              ("Dienstag" . 2) ("Mittwoch" . 3)
                              ("Donnerstag" . 4) ("Freitag" . 5)
                              ("Sonnabend" . 6)))

Thanks for any idea that might help

Rainer


Am 18. März 2012 21:18 schrieb Michael Heerdegen <michael_heerde...@web.de>:
> r.th...@uni-jena.de (Prof. Dr. Rainer Thiel) writes:
>
>> I am configuring the variables parse-time-months and parse-time-weekdays
>> (to use German names to insert dates in org-mode).  Since I upgraded to
>> Emacs 24 (GNU Emacs 24.0.93.1), this results in an error when starting
>> up gnus.  The error message runs:
>
> What values of `parse-time-months' and `parse-time-weekdays' do you use?
>
>
> Michael



-- 
Prof. Dr. Rainer Thiel
Institut für Altertumswissenschaften
07737 Jena, Germany (EU)
r.th...@uni-jena.de

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to