* visiting the last node filed from Remember buffer
@ 2010-06-10 12:00 Ken Olstad
2010-06-10 12:19 ` Matt Lundin
0 siblings, 1 reply; 14+ messages in thread
From: Ken Olstad @ 2010-06-10 12:00 UTC (permalink / raw)
To: Emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 543 bytes --]
I have a question below, but first I want to say thanks, to Carsten of
course for org-mode, but also to all of you who contribute the great
tips and help on this forum.
Often, shortly after I've stored a quick note using Remember, I go back
to the note where it's been stored and add to it. Is there a convenient
way to go to that note, i.e. to the location where Remember most
recently stored a note, much as org-refile with two C-u prefixes (C-u
C-u C-c C-w) takes me to the destination of the last org-refile?
Ken
[-- Attachment #1.2: Type: text/html, Size: 4943 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: visiting the last node filed from Remember buffer
2010-06-10 12:00 visiting the last node filed from Remember buffer Ken Olstad
@ 2010-06-10 12:19 ` Matt Lundin
2010-06-10 13:14 ` Bernt Hansen
0 siblings, 1 reply; 14+ messages in thread
From: Matt Lundin @ 2010-06-10 12:19 UTC (permalink / raw)
To: Ken Olstad; +Cc: Emacs-orgmode
"Ken Olstad" <Ken_Olstad@symantec.com> writes:
> I have a question below, but first I want to say thanks, to Carsten of
> course for org-mode, but also to all of you who contribute the great
> tips and help on this forum.
>
> Often, shortly after I’ve stored a quick note using Remember, I go back
> to the note where it’s been stored and add to it. Is there a
> convenient way to go to that note, i.e. to the location where Remember
> most recently stored a note, much as org-refile with two C-u prefixes
> (C-u C-u C-c C-w) takes me to the destination of the last org-refile?
M-x org-remember-goto-last-stored
If you'd like to see all the functions related to an org feature (such
as org-remember), you can use apropos:
C-h a org remember [RET]
This is convenient ways to browse all the tools at your disposal.
Best,
Matt
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: visiting the last node filed from Remember buffer
2010-06-10 12:19 ` Matt Lundin
@ 2010-06-10 13:14 ` Bernt Hansen
2010-06-10 13:49 ` Darlan Cavalcante Moreira
2010-06-10 15:54 ` Ken Olstad
0 siblings, 2 replies; 14+ messages in thread
From: Bernt Hansen @ 2010-06-10 13:14 UTC (permalink / raw)
To: Matt Lundin; +Cc: Ken Olstad, Emacs-orgmode
Matt Lundin <mdl@imapmail.org> writes:
> "Ken Olstad" <Ken_Olstad@symantec.com> writes:
>
>> I have a question below, but first I want to say thanks, to Carsten of
>> course for org-mode, but also to all of you who contribute the great
>> tips and help on this forum.
>>
>> Often, shortly after I’ve stored a quick note using Remember, I go back
>> to the note where it’s been stored and add to it. Is there a
>> convenient way to go to that note, i.e. to the location where Remember
>> most recently stored a note, much as org-refile with two C-u prefixes
>> (C-u C-u C-c C-w) takes me to the destination of the last org-refile?
The same sequence with the remember key works to go to the last remember
note filing location.
Put a double prefix on your org-remember key sequence
If you start remember with C-M-R then
C-u C-u C-M-R goes to the last stored note.
-Bernt
>
> M-x org-remember-goto-last-stored
>
> If you'd like to see all the functions related to an org feature (such
> as org-remember), you can use apropos:
>
> C-h a org remember [RET]
>
> This is convenient ways to browse all the tools at your disposal.
>
> Best,
> Matt
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Re: visiting the last node filed from Remember buffer
2010-06-10 13:14 ` Bernt Hansen
@ 2010-06-10 13:49 ` Darlan Cavalcante Moreira
2010-06-10 16:10 ` Bastien
2010-06-10 15:54 ` Ken Olstad
1 sibling, 1 reply; 14+ messages in thread
From: Darlan Cavalcante Moreira @ 2010-06-10 13:49 UTC (permalink / raw)
To: Bernt Hansen; +Cc: Ken Olstad, Matt Lundin, Emacs-orgmode
Whenever I use remember or refile a subtree org-mode automatically sets the
bookmarks "org-refile-last-stored" and
"org-remember-last-stored". Therefore I can use the standard emacs bookmark
system for that ("C-x r l" to list all bookmarks).
--
Darlan
At Thu, 10 Jun 2010 09:14:27 -0400,
Bernt Hansen <bernt@norang.ca> wrote:
>
> Matt Lundin <mdl@imapmail.org> writes:
>
> > "Ken Olstad" <Ken_Olstad@symantec.com> writes:
> >
> >> I have a question below, but first I want to say thanks, to Carsten of
> >> course for org-mode, but also to all of you who contribute the great
> >> tips and help on this forum.
> >>
> >> Often, shortly after I’ve stored a quick note using Remember, I go back
> >> to the note where it’s been stored and add to it. Is there a
> >> convenient way to go to that note, i.e. to the location where Remember
> >> most recently stored a note, much as org-refile with two C-u prefixes
> >> (C-u C-u C-c C-w) takes me to the destination of the last org-refile?
>
> The same sequence with the remember key works to go to the last remember
> note filing location.
>
> Put a double prefix on your org-remember key sequence
> If you start remember with C-M-R then
> C-u C-u C-M-R goes to the last stored note.
>
> -Bernt
>
> >
> > M-x org-remember-goto-last-stored
> >
> > If you'd like to see all the functions related to an org feature (such
> > as org-remember), you can use apropos:
> >
> > C-h a org remember [RET]
> >
> > This is convenient ways to browse all the tools at your disposal.
> >
> > Best,
> > Matt
> >
> > _______________________________________________
> > 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
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Re: visiting the last node filed from Remember buffer
2010-06-10 13:49 ` Darlan Cavalcante Moreira
@ 2010-06-10 16:10 ` Bastien
2010-06-10 21:11 ` Ken Olstad
2010-06-10 21:22 ` Sébastien Vauban
0 siblings, 2 replies; 14+ messages in thread
From: Bastien @ 2010-06-10 16:10 UTC (permalink / raw)
To: Darlan Cavalcante Moreira
Cc: Ken Olstad, Bernt Hansen, Matt Lundin, Emacs-orgmode
Hi Darlan,
Darlan Cavalcante Moreira <darcamo@gmail.com> writes:
> Whenever I use remember or refile a subtree org-mode automatically sets the
> bookmarks "org-refile-last-stored" and
> "org-remember-last-stored". Therefore I can use the standard emacs bookmark
> system for that ("C-x r l" to list all bookmarks).
Nice. Could you explain more into details how do you automatically
create the bookmark?
This could go in Worg:
http://orgmode.org/worg/org-hacks.php
--
Bastien
^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: Re: visiting the last node filed from Remember buffer
2010-06-10 16:10 ` Bastien
@ 2010-06-10 21:11 ` Ken Olstad
2010-06-11 8:30 ` Darlan Cavalcante Moreira
2010-06-10 21:22 ` Sébastien Vauban
1 sibling, 1 reply; 14+ messages in thread
From: Ken Olstad @ 2010-06-10 21:11 UTC (permalink / raw)
To: Bastien, Darlan Cavalcante Moreira
Cc: Bernt Hansen, Matt Lundin, Emacs-orgmode
If I understand correctly, there's no hack, it's just what remember does
(sets the bookmark) to implement org-remember-goto-last-stored. Cool.
-----Original Message-----
From: Bastien Guerry [mailto:bastienguerry@googlemail.com] On Behalf Of
Bastien
Sent: Thursday, June 10, 2010 11:10 AM
To: Darlan Cavalcante Moreira
Cc: Bernt Hansen; Ken Olstad; Matt Lundin; Emacs-orgmode@gnu.org
Subject: Re: [Orgmode] Re: visiting the last node filed from Remember
buffer
Hi Darlan,
Darlan Cavalcante Moreira <darcamo@gmail.com> writes:
> Whenever I use remember or refile a subtree org-mode automatically
sets the
> bookmarks "org-refile-last-stored" and
> "org-remember-last-stored". Therefore I can use the standard emacs
bookmark
> system for that ("C-x r l" to list all bookmarks).
Nice. Could you explain more into details how do you automatically
create the bookmark?
This could go in Worg:
http://orgmode.org/worg/org-hacks.php
--
Bastien
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Re: visiting the last node filed from Remember buffer
2010-06-10 21:11 ` Ken Olstad
@ 2010-06-11 8:30 ` Darlan Cavalcante Moreira
0 siblings, 0 replies; 14+ messages in thread
From: Darlan Cavalcante Moreira @ 2010-06-11 8:30 UTC (permalink / raw)
To: Ken Olstad; +Cc: Bernt Hansen, Emacs-orgmode, Matt Lundin, Bastien
Exactly. I never had to change anything for this. I use the bookmark system
regularly and "one day" I realised that org-mode was setting these
bookmarks automatically for me.
--
Darlan
At Thu, 10 Jun 2010 14:11:03 -0700,
"Ken Olstad" <Ken_Olstad@symantec.com> wrote:
>
> If I understand correctly, there's no hack, it's just what remember does
> (sets the bookmark) to implement org-remember-goto-last-stored. Cool.
>
> -----Original Message-----
> From: Bastien Guerry [mailto:bastienguerry@googlemail.com] On Behalf Of
> Bastien
> Sent: Thursday, June 10, 2010 11:10 AM
> To: Darlan Cavalcante Moreira
> Cc: Bernt Hansen; Ken Olstad; Matt Lundin; Emacs-orgmode@gnu.org
> Subject: Re: [Orgmode] Re: visiting the last node filed from Remember
> buffer
>
> Hi Darlan,
>
> Darlan Cavalcante Moreira <darcamo@gmail.com> writes:
>
> > Whenever I use remember or refile a subtree org-mode automatically
> sets the
> > bookmarks "org-refile-last-stored" and
> > "org-remember-last-stored". Therefore I can use the standard emacs
> bookmark
> > system for that ("C-x r l" to list all bookmarks).
>
> Nice. Could you explain more into details how do you automatically
> create the bookmark?
>
> This could go in Worg:
>
> http://orgmode.org/worg/org-hacks.php
>
> --
> Bastien
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: visiting the last node filed from Remember buffer
2010-06-10 16:10 ` Bastien
2010-06-10 21:11 ` Ken Olstad
@ 2010-06-10 21:22 ` Sébastien Vauban
2010-06-10 23:10 ` Bastien
1 sibling, 1 reply; 14+ messages in thread
From: Sébastien Vauban @ 2010-06-10 21:22 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
Hi Bastien,
Bastien wrote:
> Darlan Cavalcante Moreira <darcamo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
>> Whenever I use remember or refile a subtree org-mode automatically sets the
>> bookmarks "org-refile-last-stored" and
>> "org-remember-last-stored". Therefore I can use the standard emacs bookmark
>> system for that ("C-x r l" to list all bookmarks).
>
> Nice. Could you explain more into details how do you automatically
> create the bookmark?
>
> This could go in Worg:
This is automatically done. Did not know about this, but yes it's there (in
the bookmark list, when `C-x r l'), without having set anything special.
Best regards,
Seb
--
Sébastien Vauban
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Re: visiting the last node filed from Remember buffer
2010-06-10 21:22 ` Sébastien Vauban
@ 2010-06-10 23:10 ` Bastien
2010-06-11 11:46 ` Richard Riley
2010-06-11 13:05 ` Thierry Volpiatto
0 siblings, 2 replies; 14+ messages in thread
From: Bastien @ 2010-06-10 23:10 UTC (permalink / raw)
To: Sébastien Vauban; +Cc: emacs-orgmode
Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:
>> This could go in Worg:
>
> This is automatically done. Did not know about this, but yes it's there (in
> the bookmark list, when `C-x r l'), without having set anything special.
Aaarrgh! I *love* Org.
--
Bastien
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: visiting the last node filed from Remember buffer
2010-06-10 23:10 ` Bastien
@ 2010-06-11 11:46 ` Richard Riley
2010-06-11 13:36 ` Rainer Stengele
2010-06-11 13:05 ` Thierry Volpiatto
1 sibling, 1 reply; 14+ messages in thread
From: Richard Riley @ 2010-06-11 11:46 UTC (permalink / raw)
To: emacs-orgmode
Bastien <bastien.guerry@wikimedia.fr> writes:
> Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:
>
>>> This could go in Worg:
>>
>> This is automatically done. Did not know about this, but yes it's there (in
>> the bookmark list, when `C-x r l'), without having set anything special.
>
> Aaarrgh! I *love* Org.
Cool. It really is by programmers for programmers and any one else might
apply;) Similarly C-c C-x C-j jumps to last clocked item if nothing is
being currently clocked. Little things....!
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: visiting the last node filed from Remember buffer
2010-06-11 11:46 ` Richard Riley
@ 2010-06-11 13:36 ` Rainer Stengele
2010-06-11 13:50 ` Bastien
0 siblings, 1 reply; 14+ messages in thread
From: Rainer Stengele @ 2010-06-11 13:36 UTC (permalink / raw)
To: emacs-orgmode
Am 11.06.2010 13:46, schrieb Richard Riley:
> Bastien <bastien.guerry@wikimedia.fr> writes:
>
>> Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:
>>
>>>> This could go in Worg:
>>>
>>> This is automatically done. Did not know about this, but yes it's there (in
>>> the bookmark list, when `C-x r l'), without having set anything special.
>>
>> Aaarrgh! I *love* Org.
>
> Cool. It really is by programmers for programmers and any one else might
> apply;) Similarly C-c C-x C-j jumps to last clocked item if nothing is
> being currently clocked. Little things....!
>
amazing little thing - didn't know these ones too.
Org is so lovely - could play with it all day - if only the todos would not have to be done ...
Rainer
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Re: visiting the last node filed from Remember buffer
2010-06-11 13:36 ` Rainer Stengele
@ 2010-06-11 13:50 ` Bastien
0 siblings, 0 replies; 14+ messages in thread
From: Bastien @ 2010-06-11 13:50 UTC (permalink / raw)
To: Rainer Stengele; +Cc: emacs-orgmode
Rainer Stengele <rainer.stengele@diplan.de> writes:
> Org is so lovely - could play with it all day - if only the todos
> would not have to be done ...
Mhh... I think I've found a behavioral pattern for people on this list:
proactive people who find kinda compensation in fiddling with their task
management system (TMS).
Working with the systematic help of a TMS would be boring if we were not
allowed to play with it :)
--
Bastien
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: visiting the last node filed from Remember buffer
2010-06-10 23:10 ` Bastien
2010-06-11 11:46 ` Richard Riley
@ 2010-06-11 13:05 ` Thierry Volpiatto
1 sibling, 0 replies; 14+ messages in thread
From: Thierry Volpiatto @ 2010-06-11 13:05 UTC (permalink / raw)
To: emacs-orgmode
Bastien <bastien.guerry@wikimedia.fr> writes:
> Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:
>
>>> This could go in Worg:
>>
>> This is automatically done. Did not know about this, but yes it's there (in
>> the bookmark list, when `C-x r l'), without having set anything special.
>
> Aaarrgh! I *love* Org.
Very nice, i have just added a key "O" to filter only these two
bookmarks in bookmark-extensions.el
http://mercurial.intuxication.org/hg/emacs-bookmark-extension/
So when you hit "O" from the bookmark list (C-x r l) you have that:
,----
| % Bookmark Last Org Stored
| - ------------------------
| org-refile-last-stored
| org-remember-last-stored
`----
--
Thierry Volpiatto
Gpg key: http://pgp.mit.edu/
^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: visiting the last node filed from Remember buffer
2010-06-10 13:14 ` Bernt Hansen
2010-06-10 13:49 ` Darlan Cavalcante Moreira
@ 2010-06-10 15:54 ` Ken Olstad
1 sibling, 0 replies; 14+ messages in thread
From: Ken Olstad @ 2010-06-10 15:54 UTC (permalink / raw)
To: Bernt Hansen, Matt Lundin; +Cc: Emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1690 bytes --]
So natural, I should have thought of it. Thanks!
-----Original Message-----
From: Bernt Hansen [mailto:bernt@norang.ca]
Sent: Thursday, June 10, 2010 8:14 AM
To: Matt Lundin
Cc: Ken Olstad; Emacs-orgmode@gnu.org
Subject: Re: visiting the last node filed from Remember buffer
Matt Lundin <mdl@imapmail.org> writes:
> "Ken Olstad" <Ken_Olstad@symantec.com> writes:
>
>> I have a question below, but first I want to say thanks, to Carsten of
>> course for org-mode, but also to all of you who contribute the great
>> tips and help on this forum.
>>
>> Often, shortly after I’ve stored a quick note using Remember, I go back
>> to the note where it’s been stored and add to it. Is there a
>> convenient way to go to that note, i.e. to the location where Remember
>> most recently stored a note, much as org-refile with two C-u prefixes
>> (C-u C-u C-c C-w) takes me to the destination of the last org-refile?
The same sequence with the remember key works to go to the last remember
note filing location.
Put a double prefix on your org-remember key sequence
If you start remember with C-M-R then
C-u C-u C-M-R goes to the last stored note.
-Bernt
>
> M-x org-remember-goto-last-stored
>
> If you'd like to see all the functions related to an org feature (such
> as org-remember), you can use apropos:
>
> C-h a org remember [RET]
>
> This is convenient ways to browse all the tools at your disposal.
>
> Best,
> Matt
>
> _______________________________________________
> 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
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2010-06-11 13:51 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-10 12:00 visiting the last node filed from Remember buffer Ken Olstad
2010-06-10 12:19 ` Matt Lundin
2010-06-10 13:14 ` Bernt Hansen
2010-06-10 13:49 ` Darlan Cavalcante Moreira
2010-06-10 16:10 ` Bastien
2010-06-10 21:11 ` Ken Olstad
2010-06-11 8:30 ` Darlan Cavalcante Moreira
2010-06-10 21:22 ` Sébastien Vauban
2010-06-10 23:10 ` Bastien
2010-06-11 11:46 ` Richard Riley
2010-06-11 13:36 ` Rainer Stengele
2010-06-11 13:50 ` Bastien
2010-06-11 13:05 ` Thierry Volpiatto
2010-06-10 15:54 ` Ken Olstad
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).