Re: [O] [BUG] Traceback on Org-Export

2012-08-05 Thread Achim Gratz
Bastien writes: > All right. If useful, please push a public branch for this on > orgmode.org. I will try downloading Emacs 23 and see what warnings > will have here. Done, branch name is "Globals". Merge it fast or be prepared for tons of merge conflicts. I already resolved the ones created b

Re: [O] [BUG] Traceback on Org-Export

2012-08-05 Thread Bastien
Achim Gratz writes: > Bastien writes: >> Yes. The whole maze needs a treat. Please submit a patch if you feel >> like undertaking this task. I managed to get zero warnings with Emacs >> 24.1 and did not take the time to check with Emacs 23. > > That is going to be one big hairy patch that touc

Re: [O] [BUG] Traceback on Org-Export

2012-08-04 Thread Achim Gratz
Bastien writes: > Yes. The whole maze needs a treat. Please submit a patch if you feel > like undertaking this task. I managed to get zero warnings with Emacs > 24.1 and did not take the time to check with Emacs 23. That is going to be one big hairy patch that touches almost everything. Maybe i

Re: [O] [BUG] Traceback on Org-Export

2012-08-04 Thread Bastien
Achim Gratz writes: > This seems to be further fallout from moving the require forms in org.el > past the constant and variable definitions (which does make a difference > for Emacs23 vs Emacs24 since the scope rules are now different). > Bastien, what was the problem you were trying to solve the

Re: [O] [BUG] Traceback on Org-Export

2012-08-04 Thread Achim Gratz
Achim Gratz writes: > In any case, the interaction between org and org-element needs a > serious overhaul and while we're at it this work should be extended to > other subsystems of org. I've just pushed two new make targets to master that will compile org with a single Emacs process per file, com

Re: [O] [BUG] Traceback on Org-Export

2012-08-04 Thread Achim Gratz
Luis Anaya writes: > In org-toggle-heading: > org.el:19364:26:Warning: attempt to let-bind constant `org-outline-regexp-bol' Are you using Emacs23? Because I don't get these on Emacs24 and they look positively wierd... Plus, it's one of those instances where it seems to make a difference in which

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Achim Gratz
Luis Anaya writes: > Bastien writes: > Ok... my bad... pilot error... missing (require 'org). I would've > thought (org-install) would've loaded it. Anyway, this solved the > problem by adding the require on my .emacs file. You've just hidden the real problem, which seems to be a missing (require

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Nick Dokos
Luis Anaya wrote: > Giovanni Ridolfi writes: > > >> Ok... my bad... pilot error... missing (require 'org). > > > > ?-) > > > > why is this needed?  > > Good question :) Like I said, I thought that org-install would have > loaded it. But being that I'm more interested in testing the Groff > ex

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Luis Anaya
Giovanni Ridolfi writes: >> Ok... my bad... pilot error... missing (require 'org). > > ?-) > > why is this needed?  Good question :) Like I said, I thought that org-install would have loaded it. But being that I'm more interested in testing the Groff exporter to the latest pull from git, it bec

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Giovanni Ridolfi
Da: Luis Anaya Inviato: Venerdì 3 Agosto 2012 12:43 > Ok... my bad... pilot error... missing (require 'org). > [...]  Anyway, this solved the > problem by adding the require on my .emacs file. ?-) why is this needed?  The documentation doesn't mention it and I commented it out in my .emacs f

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Luis Anaya
Bastien writes: > I can't reproduce this. Perhaps ~$ make cleanall and ~$ make again? Ok... my bad... pilot error... missing (require 'org). I would've thought (org-install) would've loaded it. Anyway, this solved the problem by adding the require on my .emacs file. Now I need some tea... L

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Luis Anaya
Bastien writes: > Hi Luis, > > Luis Anaya writes: > > I can't reproduce this. Perhaps ~$ make cleanall and ~$ make again? Tried it... same error. I'm getting the following compilation error which is too much of a coincidence. I'll keep digging. Luis In org-toggle-heading: org.el:19364:26:

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Bastien
Hi Luis, Luis Anaya writes: > I pulled the latest and greatest from Git after I uploaded by changes > on the exporter and I got the following trace during import of > org-export. I can't reproduce this. Perhaps ~$ make cleanall and ~$ make again? -- Bastien