Re: [PATCH] Re: [BUG] folding error during capture

2022-06-09 Thread Ihor Radchenko
Ihor Radchenko writes: > The fix is attached. > > I do not push the fix just yet. If anyone think that enabling org-mode > during template expansion is undesired, please let me know. Applied onto main via 0e7033e0c. Not on bugfix as it is not a critical issue. Best, Ihor

Re: [PATCH] Re: [BUG] folding error during capture

2022-05-01 Thread Ihor Radchenko
Skip Collins writes: >> > ("n" "Note" entry >> > (file "~/Documents/org/beorg/capture.org") >> > "* %^{note} :note: %(org-set-property \"Created\" >> > (org-time-stamp-inactive '(16)))" :immediate-finish t) >> ... >> This is quite a hacky capture template... > > I'll take that as a co

Re: [PATCH] Re: [BUG] folding error during capture

2022-05-01 Thread Skip Collins
> > ("n" "Note" entry > > (file "~/Documents/org/beorg/capture.org") > > "* %^{note} :note: %(org-set-property \"Created\" > > (org-time-stamp-inactive '(16)))" :immediate-finish t) > ... > This is quite a hacky capture template... I'll take that as a compliment. The general ability t

[PATCH] Re: [BUG] folding error during capture

2022-05-01 Thread Ihor Radchenko
Skip Collins writes: > Recently, I get an error message when invoking custom capture > templates like this one: > ("n" "Note" entry > (file "~/Documents/org/beorg/capture.org") > "* %^{note} :note: %(org-set-property \"Created\" > (org-time-stamp-inactive '(16)))" :immediate-finish t)