emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* entering inactive timestamp "7.2.12" results in [2012-03-16 Fr]
@ 2012-03-16 10:12 Rainer Stengele
  2012-03-16 10:22 ` suvayu ali
  2012-03-16 23:04 ` Frank Haun
  0 siblings, 2 replies; 4+ messages in thread
From: Rainer Stengele @ 2012-03-16 10:12 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

Entering "7.2.12" as an incative timestamp (C-c !)

I get [2012-03-16 Fr].

Entering "7.2.2012" results in [2012-02-07 Di].

I have german settings in my emacs.
Is there a chance to get wanted behaviour?

"dd.mm.yy" seems to be a standard calendar date format.


- Rainer

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

* Re: entering inactive timestamp "7.2.12" results in [2012-03-16 Fr]
  2012-03-16 10:12 entering inactive timestamp "7.2.12" results in [2012-03-16 Fr] Rainer Stengele
@ 2012-03-16 10:22 ` suvayu ali
  2012-03-16 18:02   ` Rainer Stengele
  2012-03-16 23:04 ` Frank Haun
  1 sibling, 1 reply; 4+ messages in thread
From: suvayu ali @ 2012-03-16 10:22 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode

Hi Rainer,

On Fri, Mar 16, 2012 at 11:12, Rainer Stengele
<rainer.stengele@online.de> wrote:
> Hi all,
>
> Entering "7.2.12" as an incative timestamp (C-c !)
>
> I get [2012-03-16 Fr].
>
> Entering "7.2.2012" results in [2012-02-07 Di].
>
> I have german settings in my emacs.
> Is there a chance to get wanted behaviour?
>
> "dd.mm.yy" seems to be a standard calendar date format.
>

You could try customising `calendar-date-style'.

-- 
Suvayu

Open source is the future. It sets us free.

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

* Re: entering inactive timestamp "7.2.12" results in [2012-03-16 Fr]
  2012-03-16 10:22 ` suvayu ali
@ 2012-03-16 18:02   ` Rainer Stengele
  0 siblings, 0 replies; 4+ messages in thread
From: Rainer Stengele @ 2012-03-16 18:02 UTC (permalink / raw)
  To: suvayu ali; +Cc: emacs-orgmode

Hi Ali,

I already have european style configured but that does not accept dd.mm.yy
Seems I have to stick with dd.mm.yyyy - no major problem, I just thought this could be configured a little bit more detailled.

Thanks,
Rainer

Am 16.03.2012 11:22, schrieb suvayu ali:
> Hi Rainer,
> 
> On Fri, Mar 16, 2012 at 11:12, Rainer Stengele
> <rainer.stengele@online.de> wrote:
>> Hi all,
>>
>> Entering "7.2.12" as an incative timestamp (C-c !)
>>
>> I get [2012-03-16 Fr].
>>
>> Entering "7.2.2012" results in [2012-02-07 Di].
>>
>> I have german settings in my emacs.
>> Is there a chance to get wanted behaviour?
>>
>> "dd.mm.yy" seems to be a standard calendar date format.
>>
> 
> You could try customising `calendar-date-style'.
> 

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

* Re: entering inactive timestamp "7.2.12" results in [2012-03-16 Fr]
  2012-03-16 10:12 entering inactive timestamp "7.2.12" results in [2012-03-16 Fr] Rainer Stengele
  2012-03-16 10:22 ` suvayu ali
@ 2012-03-16 23:04 ` Frank Haun
  1 sibling, 0 replies; 4+ messages in thread
From: Frank Haun @ 2012-03-16 23:04 UTC (permalink / raw)
  To: emacs-orgmode

Rainer Stengele <rainer.stengele@online.de> writes:

> Entering "7.2.12" as an incative timestamp (C-c !)
>
> I get [2012-03-16 Fr].
>
> Entering "7.2.2012" results in [2012-02-07 Di].
>
> I have german settings in my emacs.
> Is there a chance to get wanted behaviour?
>
> "dd.mm.yy" seems to be a standard calendar date format.

I think its not possible, from org.el:

#v+
  (defconst org-time-stamp-formats '("<%Y-%m-%d %a>" . "<%Y-%m-%d %a %H:%M>")
    "Formats for `format-time-string' which are used for time stamps.
It is not recommended to change this constant.")
#v-


One solution is to customize `org-time-stamp-custom-formats'.

Use `#+STARTUP: customtime' in your file or/and set
`org-display-custom-times' to `t'. Hm, and you should read this
<http://orgmode.org/manual/Custom-time-format.html>.

Frank
-- 
http://fhaun.blogspot.com/

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

end of thread, other threads:[~2012-03-16 23:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-16 10:12 entering inactive timestamp "7.2.12" results in [2012-03-16 Fr] Rainer Stengele
2012-03-16 10:22 ` suvayu ali
2012-03-16 18:02   ` Rainer Stengele
2012-03-16 23:04 ` Frank Haun

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).