emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* the 'new' template  system some questions
@ 2018-12-13 21:25 Uwe Brauer
  2018-12-13 22:08 ` William Denton
  0 siblings, 1 reply; 6+ messages in thread
From: Uwe Brauer @ 2018-12-13 21:25 UTC (permalink / raw)
  To: emacs-orgmode


Hi

I finally upgraded my org version and so start to use the new template
system. Although I am a fan of not breaking backwards compatibility I
can understand why it was necessary in the rewritten template
functionality. 

First of all thanks it is quite nice.

However I have to old templates which I don't know how to translate to
the new system.

    1.  <b was expanded to 

bibliographystyle:plain
bibliography:/home/oub/texmf/bibtex/bib/bibgraf.bib

    2. <c was expanded to 
* Comentarios Hoja ?
| Documentación codigo | Explicación código | Ficheros matlab | Fichero MLX | Impresión |
|----------------------+--------------------+-----------------+-------------+-----------|
|                      |                    |                 |             |           |

And I used both quite a bit, it seems that the new syntax has a begin
and end mandatory. So what I can I with this sort of templates?

Regards

Uwe Brauer 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: the 'new' template  system some questions
  2018-12-13 21:25 the 'new' template system some questions Uwe Brauer
@ 2018-12-13 22:08 ` William Denton
  2018-12-13 22:11   ` Uwe Brauer
  2018-12-13 22:14   ` Uwe Brauer
  0 siblings, 2 replies; 6+ messages in thread
From: William Denton @ 2018-12-13 22:08 UTC (permalink / raw)
  To: Uwe Brauer; +Cc: emacs-orgmode

On 13 December 2018, Uwe Brauer wrote:

> And I used both quite a bit, it seems that the new syntax has a begin
> and end mandatory. So what I can I with this sort of templates?

yasnippet?  I think that's what a lot of people moved to.

Bill
--
William Denton :: Toronto, Canada   ---   Listening to Art: https://listeningtoart.org/
https://www.miskatonic.org/         ---   GHG.EARTH: http://ghg.earth/
Caveat lector.                      ---   STAPLR: http://staplr.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: the 'new' template  system some questions
  2018-12-13 22:08 ` William Denton
@ 2018-12-13 22:11   ` Uwe Brauer
  2018-12-13 22:14   ` Uwe Brauer
  1 sibling, 0 replies; 6+ messages in thread
From: Uwe Brauer @ 2018-12-13 22:11 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

>>> "William" == William Denton <wtd@pobox.com> writes:

   > On 13 December 2018, Uwe Brauer wrote:
   >> And I used both quite a bit, it seems that the new syntax has a begin
   >> and end mandatory. So what I can I with this sort of templates?

   > yasnippet?  I think that's what a lot of people moved to.

What is that? Part of org mode? I can't find it.

What's about org-tempo?

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5025 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: the 'new' template  system some questions
  2018-12-13 22:08 ` William Denton
  2018-12-13 22:11   ` Uwe Brauer
@ 2018-12-13 22:14   ` Uwe Brauer
  2018-12-13 22:51     ` Mehmet Atif Ergun
  1 sibling, 1 reply; 6+ messages in thread
From: Uwe Brauer @ 2018-12-13 22:14 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 514 bytes --]

>>> "William" == William Denton <wtd@pobox.com> writes:

   > On 13 December 2018, Uwe Brauer wrote:
   >> And I used both quite a bit, it seems that the new syntax has a begin
   >> and end mandatory. So what I can I with this sort of templates?

   > yasnippet?  I think that's what a lot of people moved to.

Ok I googled it: it  is not part of org mode. But package-list-package
returns me to

Yasnippet  melpa

And 

Yanipped-classic

In gnus.

Which is the right one? What do people use.

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5025 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: the 'new' template system some questions
  2018-12-13 22:14   ` Uwe Brauer
@ 2018-12-13 22:51     ` Mehmet Atif Ergun
  2018-12-14  8:02       ` Uwe Brauer
  0 siblings, 1 reply; 6+ messages in thread
From: Mehmet Atif Ergun @ 2018-12-13 22:51 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

I believe it's the melpa one that's often used.

https://github.com/joaotavora/yasnippet/blob/master/README.mdown

https://www.emacswiki.org/emacs/Yasnippet

Best,
Mehmet



On Thu, Dec 13, 2018, 17:18 Uwe Brauer <oub@mat.ucm.es wrote:

> >>> "William" == William Denton <wtd@pobox.com> writes:
>
>    > On 13 December 2018, Uwe Brauer wrote:
>    >> And I used both quite a bit, it seems that the new syntax has a begin
>    >> and end mandatory. So what I can I with this sort of templates?
>
>    > yasnippet?  I think that's what a lot of people moved to.
>
> Ok I googled it: it  is not part of org mode. But package-list-package
> returns me to
>
> Yasnippet  melpa
>
> And
>
> Yanipped-classic
>
> In gnus.
>
> Which is the right one? What do people use.
>

[-- Attachment #2: Type: text/html, Size: 1551 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: the 'new' template system some questions
  2018-12-13 22:51     ` Mehmet Atif Ergun
@ 2018-12-14  8:02       ` Uwe Brauer
  0 siblings, 0 replies; 6+ messages in thread
From: Uwe Brauer @ 2018-12-14  8:02 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

>>> "Mehmet" == Mehmet Atif Ergun <mehmetaergun@gmail.com> writes:

   > I believe it's the melpa one that's often used.
   > https://github.com/joaotavora/yasnippet/blob/master/README.mdown

   > https://www.emacswiki.org/emacs/Yasnippet

thanks

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5025 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-12-14  8:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13 21:25 the 'new' template system some questions Uwe Brauer
2018-12-13 22:08 ` William Denton
2018-12-13 22:11   ` Uwe Brauer
2018-12-13 22:14   ` Uwe Brauer
2018-12-13 22:51     ` Mehmet Atif Ergun
2018-12-14  8:02       ` Uwe Brauer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).