emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Capture template datetree of type week
@ 2024-11-19  2:43 Sébastien Gendre
  2024-11-19  2:53 ` Sébastien Gendre
  0 siblings, 1 reply; 2+ messages in thread
From: Sébastien Gendre @ 2024-11-19  2:43 UTC (permalink / raw)
  To: Org Mode List

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

Hello,

I tried to set a new capture template with a target `file+olp+datetree`
and the property `:tree-type` set to `week`. But Org-mode act as it's
set to `day`.


Here is my capture template

    …
    ("j" "Weekly Journal"
         entry
         (file+olp+datetree "~/Org/Weekly Journal.org")
         (file "~/Org/Templates/Journal Entry.org")
         :tree-type week
         :empty-lines 1)
    …

The result datetree group my items per days.

If I set `:tree-type` to `month`, my items are grouped per month.

Did I do something wrong ?

My version of Org is 9.7.15 and Emacs is 29.4.



Best regards

-------
Gendre Sébastien

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]

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

* Re: Capture template datetree of type week
  2024-11-19  2:43 Capture template datetree of type week Sébastien Gendre
@ 2024-11-19  2:53 ` Sébastien Gendre
  0 siblings, 0 replies; 2+ messages in thread
From: Sébastien Gendre @ 2024-11-19  2:53 UTC (permalink / raw)
  To: Org Mode List

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

Ha, my bad.

If I set `:tree-type` to `week`, it actually create a week heading but
keep creating a sub heading for the day.

I thought it would create only year and week heading on top of my
entries.

What I get is :

    * Year
    ** Week
    *** Day
    **** Item 1
    **** Item 2

What I thought I will got:

    * Year
    ** Week
    *** Item 1
    *** Item 2

Is it possible to configure my capture template to have the second one ?




Sébastien Gendre <seb@k-7.ch> writes:

> [[PGP Signed Part:Good signature from B586F7C77239E29E Sébastien Gendre <seb@k-7.ch> (trust ultimate) created at 2024-11-19T03:43:01+0100 using RSA]]
> Hello,
>
> I tried to set a new capture template with a target `file+olp+datetree`
> and the property `:tree-type` set to `week`. But Org-mode act as it's
> set to `day`.
>
>
> Here is my capture template
>
>     …
>     ("j" "Weekly Journal"
>          entry
>          (file+olp+datetree "~/Org/Weekly Journal.org")
>          (file "~/Org/Templates/Journal Entry.org")
>          :tree-type week
>          :empty-lines 1)
>     …
>
> The result datetree group my items per days.
>
> If I set `:tree-type` to `month`, my items are grouped per month.
>
> Did I do something wrong ?
>
> My version of Org is 9.7.15 and Emacs is 29.4.
>
>
>
> Best regards
>
> -------
> Gendre Sébastien
>
> [[End of PGP Signed Part]]

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]

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

end of thread, other threads:[~2024-11-19  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19  2:43 Capture template datetree of type week Sébastien Gendre
2024-11-19  2:53 ` Sébastien Gendre

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