* Old user needs help
@ 2022-06-13 10:56 Peter Gragert
2022-06-14 7:13 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Peter Gragert @ 2022-06-13 10:56 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 897 bytes --]
Hallo, and thanks for reading.
I am an old user of emacs (since foregoing century) meanwhile 80 year and
5 month old.
Using W11 on an HP laptop
I downloaded emacs (got it in my private Download directory and extracted
the zip THERE)
made a desktop link to run runemacs
And works nicely
using org mode for a lot of different tasks (as I did already long ago)
Came across orgmode.org but that info I can not get to work .
For example I got not as years ago an .emacs at c:/ as was done years ago
by installing emacs
For example I have a juni2022.org file and would like that that org-file is
opened automatically on a click on the emacs desktop short-cut icon.
(years ago something in init.el (load-file "..." )if I remember correctly
So understanding orgmode.com I need, so it looks like, that I have first to
adjust my emacs installation. I appreciate any help.
Thanks Peter Gragert
[-- Attachment #2: Type: text/html, Size: 1359 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Old user needs help
2022-06-13 10:56 Old user needs help Peter Gragert
@ 2022-06-14 7:13 ` Ihor Radchenko
0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2022-06-14 7:13 UTC (permalink / raw)
To: Peter Gragert; +Cc: emacs-orgmode
Peter Gragert <pkhgragert@gmail.com> writes:
> For example I have a juni2022.org file and would like that that org-file is
> opened automatically on a click on the emacs desktop short-cut icon.
> (years ago something in init.el (load-file "..." )if I remember correctly
You can put (find-file "...") near the end of your init.el
See
https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html
and
https://www.gnu.org/software/emacs/manual/html_node/emacs/Visiting.html
Alternatively, you can achieve a similar behavior using
desktop-save-mode. desktop-save-mode will make Emacs remember all the
open files just before closing and later restore them when you open
Emacs again.
See
https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html
Hope if helps.
Best,
Ihor
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-14 7:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-13 10:56 Old user needs help Peter Gragert
2022-06-14 7:13 ` Ihor Radchenko
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.