emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* save-excursion in Org files
@ 2012-07-07 21:13 Thorsten Jolitz
  2012-07-07 21:31 ` Thorsten Jolitz
  0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Jolitz @ 2012-07-07 21:13 UTC (permalink / raw)
  To: emacs-orgmode


Hi List, 

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?

-- 
cheers,
Thorsten

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: save-excursion in Org files
  2012-07-07 21:13 save-excursion in Org files Thorsten Jolitz
@ 2012-07-07 21:31 ` Thorsten Jolitz
  0 siblings, 0 replies; 2+ messages in thread
From: Thorsten Jolitz @ 2012-07-07 21:31 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-07 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-07 21:13 save-excursion in Org files Thorsten Jolitz
2012-07-07 21:31 ` Thorsten Jolitz

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).