TIL: when you want to reference the first input in a capture template “%N”is used. In a template file that works, but in a configuration-file you need to use “\%N”. Otherwise the “%N” is replaced by a control-character when capturing. At least with doom-emacs. #emacs #doomemacs #orgmode