From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Subject: Re: [Bug] Yasnippet/Org: properties messed up when expanding $1 Date: Sat, 16 Feb 2013 07:43:39 -0600 Message-ID: <871ucg1iic.fsf@gmail.com> References: <2013-02-07T12-39-18@devnull.Karl-Voit.at> <2013-02-10T18-48-03@devnull.Karl-Voit.at> <87y5ergl4t.fsf@mean.albasani.net> <2013-02-15T15-41-52@devnull.Karl-Voit.at> <2013-02-15T16-01-24@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6i3T-0003w7-AD for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 08:43:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6i3M-0002nO-9Q for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 08:43:45 -0500 Received: from mail-yh0-x22d.google.com ([2607:f8b0:4002:c01::22d]:41291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6i3M-0002nH-4A for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 08:43:44 -0500 Received: by mail-yh0-f45.google.com with SMTP id 24so712687yhr.4 for ; Sat, 16 Feb 2013 05:43:43 -0800 (PST) In-Reply-To: <2013-02-15T16-01-24@devnull.Karl-Voit.at> (Karl Voit's message of "Fri, 15 Feb 2013 16:17:19 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: news1142@Karl-Voit.at Cc: emacs-orgmode@gnu.org Karl Voit writes: > * Karl Voit 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: =C2=ABemacs -q=C2=BB 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. I think I have the newest (github) yasnippet, and doing C-h f on yas/load-directory, it says that it is an obsolete function, recommending yas-load-directory instead. Maybe it is worth a try.