From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seong-Kook Shin Subject: confirmed: org-mode works with yasnippets 0.8.0 (beta) Date: Mon, 19 Nov 2012 14:09:03 +0900 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d040168b5b8f4e104ced21df1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaJbY-0004nd-Rs for emacs-orgmode@gnu.org; Mon, 19 Nov 2012 00:09:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaJbV-0006ET-Pw for emacs-orgmode@gnu.org; Mon, 19 Nov 2012 00:09:08 -0500 Received: from mail-la0-f41.google.com ([209.85.215.41]:52382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaJbV-0006Dp-I4 for emacs-orgmode@gnu.org; Mon, 19 Nov 2012 00:09:05 -0500 Received: by mail-la0-f41.google.com with SMTP id m15so1732363lah.0 for ; Sun, 18 Nov 2012 21:09:04 -0800 (PST) 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: emacs-orgmode@gnu.org --f46d040168b5b8f4e104ced21df1 Content-Type: text/plain; charset=ISO-8859-1 Hi, 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. -- C FAQs: http://c-faq.com/ Korean: http://www.cinsk.org/cfaqs/ --f46d040168b5b8f4e104ced21df1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I just want to let you know that org-mode (org-20121= 112 from package.el) is working well with yasnippets 0.8.0 (beta)
with following configuration:

(defun yas-org= -very-safe-expand ()
=A0 (let ((yas-fallback-behavior 'return-nil))
=A0 =A0 (= and (fboundp 'yas-expand) (yas-expand))))

(add= -hook 'org-mode-hook
=A0 =A0 =A0 =A0 =A0 (lambda ()
=A0 =A0 =A0 =A0 =A0 =A0 (add-to-list 'org-tab-first-hook
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0'yas-org-very-s= afe-expand)
=A0 =A0 =A0 =A0 =A0 =A0 ))

=
You may update the documentation with the above settings.
(N= ote that this does not works with the old version of yasnippets)

Thanks.

--
C FAQs: http://c-faq.com/
Korean: <= a href=3D"http://www.cinsk.org/cfaqs/" target=3D"_blank">http://www.cinsk.o= rg/cfaqs/
--f46d040168b5b8f4e104ced21df1--