Re: [O] save-excursion not saving when I call org-capture-goto-last-stored

2012-02-09 Thread Jon Miller
Awesome, thanks. That worked for me. Now to add my conditional logic for which parent headings I want this behavior to apply to and I'm done. Thanks again, Jon Miller On Thu, Feb 9, 2012 at 1:28 AM, David Maus wrote: > At Sat, 4 Feb 2012 22:01:32 -0500, > Jon Miller wrote: >> >> I'm currently

Re: [O] save-excursion not saving when I call org-capture-goto-last-stored

2012-02-08 Thread David Maus
At Sat, 4 Feb 2012 22:01:32 -0500, Jon Miller wrote: > > I'm currently trying to write a function to do some post-capture > updates to an entry. My intention is to add it to > org-capture-after-finalize-hook. First step is navigating to the > captured item but I'd like to return to the current buff

[O] save-excursion not saving when I call org-capture-goto-last-stored

2012-02-04 Thread Jon Miller
I'm currently trying to write a function to do some post-capture updates to an entry. My intention is to add it to org-capture-after-finalize-hook. First step is navigating to the captured item but I'd like to return to the current buffer I was in before. I'm still a novice with elisp, so I could u