From: Karl Voit <devnull@Karl-Voit.at>
To: emacs-orgmode@gnu.org
Subject: Yasnippet/Org issue: messing up properties
Date: Thu, 7 Feb 2013 12:51:56 +0100 [thread overview]
Message-ID: <2013-02-07T12-39-18@devnull.Karl-Voit.at> (raw)
Hi!
I do face strange behavior when using yasnippet with Org-mode:
,----[ Snippet «test» ]
| # name : Testing yasnippet/org issue
| # --
|
| ** Test ${1:test}
| :PROPERTIES:
| :ID: $1
| :END:
`----
... results in ...
,----[ test.txt with entering «foo bar» as $1 ]
| ** Test foo bar
| :PROPERTIES:
| :ID: foo bar
| :END:
`----
... which is correct, when Org is not the major mode. However, when
executed with Org-mode as major mode, it results in:
,----[ test.org ]
| ** Test foo bar
| :PROPERTIES:
| foo bar
| :END:
`----
Therefore I guess that this is an Org-mode issue. Is somebody able
to help debug/fix this issue?
A slightly different example:
,----[ snippet ]
| ** Test ${1:test}
| :PROPERTIES:
| :ID: $1-myid
| :END:
`----
,----[ test.org ]
| ** Test foo bar
| :PROPERTIES:
| foo bar:ID: test-myid
| :END:
`----
-> so the default text «test» does not get replaced by the «foo bar»
I enter as $1 and this time, the :ID: does not get removed.
Placing $1 outside of the PROPERTIES drawer, there does not seem to
be any problem.
My setup:
Org-mode version 7.9.3c (release_7.9.3c-816-g409ee8)
yasnippet (version 0.6.1b)
--
Karl Voit
next reply other threads:[~2013-02-07 11:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-07 11:51 Karl Voit [this message]
2013-02-10 17:50 ` [Bug] Yasnippet/Org: properties messed up when expanding $1 Karl Voit
2013-02-11 15:36 ` Bastien
2013-02-11 16:31 ` A short introduction to YASnippet (was: [Bug] Yasnippet/Org: properties messed up when expanding $1) Karl Voit
2013-02-14 13:11 ` [Bug] Yasnippet/Org: properties messed up when expanding $1 Memnon Anon
2013-02-15 14:44 ` Karl Voit
2013-02-15 15:17 ` Karl Voit
2013-02-15 17:38 ` Karl Voit
2013-02-15 22:40 ` Bastien
2013-02-16 13:43 ` Rafael
2013-02-16 15:36 ` Karl Voit
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=2013-02-07T12-39-18@devnull.Karl-Voit.at \
--to=devnull@karl-voit.at \
--cc=emacs-orgmode@gnu.org \
--cc=news1142@Karl-Voit.at \
/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).