emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org-tempo and <q TAB with babel headers


From: Kyle Meyer
Subject: Re: org-tempo and <q TAB with babel headers
Date: Mon, 29 Jun 2020 20:06:57 -0400

Samuel Wales writes:

> On 6/29/20, Kyle Meyer <kyle@kyleam.com> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]