Re: [Orgmode] Windows binaries with org-mode preinstalled?

2007-05-12 Thread Scott Jaderholm
On 5/11/07, Joshua Gilliland [EMAIL PROTECTED] wrote: My question is, is there a pre-compiled Windows binary for Emacs (of the installation wizard flavor) that I could download and get the IT to install for me with a minimum of hassle on his part? I looked at Emacs W32, but as far as I can

Re: [Orgmode] Windows binaries with org-mode preinstalled?

2007-05-12 Thread Joshua Gilliland
Thanks a lot, Scott! Org-mode is now working for me. It's been really hard to live without it here at work. Best, Josh On 5/12/07, Scott Jaderholm [EMAIL PROTECTED] wrote: On 5/11/07, Joshua Gilliland [EMAIL PROTECTED] wrote: My question is, is there a pre-compiled Windows binary for

[Orgmode] use of =code= formatting,

2007-05-12 Thread François Lagarde
Hello, My org version is 4.73. I can not jointly use the formatting convention = and _. For example, =_MyClass= will be interpreted as a subscript: codesubMyClass/sub/code. My intention was obviously to only have code_MyClass/code. How can I keep untouched the text between the code

[Orgmode] Compilation errors with 4.73 (undefined functions, wrong number of parameters)

2007-05-12 Thread Holger Arnold
Hello, when I try to byte-compile org-mode (e.g. by doing make), I get a number of error messages about undefined functions and wrong number of parameters (I have attached the output of a make). When I then do M-x org-mode, I get Symbol's function definition is void: find-if. Without

Re: [Orgmode] Compilation errors with 4.73 (undefined functions, wrong number of parameters)

2007-05-12 Thread Eddward DeVilla
It's been a while since I've compiled org. I run uncompiled to get more useful stacks and have easier debug. It's slower but educational. I know when I did compile I always got a mess of errors. I just ignored them and everything worked. For me I think it was attempts to use packages I

Re: [Orgmode] Windows binaries with org-mode preinstalled?

2007-05-12 Thread Eddward DeVilla
Actually, I've never installed org-mode with make. Just unpack the archive in some tempt directory and copy the .el files someplace where you want to store emacs packages. (I have a .emacs_packages directory.) If you keep xemacs, there is a second directory of xemacs only files you'll need.

Re: [Orgmode] Compilation errors with 4.73 (undefined functions, wrong number of parameters)

2007-05-12 Thread Carsten Dominik
What I menat to say is: The problem with find-if is Emacs 21 specific and will be fixed. All the other issues with number of arguments are because the number of arguments of a couple of functions has changed between Emacs 21 and 22. Org-mode is aware of these cases and catches them. The

Re: [Orgmode] Compilation errors with 4.73 (undefined functions, wrong number of parameters)

2007-05-12 Thread Carsten Dominik
This is an issue under Emacs 21, will be fixed in org-mode 4.74. Thanks for reporting it. - Carsten On May 11, 2007, at 16:18, Holger Arnold wrote: Hello, when I try to byte-compile org-mode (e.g. by doing make), I get a number of error messages about undefined functions and wrong number

[Orgmode] Re: Compilation errors with 4.73 (undefined functions, wrong number of parameters)

2007-05-12 Thread Holger Arnold
On 5/11/07, Holger Arnold [EMAIL PROTECTED] wrote: Hello, when I try to byte-compile org-mode (e.g. by doing make), I get a number of error messages about undefined functions and wrong number of parameters (I have attached the output of a make). When I then do M-x org-mode, I get