emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Easily go to some frequently accessed heading (narrowed to


From: Sébastien Vauban
Subject: [Orgmode] Re: Easily go to some frequently accessed heading (narrowed to region)
Date: Thu, 03 Feb 2011 10:27:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

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 see
how to come up with an org-bookmarks that would take the best of both worlds.
Just an idea...

Best regards,
  Seb

-- 
Sébastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]