help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Opening a bookmark in the init file


From: Emanuel Berg
Subject: Re: Opening a bookmark in the init file
Date: Tue, 03 Mar 2015 02:04:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Robert Thorpe <rt@robertthorpeconsulting.com> writes:

> For years I've setup Emacs so it presents me with my
> ToDo list at startup. It doesn't put me in the right
> place in the file though. I can bookmark the place
> in the file, but using bookmark-jump in the init
> file doesn't work and it doesn't work in
> emacs-startup-hook either.

What's the right place? At the end of the file where
the most recent entries are?

    (find-file "~/TODO")
    (goto-char (point-max))

-- 
underground experts united


reply via email to

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