[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] function for inserting a block
From: |
Eric Abrahamsen |
Subject: |
Re: [O] function for inserting a block |
Date: |
Wed, 15 Nov 2017 08:24:46 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
"address@hidden" <address@hidden> writes:
> I think the function `org-insert-structure-template' also should respect the
> `org-babel-uppercase-example-markers'.
> Besides, your new diff does not have a condition on
> `org-babel-uppercase-example-markers', you just use `upcase-initials` by
> default. Then the new `tempo` snippets
> will be uppercase, but the `org-insert-structure-template` inserted templates
> will be different.
I'm not entirely understanding you here -- it is
`org-insert-structure-template' that respects
`org-babel-uppercase-example-markers', not the tempo snippet (which was
an omission). And none of the code is using `upcase-initials'.
As far as I can see, the bug is that EXAMPLE is uppercased but the
"begin" and "end" aren't, and also that the tempo snippet doesn't
capitalize at all...
- Re: [O] function for inserting a block, (continued)
- Re: [O] function for inserting a block, Rasmus, 2017/11/09
- Re: [O] function for inserting a block, Rasmus, 2017/11/09
- Re: [O] function for inserting a block, Eric Abrahamsen, 2017/11/09
- Re: [O] function for inserting a block, Rasmus, 2017/11/10
- Re: [O] function for inserting a block, Eric Abrahamsen, 2017/11/10
- Re: [O] function for inserting a block, Thomas S. Dye, 2017/11/11
- Re: [O] function for inserting a block, Eric Abrahamsen, 2017/11/14
- Re: [O] function for inserting a block, address@hidden, 2017/11/15
- Re: [O] function for inserting a block,
Eric Abrahamsen <=
- Re: [O] function for inserting a block, address@hidden, 2017/11/17
- Re: [O] function for inserting a block, Eric Abrahamsen, 2017/11/17
- Re: [O] function for inserting a block, address@hidden, 2017/11/17
- Re: [O] function for inserting a block, Rasmus, 2017/11/20
- Re: [O] function for inserting a block, Eric Abrahamsen, 2017/11/20
- Re: [O] function for inserting a block, stardiviner, 2017/11/10
Re: [O] function for inserting a block, James Harkins, 2017/11/09