From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: confirmed: org-mode works with yasnippets 0.8.0 (beta) Date: Thu, 13 Dec 2012 22:23:31 +0100 Message-ID: <87k3sly7cc.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjGFj-0003hK-9H for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 16:23:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjGFi-0006UR-0V for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 16:23:35 -0500 Received: from mail-wi0-f179.google.com ([209.85.212.179]:44981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjGFh-0006UG-QM for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 16:23:33 -0500 Received: by mail-wi0-f179.google.com with SMTP id o1so16743wic.12 for ; Thu, 13 Dec 2012 13:23:32 -0800 (PST) In-Reply-To: (Seong-Kook Shin's message of "Mon, 19 Nov 2012 14:09:03 +0900") 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: Seong-Kook Shin Cc: emacs-orgmode@gnu.org Hi, Seong-Kook Shin writes: > I just want to let you know that org-mode (org-20121112 from > package.el) is working well with yasnippets 0.8.0 (beta) > with following configuration: > > (defun yas-org-very-safe-expand () >   (let ((yas-fallback-behavior 'return-nil)) >     (and (fboundp 'yas-expand) (yas-expand)))) > > (add-hook 'org-mode-hook >           (lambda () >             (add-to-list 'org-tab-first-hook >                          'yas-org-very-safe-expand) >             )) > > You may update the documentation with the above settings. > (Note that this does not works with the old version of yasnippets) Thanks. Can you send a patch for this? See http://orgmode.org/worg/org-contribute.html#sec-4-4 Best, -- Bastien