Christian Heinrich <[email protected]> writes: > Today, I went through your init.org on github (it's ... huge) and couldn't > find anything there > either.
That's because I rarely need to set standard tags when capturing staff. So, I am content with entering tags manually. > ... Do you have an idea > on how to use fast selection of tags (using shortcuts) when capturing an > entry? > ... > I first thought that using %(org-set-tags-command) should work; but the > capture-buffer is narrowed > (i.e., no tags are available),... %(org-with-wide-buffer (org-set-tags-command)) may work. Of course, we may also implement a proper capture selection for %^g template. As usual, patches are welcome. Best, Ihor
