From: Seong-Kook Shin <cinsky@gmail.com>
To: emacs-orgmode@gnu.org
Subject: confirmed: org-mode works with yasnippets 0.8.0 (beta)
Date: Mon, 19 Nov 2012 14:09:03 +0900 [thread overview]
Message-ID: <CAMGhBRTPNV=XSiqtnJ5V-cxYrM5xQFiJ0sXNyA34QL6h-sLz5w@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 642 bytes --]
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/
[-- Attachment #2: Type: text/html, Size: 1030 bytes --]
next reply other threads:[~2012-11-19 5:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-19 5:09 Seong-Kook Shin [this message]
2012-12-13 21:23 ` confirmed: org-mode works with yasnippets 0.8.0 (beta) Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAMGhBRTPNV=XSiqtnJ5V-cxYrM5xQFiJ0sXNyA34QL6h-sLz5w@mail.gmail.com' \
--to=cinsky@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).