Samuel Wales writes:
> On 6/29/20, Kyle Meyer <[email protected]> wrote:
>> would map to this (untested):
>>
>> ("b" . "src sh :results verbatim output")
>
> thanks. i tried that too. it gave an error so i assumed it was
> invalid syntax. should i report it as a bug?
Yes, please provide a minimal configuration, the steps to trigger, and
the error you see. With maint (currently 3ed035ce3) checked out, I just
tried
(require 'org-tempo)
(add-to-list 'org-structure-template-alist
'("b" . "src sh :results verbatim output"))
with no other configuration. Both <b followed by tab and "C-c C-, b"
inserted the block without an error.