emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: org-capture files wrong date in capture template [9.1.7 (9.


From: Nicolas Goaziou
Subject: Re: [O] Bug: org-capture files wrong date in capture template [9.1.7 (9.1.7-elpaplus @ /Users/rmirelan/.emacs.d/elpa/org-plus-contrib-20180226/)]
Date: Tue, 03 Apr 2018 23:00:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

Robert Irelan <address@hidden> writes:

> I have an org-capture template of type file+olp+datetree and :time-prompt
> t. Whenever I invoke it, it prompts me for a date. If I enter the current
> date at the prompt, `%u` correctly formats the captured entry with today's
> date. However, if I enter any other date, whether in the future or past,
> `%u` is formatted with the date 1 day before the date I enter at the
> prompt. So, for example, if I enter the date "2018-04-01" at the prompt,
> `%u` is formatted as "[2018-03-31 Sat]". I can consistently reproduce this
> with the following template, and also with version `Org mode version 9.1.9
> (9.1.9-3-gb1a639-elpaplus @
> /Users/rmirelan/.emacs.d/elpa/org-plus-contrib-20180402/)`.
>
> ```
>                           ("D" "Daily Log" entry (file+olp+datetree (lambda
> nil (concat org-directory "/daily-log.org")))
>                            "\n* %u Daily log\n:PROPERTIES:\n:Effort:
> 0:05\n:END:\n*Summary*:%?\n\n*Problem*:\n\n*Insight*:\n\n*Tomorrow*:\n\n"
> :time-prompt t :tree-type week :clock-in t :clock-resume t)
> ```

I cannot reproduce it with my configuration and the template above.
However...

>   org-extend-today-until 4

... this could be related to the variable above.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]