Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-17 Thread Nick Dokos
Roland Everaert writes: > With the minimal-config, the org version is "Org-mode version 8.3beta > (release_8.3beta-40-g9cf3c4 @ > /home/reveatwork/.emacs.d/site-lisp/org-mode/lisp/)". So I have created a file > that load only org-mode and my configuration. > > It begins like this: > > (let ((de

Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-15 Thread Sean O'Halpin
Hi, This might be something to do with the order in which package initialization and the loading of your init.el file happen. I use the following alias to put my local org-mode git repo paths ahead of anything emacs does on launch (in startup.el or site-start.el, etc.): : alias emacs='/usr/local/

Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-14 Thread Roland Everaert
org-mode will makes me crazy. After a deep review (well rewrite my entire configuration based on norang's one) org-mode is working again, but its the version bundled with emacs that seems to be loaded and not the one I downloaded from the git repository. My emacs configuration is structured like

Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-04 Thread John Hendy
On Fri, Jul 4, 2014 at 5:55 AM, Roland Everaert wrote: > Hi, > > After further investigation, it is the call to the function > (org-agenda-to-appt) inside the function bh/org-agenda-to-appt that is > causing the error. > > The body of the function: > > ; Erase all reminders and rebuilt reminders f

Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-04 Thread Roland Everaert
Hi, After further investigation, it is the call to the function (org-agenda-to-appt) inside the function bh/org-agenda-to-appt that is causing the error. The body of the function: ; Erase all reminders and rebuilt reminders for today from the agenda (defun bh/org-agenda-to-appt () (interactive

Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-03 Thread Roland Everaert
Hi John, I am using Bernt's configuration (at least a part of it) for years without problems until I switch to org 8. I hame commented most of my init.el file and uncomment bits of configuration lines one at a time. and I have found where is located the problem. I have know to investigate why it

Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-01 Thread John Hendy
On Tue, Jul 1, 2014 at 5:04 AM, Roland Everaert wrote: > I have upgraded using git on a Linux fedora 20 64 bit. > > I perform the following commands from the directory of org-mode: > > make clean > git pull > make I usually do git pull > make clean > make, but don't know if that makes a differenc

Re: [O] Problem with org-mode after upgradiing to org 8

2014-06-30 Thread John Hendy
On Jun 30, 2014 4:48 AM, "Roland Everaert" wrote: > > Second part of the message: > > Information from M-x org-version: > > Org-mode version beta_8.3 (beta_8.3-16-g16c71d6 @ /home/reveatwork/.emacs.d/site-lisp/org-mode/lisp/) > > I have downloaded the last version using git. Can you elaborate on

Re: [O] Problem with org-mode after upgradiing to org 8

2014-06-30 Thread Roland Everaert
Second part of the message: Information from M-x org-version: Org-mode version beta_8.3 (beta_8.3-16-g16c71d6 @ /home/reveatwork/.emacs.d/site-lisp/org-mode/lisp/) I have downloaded the last version using git. How can I switch to a stable branch instead of the last beta, to check if that solves

[O] Problem with org-mode after upgradiing to org 8

2014-06-30 Thread Roland Everaert
Hi, I have recently upgraded to org-mode version 8. Each time I start emacs I see the folloinwg error: error "Autoloading failed to define function org-element-cache-reset" And some functionnality of org-mode doesn't seems to work anymore. Informa