emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-capture-last-stored bookmark
@ 2010-07-06 10:14 Giles Chamberlin
  2010-07-06 10:51 ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Giles Chamberlin @ 2010-07-06 10:14 UTC (permalink / raw)
  To: emacs-orgmode

I've moved over to the new capture interface and wanted to visit a note
I'd just taken.  Because I had closed the note with C-c C-w to refile
it, visiting the bookmark at org-capture-last-stored didn't take me to
the correct note.

I would suggest that org-capture-last-stored should contain the location
of the last note taken regardless of whether it went to the default file or
was refiled on close.


-- 
Giles

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

* Re: org-capture-last-stored bookmark
  2010-07-06 10:14 org-capture-last-stored bookmark Giles Chamberlin
@ 2010-07-06 10:51 ` Carsten Dominik
  2010-07-06 15:44   ` Giles Chamberlin
  0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2010-07-06 10:51 UTC (permalink / raw)
  To: Giles Chamberlin; +Cc: emacs-orgmode

Hi Giles,

I have fixed this, please verify.

- Carsten

On Jul 6, 2010, at 12:14 PM, Giles Chamberlin wrote:

> I've moved over to the new capture interface and wanted to visit a  
> note
> I'd just taken.  Because I had closed the note with C-c C-w to refile
> it, visiting the bookmark at org-capture-last-stored didn't take me to
> the correct note.
>
> I would suggest that org-capture-last-stored should contain the  
> location
> of the last note taken regardless of whether it went to the default  
> file or
> was refiled on close.
>
>
> -- 
> Giles
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

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

* Re: org-capture-last-stored bookmark
  2010-07-06 10:51 ` Carsten Dominik
@ 2010-07-06 15:44   ` Giles Chamberlin
  2010-07-13 12:13     ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Giles Chamberlin @ 2010-07-06 15:44 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik <carsten.dominik@gmail.com> writes:

> I have fixed this, please verify.

Doesn't seem to work here I'm afraid.  I've pulled the latest git which
contains what looks like the correct changeset: 

         commit b6305c713c54421257759c38c260f516686f2811
         Author: Carsten Dominik <carsten.dominik@gmail.com>
         Date:   Tue Jul 6 12:46:12 2010 +0200

             Make sure going to last capture also works after refile

make;sudo make install then restart emacs.

C-c r t brings up a todo template

C-c C-w and refile it from default of refile.org to homers.org

C-x r l to list bookmarks (trimmed output):

    org-capture-last-stored       ~/orgfiles/refile.org
    org-refile-last-stored        ~/orgfiles/homers.org

I was hoping that org-capture-last-stored would point to homers.org.
Quite prepared to believe I've dome something stupid though!

--
Giles

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

* Re: Re: org-capture-last-stored bookmark
  2010-07-06 15:44   ` Giles Chamberlin
@ 2010-07-13 12:13     ` Carsten Dominik
  2010-07-13 13:08       ` Giles Chamberlin
  0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2010-07-13 12:13 UTC (permalink / raw)
  To: Giles Chamberlin; +Cc: emacs-orgmode

Hi Giles,

On Jul 6, 2010, at 5:44 PM, Giles Chamberlin wrote:

> Carsten Dominik <carsten.dominik@gmail.com> writes:
>
>> I have fixed this, please verify.
>
> Doesn't seem to work here I'm afraid.  I've pulled the latest git  
> which
> contains what looks like the correct changeset:
>
>         commit b6305c713c54421257759c38c260f516686f2811
>         Author: Carsten Dominik <carsten.dominik@gmail.com>
>         Date:   Tue Jul 6 12:46:12 2010 +0200
>
>             Make sure going to last capture also works after refile
>
> make;sudo make install then restart emacs.
>
> C-c r t brings up a todo template
>
> C-c C-w and refile it from default of refile.org to homers.org
>
> C-x r l to list bookmarks (trimmed output):
>
>    org-capture-last-stored       ~/orgfiles/refile.org
>    org-refile-last-stored        ~/orgfiles/homers.org
>
> I was hoping that org-capture-last-stored would point to homers.org.
> Quite prepared to believe I've dome something stupid though!

Please pull again and then try again, I hope it works now.

- Carsten

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

* Re: org-capture-last-stored bookmark
  2010-07-13 12:13     ` Carsten Dominik
@ 2010-07-13 13:08       ` Giles Chamberlin
  2010-07-14 20:28         ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Giles Chamberlin @ 2010-07-13 13:08 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik <carsten.dominik@gmail.com> writes:

> Please pull again and then try again, I hope it works now.

Yes and no I'm afraid.  I now get two bookmarks generated:

 - org-capture-last-stored: points to default file
 - org-capture-last-stored-marker: points correctly to refiled location


-- 
Giles

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

* Re: Re: org-capture-last-stored bookmark
  2010-07-13 13:08       ` Giles Chamberlin
@ 2010-07-14 20:28         ` Carsten Dominik
  0 siblings, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2010-07-14 20:28 UTC (permalink / raw)
  To: Giles Chamberlin; +Cc: emacs-orgmode

Hi Giles,

this definitely works correctly for me now.

- Carsten

On Jul 13, 2010, at 3:08 PM, Giles Chamberlin wrote:

> Carsten Dominik <carsten.dominik@gmail.com> writes:
>
>> Please pull again and then try again, I hope it works now.
>
> Yes and no I'm afraid.  I now get two bookmarks generated:
>
> - org-capture-last-stored: points to default file
> - org-capture-last-stored-marker: points correctly to refiled location
>
>
> -- 
> Giles
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

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

end of thread, other threads:[~2010-07-14 20:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-06 10:14 org-capture-last-stored bookmark Giles Chamberlin
2010-07-06 10:51 ` Carsten Dominik
2010-07-06 15:44   ` Giles Chamberlin
2010-07-13 12:13     ` Carsten Dominik
2010-07-13 13:08       ` Giles Chamberlin
2010-07-14 20:28         ` Carsten Dominik

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