Jean-Christophe Helary <[email protected]> writes: > * TODO %^{prompt} [/]\n** TODO %\1 %^{prompt} %^t\n > > gives > > * TODO stuff [/] > > ** TODO %^A stuff <date> > > Why is that ?
In a string, backslash needs to be escaped: %\\1 Regards,
Jean-Christophe Helary <[email protected]> writes: > * TODO %^{prompt} [/]\n** TODO %\1 %^{prompt} %^t\n > > gives > > * TODO stuff [/] > > ** TODO %^A stuff <date> > > Why is that ?
In a string, backslash needs to be escaped: %\\1 Regards,