[Orgmode] Org release 6.01

2008-04-14 Thread Carsten Dominik
Here is finally the release of Org version 6.01. Available at http://orgmode.org Enjoy! - Carsten Changes in Version 6.01 ~~~ This is a new major release, mostly because of structural changes in Org. However, since this took a while, there is also a long list of small

[Orgmode] Re: make error when making org fro git

2008-04-14 Thread Rainer Stengele
I just tried to make the git version of org-mode inside emacs. That worked without problems. All my problems before I ran into because I tried to make under windows native! So sorry for the noise. Everything then works as expected - I can use the git version! Rainer Carsten Dominik

[Orgmode] cannot get org-info.js to work

2008-04-14 Thread Rainer Stengele
Hi! How can I get this tool to work! I followed the docs and see this in my file: style type=text/css html { font-family: Times, serif; font-size: 12pt; } .title { text-align: center; } .todo { color: red; } .done { color: green; } .timestamp { color: grey }

[Orgmode] Symbol's function definition is void ((indent))

2008-04-14 Thread Adam Spiers
Hi all, Back after a longish absence - great to see the work has been continuing at a furious pace :-) I just pulled the latest git master and tried a recompile. Works fine on emacs 22, but on emacs 21, I get: emacs -batch -q -eval (progn (add-to-list (quote load-path) \.\) (add-to-list

Re: [Orgmode] Org 6.01 and XEmacs

2008-04-14 Thread Carsten Dominik
On Apr 14, 2008, at 7:08 PM, Tim O'Callaghan wrote: As far as i can tell the problem i see under XEmacs is to do with the use of the :help keyword in easy-menu-define. XEmacs does not support this keyword, and so breaks org mode start-up. I have just released 6.01a which should fix this

Re: [Orgmode] Symbol's function definition is void ((indent))

2008-04-14 Thread Carsten Dominik
On Apr 14, 2008, at 7:13 PM, Adam Spiers wrote: Hi all, Back after a longish absence - great to see the work has been continuing at a furious pace :-) I just pulled the latest git master and tried a recompile. Works fine on emacs 22, but on emacs 21, I get: emacs -batch -q -eval (progn

Re: [Orgmode] Org 6.01 and XEmacs

2008-04-14 Thread Tim O'Callaghan
This is fixed for me, thanks. Tim. On 14/04/2008, Carsten Dominik [EMAIL PROTECTED] wrote: On Apr 14, 2008, at 7:08 PM, Tim O'Callaghan wrote: As far as i can tell the problem i see under XEmacs is to do with the use of the :help keyword in easy-menu-define. XEmacs does not support

Re: [Orgmode] cannot get org-info.js to work

2008-04-14 Thread Sebastian Rose
Hello Rainer, unfortunatly the syntax to setup the script has changed in the meantime, but the documentation did not yet. I hope to upload the new version tomorrow. I suspect your using the git head of orgmode and the version of the script I sent to you a fiew days ago. What has changed in the

Re: [Orgmode] http://orgmode.org/org-info.js is not available at the moment

2008-04-14 Thread Sebastian Rose
Sorry, my fault. I seems I overlooked or missread the mail in question from Bastien. I'll push the next version tomorrow (hopefully with working keyboard input in IE too). Regards -- Sebastian Rose, Hanover, Germany Phone: +49 173 83 93 417 Mail.: [EMAIL PROTECTED], [EMAIL PROTECTED]

[Orgmode] Bug: Error in org-agenda-files = org-remember really breaks.

2008-04-14 Thread Jason Riedy
I haven't tried debugging this one, and I'm still not sure how I figured out the problem. I accidentally set org-agenda-files to a directory ~/.orgs rather than (list ~/.orgs). So something tried to read the directory as a list of files... And then org-remember breaks in utterly confusing ways.