From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: Easily go to some frequently accessed heading (narrowed to region) Date: Thu, 03 Feb 2011 10:27:07 +0100 Message-ID: <80hbclwjro.fsf@missioncriticalit.com> References: <4d487c86.5043ec0a.55ad.ffffaf99@mx.google.com> <87y65y99m6.fsf@ucl.ac.uk> <4d4965fa.0431640a.66d2.664c@mx.google.com> <87k4hifn6w.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Alan, "Alan E. Davis" wrote: > I adapted something from Sacha Chua: a file with links to my most > frequently accessed links. I too have been seeking some way to make > this automatic, but even as it is, it works great. > > I call the file "Pointers.org". > > It is just an org-mode file, each headline is a link. > > Then, in my init file (.emacs) is the following: > > ,---- > | (defun pointers () > | (interactive) > | (find-file "~/org/Pointers.org")) > | (define-key global-map "\C-c0" 'pointers) > `---- > > It's not too hard to install a new link at the top of the file. I guess > it would also be easy to write a function or use a capture template to > do this. It could be interesting to look at Emacs "bookmarks" (C-x r l), and maybe s= ee how to come up with an org-bookmarks that would take the best of both world= s. Just an idea... Best regards, Seb --=20 S=C3=A9bastien 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