Im Exil writes:
> Which works perfectly fine. In addition i have the following line
> right below the above:
>
> (find-file "/home/dietmarw/ORGA/GTD/org/mygtd.org")
>
> This breaks the logging funktionality. If I don't auto load the file I
> can open it and everything works fine. But I still like to keep it the
> way that my org-mode file comes up after launching emacs. Is there
> another way to do that that won't break org-mode time logging?

This is to be expected, put any stuff that needs to happen after
initialization into `after-init-hook´.  But in this particular case you
really should simply define an alias that simply loads the file into
Emacs.

alias mygtd 'emacs /home/dietmarw/ORGA/GTD/org/mygtd.org'


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


Reply via email to