Re: Set archive location relative to property

2021-02-28 Thread Ihor Radchenko
Florian Lindner writes: > Ok, I expected that's the way to go. Unfortunately, I wasn't able to > find how to set a custom archive function. Could you give me a pointer? You will need to advice org-archive--compute-location

Re: Set archive location relative to property

2021-02-28 Thread Florian Lindner
Am 26.02.21 um 20:30 schrieb TRS-80: On 2021-02-25 15:49, Florian Lindner wrote: Am 25.02.21 um 21:22 schrieb Florian Lindner: is this possible with org-mode? Given a tree: * Name :PROPERTIES: :ARCHIVE:  ??? :END: ** Archive    :ARCHIVE: ** Some node Upon archiving "Some node" (or any direct

Re: Set archive location relative to property

2021-02-26 Thread TRS-80
On 2021-02-25 15:49, Florian Lindner wrote: Am 25.02.21 um 21:22 schrieb Florian Lindner: is this possible with org-mode? Given a tree: * Name :PROPERTIES: :ARCHIVE:  ??? :END: ** Archive    :ARCHIVE: ** Some node Upon archiving "Some node" (or any direct or indirect sub-node of Projectname) I

Re: Set archive location relative to property

2021-02-25 Thread Florian Lindner
Am 25.02.21 um 21:22 schrieb Florian Lindner: is this possible with org-mode? Given a tree: * Name :PROPERTIES: :ARCHIVE:  ??? :END: ** Archive    :ARCHIVE: ** Some node Upon archiving "Some node" (or any direct or indirect sub-node of Projectname) I want to end it up under "** Archive". The a