emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* date format in agenda view
@ 2022-01-28 17:41 Uwe Brauer
  2022-01-28 17:57 ` Juan Manuel Macías
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2022-01-28 17:41 UTC (permalink / raw)
  To: emacs-orgmode


Hi

I have set my language environment to spanish
and indeed org-time-stamp inserts <2022-01-28 vie>
Viernes=Friday

However I have an agenda file with entries like this 

* <2022-01-28 vie> dinner

But in agenda view it is displayed as 

Friday     28 January 2022
  file:       dinner


How can I obtain the Spanish week names?

Thanks 

Uwe Brauer 



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

* Re: date format in agenda view
  2022-01-28 17:41 date format in agenda view Uwe Brauer
@ 2022-01-28 17:57 ` Juan Manuel Macías
  2022-01-28 18:05   ` Uwe Brauer
  0 siblings, 1 reply; 3+ messages in thread
From: Juan Manuel Macías @ 2022-01-28 17:57 UTC (permalink / raw)
  To: Uwe Brauer; +Cc: orgmode

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 


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

* Re: date format in agenda view
  2022-01-28 17:57 ` Juan Manuel Macías
@ 2022-01-28 18:05   ` Uwe Brauer
  0 siblings, 0 replies; 3+ messages in thread
From: Uwe Brauer @ 2022-01-28 18:05 UTC (permalink / raw)
  To: Juan Manuel Macías; +Cc: Uwe Brauer, orgmode

[-- Attachment #1: Type: text/plain, Size: 689 bytes --]

>>> "JMM" == Juan Manuel Macías <maciaschain@posteo.net> writes:

> 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

Ha, thanks, I just realized I have this setting but embedded in a function in order to switch between English, Spanish and German. Memory....☹️

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]

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

end of thread, other threads:[~2022-01-28 18:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 17:41 date format in agenda view Uwe Brauer
2022-01-28 17:57 ` Juan Manuel Macías
2022-01-28 18:05   ` Uwe Brauer

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).