From: Thorsten Jolitz <tjolitz@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: Re: save-excursion in Org files
Date: Sat, 07 Jul 2012 23:31:54 +0200 [thread overview]
Message-ID: <87liiv9s1h.fsf@googlemail.com> (raw)
In-Reply-To: 87pq879svk.fsf@googlemail.com
Thorsten Jolitz <tjolitz@googlemail.com> writes:
> in elisp code, with point in entry1, I do a save-excursion that inserts
> another entry2 and does some work there. After existing from the
> save-excursion form, I add e.g. a global ID with org-id-get-create - and
> would expect to find it in entry1 when save-excursion did its job right.
> But I find it in entry2.
>
> So when I am in one entry and do some inserting in a save-excursion, I
> cannot expect to find myself at the same position in the same entry
> after save-excursion finished?
save-excursion does seem to work better than human reception:
,-------------------------------
| before save excusion1: 271
| before save excusion2: 271
| after save excursion2: 271
| before end save excusion1: 455
| after save excusion1: 271
| after postprocess: 271
`-------------------------------
I enclosed the whole thing in another save-excursion, an found out that
there was some point movement after the original save-excursion that I
had overlooked.
Sorry for the noise.
--
cheers,
Thorsten
prev parent reply other threads:[~2012-07-07 21:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-07 21:13 save-excursion in Org files Thorsten Jolitz
2012-07-07 21:31 ` Thorsten Jolitz [this message]
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=87liiv9s1h.fsf@googlemail.com \
--to=tjolitz@googlemail.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).