[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1
From: |
Karl Voit |
Subject: |
Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1 |
Date: |
Fri, 15 Feb 2013 16:17:19 +0100 |
User-agent: |
slrn/0.9.9 (Linux) |
* Karl Voit <address@hidden> wrote:
>
> I updated Org to latest git and I moved from Debian yasnippet to
> github yasnippet (latest) and I still do have this issue.
>
> So it's my set-up which is causing this effect. Damn. I guess I
> have to debug this by disabling parts of my config ...
So a quick test of my set-up with disabling all(!) of my Org-mode
settings caused the same issue. Therefore, it's not my Org-mode
set-up which is causing all this hazzle.
Next test: «emacs -q» and I loaded only yasnippet:
,----
| (defun my-load-local-el (part) ... )
| (my-load-local-el "contrib/yasnippet/yasnippet.el") ;; load-path
| (require 'yasnippet)
| (setq yas/root-directory "~/.emacs.d/snippets")
| (yas/load-directory yas/root-directory)
`----
And yes, I still got the issue. :-(
I guess I have to do a bug report to yasnippet.
--
Karl Voit
- [O] Yasnippet/Org issue: messing up properties, Karl Voit, 2013/02/07
- [O] [Bug] Yasnippet/Org: properties messed up when expanding $1, Karl Voit, 2013/02/10
- Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1, Bastien, 2013/02/11
- Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1, Memnon Anon, 2013/02/14
- Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1, Karl Voit, 2013/02/15
- Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1,
Karl Voit <=
- Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1, Karl Voit, 2013/02/15
- Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1, Bastien, 2013/02/15
- Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1, Rafael, 2013/02/16
- Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1, Karl Voit, 2013/02/16