[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: date format in agenda view
From: |
Juan Manuel Macías |
Subject: |
Re: date format in agenda view |
Date: |
Fri, 28 Jan 2022 17:57:42 +0000 |
Hi Uwe,
Uwe Brauer writes:
> How can I obtain the Spanish week names?
I have this in my init:
#+begin_src emacs-lisp
(setq calendar-week-start-day 1
calendar-day-name-array ["domingo" "lunes" "martes" "miércoles"
"jueves" "viernes" "sábado"]
calendar-month-name-array ["enero" "febrero" "marzo" "abril" "mayo"
"junio" "julio" "agosto" "septiembre"
"octubre" "noviembre" "diciembre"])
#+end_src
(https://www.emacswiki.org/emacs/CalendarLocalization#toc18)
Best regards,
Juan Manuel