[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: Archive to Datetree [8.3.6 (8.3.6-6-g194e51-elpa @ .emacs.d
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Bug: Archive to Datetree [8.3.6 (8.3.6-6-g194e51-elpa @ .emacs.d/elpa/org-20161003/)] |
Date: |
Thu, 06 Oct 2016 00:14:22 +0200 |
Hello,
Klarre N <address@hidden> writes:
> When archiving to datetree:
> (setq org-archive-location "file.ext::datetree/")
>
> The following produces unexpected result on "Minimal Example":
> 1. Archive first TODO "A1".
>
> 2. Archive second TODO "A2".
>
>
> * Minimal Example
> ** DONE A1
> CLOSED: [2016-06-28 Tue 21:00]
>
> ** DONE A2
> CLOSED: [2016-06-14 Tue 21:00]
>
>
> Result (no day headline for 2016-06-14):
> * 2016
> ** 2016-06 June
> **** DONE A2
> CLOSED: [2016-06-14 Tue 21:00]
>
> *** 2016-06-28 Tuesday
> **** DONE A1
> CLOSED: [2016-06-28 Tue 21:00]
>
>
> Expected Result:
> * 2016
> ** 2016-06 June
> *** 2016-06-14 Tuesday
> **** DONE A2
> CLOSED: [2016-06-14 Tue 21:00]
>
> *** 2016-06-28 Tuesday
> **** DONE A1
> CLOSED: [2016-06-28 Tue 21:00]
Fixed. Thank you.
Regards,
--
Nicolas Goaziou