Re: [O] Emacs Prelude

2011-12-08 Thread Kenny Meyer
   (mapcar (lambda (state)           (evil-declare-key state org-mode-map             (kbd M-l) 'org-metaright             (kbd M-h) 'org-metaleft             (kbd M-k) 'org-metaup             (kbd M-j) 'org-metadown             (kbd M-L) 'org-shiftmetaright             (kbd M-H)

Re: [O] Time tracking with MobileOrg

2011-12-08 Thread Kenny Meyer
tasks from my mobile. Is there any working solution out there? MobileOrg for Android doesn't support Time tracking, it is also not yet planned AFAICS [1] [1] https://github.com/matburt/mobileorg-android/wiki/ -- Kenny Meyer On Thu, Dec 8, 2011 at 4:40 PM, Tobias Kniep opa.kistb...@web.de

Re: [O] [bug] Symbol's function definition is void: org-pop-to-buffer-same-window

2011-12-02 Thread Kenny Meyer
According to this discussion on the mailing list, http://comments.gmane.org/gmane.emacs.orgmode/48571 , this is a known bug. I fixed this by loading org-compat after requiring org-mode from git, just like Sebastian said. -- Kenny Meyer On Thu, Dec 1, 2011 at 12:05 PM, Nick Dokos nicholas.do

Re: [O] [bug] Symbol's function definition is void: org-pop-to-buffer-same-window

2011-12-01 Thread Kenny Meyer
not fix that here. Can you tell me where exactly you loaded org-compat? Org-mode version 7.7 (release_7.7.617.gb1f2) GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.2.0) of 2011-09-29 -- Kenny Meyer On Thu, Dec 1, 2011 at 9:51 AM, Sebastien Vauban wxhgmqzgw...@spammotel.com wrote