Re: [O] Easy templates broken with 9.2

2019-01-27 Thread Thomas S. Dye
Aloha Chuck, That is helpful. Thanks. All the best, Tom

Re: [O] Easy templates broken with 9.2

2019-01-27 Thread Berry, Charles
> On Jan 27, 2019, at 9:17 AM, Thomas S. Dye wrote: > > Aloha LB, > > I'm working my way through this change, too, hunting down all the places I've > modified org-structure-template-alist. You'll need to get rid of the > templates you've added to this list. The new function won't run if i

[O] Easy templates broken with 9.2

2019-01-27 Thread Thomas S. Dye
Aloha LB, I'm working my way through this change, too, hunting down all the places I've modified org-structure-template-alist. You'll need to get rid of the templates you've added to this list. The new function won't run if it finds an old-style template on the list. Once the list is clean

[O] Easy templates broken with 9.2

2019-01-26 Thread Lawrence Bottorff
It seems my easy templates completion is being ignored. I'm 9.2 (9.2-41-g010a35-elpa ...). I've found a reference or two online but the fix, i.e., running (require 'org-tempo) only produced error messages. The "documentation" doesn't really say exactly what the new format is. Here's a sample of w

Re: [O] Easy Templates

2017-07-08 Thread William McCoy
Marco, Thanks very much! Now it is clear to me. I didn't see or understand that the `<<>' was a literal `<'. So that actually makes sense to me now. Bill On 07/08/2017 05:14 PM, Marco Wahl wrote: Hi! I am fairly new to orgmode and I have just begun trying to use source code blocks. I h

Re: [O] Easy Templates

2017-07-08 Thread Marco Wahl
Hi! > I am fairly new to orgmode and I have just begun trying to use source > code blocks. I have a simple question that is not made clear in the > Orgmode Manual. > > The manual states that to insert an Easy Template for a source code > block, use: > > > `<<>' `' `' > > > and then > > > `<' `l'

[O] Easy Templates

2017-07-08 Thread William McCoy
I am fairly new to orgmode and I have just begun trying to use source code blocks. I have a simple question that is not made clear in the Orgmode Manual. The manual states that to insert an Easy Template for a source code block, use: `<<>' `' `' and then `<' `l' `' to label it fo