Re: [O] dynamic date arithmetic in a macro or otherwise (simulating a "date counter")?

2017-08-23 Thread Matt Price
On Tue, Aug 22, 2017 at 8:14 PM, Sacha Chua wrote: > org-clone-subtree-with-time-shift might be a good starting point, too. It > could be interesting to be able to replace dates within text and > priorities. Good luck! > Interesting, I didn't know about

Re: [O] dynamic date arithmetic in a macro or otherwise (simulating a "date counter")?

2017-08-22 Thread Adam Porter
I just discovered this yesterday, and it seems relevant: https://github.com/abo-abo/tiny Apparently it can be used like this: m\n8| TODO Learning from Data Week %(+ x 2) \nSCHEDULED: <%(date "Oct 7" (* x 7))> DEADLINE: <%(date "Oct 14" (* x 7))> Which results in: TODO Learning from

Re: [O] dynamic date arithmetic in a macro or otherwise (simulating a "date counter")?

2017-08-22 Thread Sacha Chua
org-clone-subtree-with-time-shift might be a good starting point, too. It could be interesting to be able to replace dates within text and priorities. Good luck! On Aug 22, 2017 7:10 PM, "Matt Price" wrote: > > > On Thu, Aug 17, 2017 at 3:25 PM, Matt Price

[O] dynamic date arithmetic in a macro or otherwise (simulating a "date counter")?

2017-08-22 Thread Matt Price
On Thu, Aug 17, 2017 at 3:25 PM, Matt Price wrote: > I'd love to be able generate dates dynamically using the {{{n}}} org > macro, or some other mechanism. I don't immediately see how that would be > possible but maybe someone can guide me. I'd want to do something >