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

2012-12-13 Thread Bastien
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-exp

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

2012-11-18 Thread Seong-Kook Shin
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-mo