Re: [O] Logging of work no longer working with emcas24

2013-01-16 Thread Im Exil
Achim, On Tue, Jan 15, 2013 at 8:10 PM, Achim Gratz wrote: > alias mygtd 'emacs /home/dietmarw/ORGA/GTD/org/mygtd.org' of course ... some things just are too simple to see it. Thanks for this! /Dietmar/

Re: [O] Logging of work no longer working with emcas24

2013-01-15 Thread Achim Gratz
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 t

Re: [O] Logging of work no longer working with emcas24

2013-01-15 Thread Im Exil
OK so I could narrow it down to the following: in my init.el I had this: ;; org-mode (add-to-list 'load-path "~/.emacs.d/plugins/org-mode/lisp") ;; make contrib modules available (add-to-list 'load-path "~/.emacs.d/plugins/org-mode/contrib/lisp" t) (setq org-directory "~/ORGA/GTD/org") ;;(add-to-

Re: [O] Logging of work no longer working with emcas24

2013-01-15 Thread Nick Dokos
Nick Dokos wrote: > Im Exil wrote: > > > Hi, > > > > after I've decided to use emacs24 I found out that logging of work > > does no lpnge work. All I get after typing: "C-c C-x C-i" all I get > > is an empty > > > > CLOCK: > > > > and the message: > > byte-code: Symbol's function definition

Re: [O] Logging of work no longer working with emcas24

2013-01-15 Thread Im Exil
OK there seems indeed to be a problem of the initialisation. I got it to work using a minimal init.el file. Thanks I think I can now start investigating further. On Tue, Jan 15, 2013 at 11:27 AM, Nick Dokos wrote: > > Im Exil wrote: > > > Hi, > > > > after I've decided to use emacs24 I found ou

Re: [O] Logging of work no longer working with emcas24

2013-01-15 Thread Nick Dokos
Im Exil wrote: > Hi, > > after I've decided to use emacs24 I found out that logging of work > does no lpnge work. All I get after typing: "C-c C-x C-i" all I get > is an empty > > CLOCK: > > and the message: > byte-code: Symbol's function definition is void: org-get-effort > > Any idea what

[O] Logging of work no longer working with emcas24

2013-01-15 Thread Im Exil
Hi, after I've decided to use emacs24 I found out that logging of work does no lpnge work. All I get after typing: "C-c C-x C-i" all I get is an empty CLOCK: and the message: byte-code: Symbol's function definition is void: org-get-effort Any idea what I'm missing? I'm using the git version ta