emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] confirmed: org-mode works with yasnippets 0.8.0 (beta)


From: Bastien
Subject: Re: [O] confirmed: org-mode works with yasnippets 0.8.0 (beta)
Date: Thu, 13 Dec 2012 22:23:31 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi,

Seong-Kook Shin <address@hidden> 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



reply via email to

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