emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Strange extra-space when using yasnippet for Org-mode heading


From: Karl Voit
Subject: [O] Strange extra-space when using yasnippet for Org-mode heading
Date: Tue, 10 Apr 2012 17:17:36 +0200
User-agent: slrn/0.9.9 (Linux)

Hi!

I do have a simple yasnippet template:

,----[ ~/.emacs/yasnippets/text-mode/org-mode/test ]
| # name : test snippet
| # # --
| ** $1 $2  :$1$2:
| $0
`----

When I invoke the snippet using »test« followed by the TAB key,
yasnippet correctly inserts the template. But after pressing the
first key afterwards, I get an extra space character.

So with »test« followed by TAB, »foo«, TAB, »bar«, I get this:

,----[ result with extra-space after »f« ]
| ** f oo bar   :f oobar:
| <Cursor>
`----

I am not even sure if this is an Org-mode related problem at all.
But since I do *not* end up with extra space characters when I
modify the template so that the two asterisks are missing (no
heading), I am afraid that Org-mode has a problem with yasnippet (at
least at my side).

Thanks for any pointer!


PS. current Org-mode from git; yasnippet (version 0.6.1b)

-- 
Karl Voit




reply via email to

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