Re: [Orgmode] Cannot install 6.29c on Ubuntu 8.04 with emacs 22.1.1

2009-08-11 Thread Nick Dokos
Charles Howard terminalbeach...@googlemail.com wrote:

 Thanks Manish, that's a considerable help. I'm very glad to be told
 about the norang site.
 My .emacs didn't have (require 'org-install) because this was the file
 before running make.
 

You have to put it there: make won't do that.

 Org-mode loads now and mostly works, but I cannot export to latex.
 When I do C-c C-e l
 (or L or p) I get the message `Loading tabify ...done' and emacs
 freezes. No cursor movement,
 no response to input.  Doing C-g unfreezes but there is no .tex
 output. HTML export works fine.
 
 Somebody asked about this problem back in January at
 http://lists.gnu.org/archive/html/emacs-orgmode/2009-01/msg00104.html
 but there was no solution. Does anyone know what causes this?
 
 The *Message* file follows. Chas
 
 =
 
 (emacs ks.org)
 Loading 00debian-vars...done
 Loading /etc/emacs/site-start.d/50ccrypt.el (source)...done
 Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
 Loading debian-ispell...
 Loading /var/cache/dictionaries-common/emacsen-ispell-default.el 
 (source)...done
 Loading debian-ispell...done
 Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done
 Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done
 Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)...done
 Loading /etc/emacs/site-start.d/50lbdb.el (source)...done
 Loading /usr/share/emacs22/site-lisp/emacs-goodies-el/color-theme.el 
 (source)...
 Loading edmacro...done
 Loading /usr/share/emacs22/site-lisp/emacs-goodies-el/color-theme.el
 (source)...done
 Loading desktop...done
 No desktop file.
 Loading cl-macs...done
 For information about GNU Emacs and the GNU system, type C-h C-a.
 Loading tex-mode...
 Loading regexp-opt...done
 Loading tex-mode...done
 Loading org...
 Loading easy-mmode...done
 Loading advice...done
 Loading byte-opt...done
 Loading org...done
 OVERVIEW
 Select command:
 Loading org-latex...done
 Exporting to LaTeX...
 Loading latexenc...done
 Loading tex-mode...done
 Loading tabify...done
 Quit
 
 


What does M-x org-version say?

You might want to try a procedure like this:

o Start emacs without any initialization files with emacs -Q.

o In the *scratch* buffer, type

  (add-to-list 'load-path /path/to/org-6.29/lisp)

where you use the correct path for your installation and type
C-j after the closing paren. That evaluates the expression.

o Still in the *scratch* buffer, type

  (require 'org-install)

and type C-j after the closing paren.

o What does M-x org-version say now?

o If everything has gone OK, try the LaTeX export now. Does it work?


If the above works, then it is probably the case that
you are getting pieces of the org-mode that's part of the emacs
package that came with debian. There have been several posts of this
kind of trouble (usually with Ubuntu) that have required hunting down
all the places where the distro has squirreled away org-mode
initialization files (e.g. /etc/emacs/* which appears prominently in
your log above) and expunging them.

Nick


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Cannot install 6.29c on Ubuntu 8.04 with emacs 22.1.1

2009-08-10 Thread Charles Howard
2009/8/9 Manish mailtomanish.sha...@gmail.com:
 On Sun, Aug 9, 2009 at 3:08 AM, Charles Howard wrote:

 I am trying to install 6.29c onto Ubuntu 8.04 with emacs 22.1.1 and

(cut)

 I don't know the answer to your problem but some of the following might help:

  1. Why is there no (require 'org-install) in excerpt from .emacs?
  2. Where is 6.06 getting loaded from (check using locate-library
 org-install RET)?
  3. Try (add-to-list 'load-path ~/org-6.29c/lisp) instead of the
 version with cons.
  4. Check set up section (2.1) from http://doc.norang.ca/org-mode.html

 HTH
 --
 Manish


Thanks Manish, that's a considerable help. I'm very glad to be told
about the norang site.
My .emacs didn't have (require 'org-install) because this was the file
before running make.

Org-mode loads now and mostly works, but I cannot export to latex.
When I do C-c C-e l
(or L or p) I get the message `Loading tabify ...done' and emacs
freezes. No cursor movement,
no response to input.  Doing C-g unfreezes but there is no .tex
output. HTML export works fine.

Somebody asked about this problem back in January at
http://lists.gnu.org/archive/html/emacs-orgmode/2009-01/msg00104.html
but there was no solution. Does anyone know what causes this?

The *Message* file follows. Chas

=

(emacs ks.org)
Loading 00debian-vars...done
Loading /etc/emacs/site-start.d/50ccrypt.el (source)...done
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...done
Loading debian-ispell...done
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done
Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)...done
Loading /etc/emacs/site-start.d/50lbdb.el (source)...done
Loading /usr/share/emacs22/site-lisp/emacs-goodies-el/color-theme.el (source)...
Loading edmacro...done
Loading /usr/share/emacs22/site-lisp/emacs-goodies-el/color-theme.el
(source)...done
Loading desktop...done
No desktop file.
Loading cl-macs...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Loading tex-mode...
Loading regexp-opt...done
Loading tex-mode...done
Loading org...
Loading easy-mmode...done
Loading advice...done
Loading byte-opt...done
Loading org...done
OVERVIEW
Select command:
Loading org-latex...done
Exporting to LaTeX...
Loading latexenc...done
Loading tex-mode...done
Loading tabify...done
Quit




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Cannot install 6.29c on Ubuntu 8.04 with emacs 22.1.1

2009-08-10 Thread Sebastian Rose
Hi Charles,


You'll need some LaTeX environment installed. On Debian (and thus Ubuntu
IMO), install texlive everything that package pulls
in. Plus the packages you might use in the future.

Synaptic will help here.


   Sebastian



Charles Howard terminalbeach...@googlemail.com writes:
 2009/8/9 Manish mailtomanish.sha...@gmail.com:
 On Sun, Aug 9, 2009 at 3:08 AM, Charles Howard wrote:

 I am trying to install 6.29c onto Ubuntu 8.04 with emacs 22.1.1 and

 (cut)

 I don't know the answer to your problem but some of the following might help:

  1. Why is there no (require 'org-install) in excerpt from .emacs?
  2. Where is 6.06 getting loaded from (check using locate-library
 org-install RET)?
  3. Try (add-to-list 'load-path ~/org-6.29c/lisp) instead of the
 version with cons.
  4. Check set up section (2.1) from http://doc.norang.ca/org-mode.html

 HTH
 --
 Manish


 Thanks Manish, that's a considerable help. I'm very glad to be told
 about the norang site.
 My .emacs didn't have (require 'org-install) because this was the file
 before running make.

 Org-mode loads now and mostly works, but I cannot export to latex.
 When I do C-c C-e l
 (or L or p) I get the message `Loading tabify ...done' and emacs
 freezes. No cursor movement,
 no response to input.  Doing C-g unfreezes but there is no .tex
 output. HTML export works fine.

 Somebody asked about this problem back in January at
 http://lists.gnu.org/archive/html/emacs-orgmode/2009-01/msg00104.html
 but there was no solution. Does anyone know what causes this?

 The *Message* file follows. Chas

 =

 (emacs ks.org)
 Loading 00debian-vars...done
 Loading /etc/emacs/site-start.d/50ccrypt.el (source)...done
 Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
 Loading debian-ispell...
 Loading /var/cache/dictionaries-common/emacsen-ispell-default.el 
 (source)...done
 Loading debian-ispell...done
 Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done
 Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done
 Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)...done
 Loading /etc/emacs/site-start.d/50lbdb.el (source)...done
 Loading /usr/share/emacs22/site-lisp/emacs-goodies-el/color-theme.el 
 (source)...
 Loading edmacro...done
 Loading /usr/share/emacs22/site-lisp/emacs-goodies-el/color-theme.el
 (source)...done
 Loading desktop...done
 No desktop file.
 Loading cl-macs...done
 For information about GNU Emacs and the GNU system, type C-h C-a.
 Loading tex-mode...
 Loading regexp-opt...done
 Loading tex-mode...done
 Loading org...
 Loading easy-mmode...done
 Loading advice...done
 Loading byte-opt...done
 Loading org...done
 OVERVIEW
 Select command:
 Loading org-latex...done
 Exporting to LaTeX...
 Loading latexenc...done
 Loading tex-mode...done
 Loading tabify...done
 Quit

 




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Cannot install 6.29c on Ubuntu 8.04 with emacs 22.1.1

2009-08-09 Thread Charles Howard
I am trying to install 6.29c onto Ubuntu 8.04 with emacs 22.1.1 and
not getting past go. I have had 6.06 running successfully on the same
system with the same emacs for a year and cannot understand why 6.29c
is not succeeding. I am installing in a home directory ~/org-6.29c/
I have tried both as an ordinary user and with sudo; the extracts below
refer to ordinary user.

Below is:

1. Extract of the warning messages that scroll past after the `make'
command. (Several hundred lines) `khave' is my user name.

2. Extract from .emacs file

3. Extract from Makefile

On starting up an .org file, emacs does not load the Org menu or recognize
the sectioning structure, etc.

It seems that no files have gone into the target dirs
($(prefix)/share/emacs/site-lisp
and $(prefix)/share/info).

I'm a moderately sophisticated user of (La)TeX (20 years) and emacs (12 years)
but don't have much experience with make and make install. I'll be
very grateful
for advice.

==
1.

 make
emacs -batch -q -no-site-file -eval (progn (add-to-list (quote
load-path) \/usr/local/share/emacs/site-lisp\) (add-to-list (quote
load-path) (expand-file-name \./lisp/\))) -f batch-byte-compile
lisp/org.el

In end of data:
org.el:16880:1:Warning: the following functions might not be defined at
runtime: calendar-forward-day, parse-time-string, calendar-goto-date,
calendar-goto-today
org.el:16880:1:Warning: the following functions are not known to be defined:
table--at-cell-p, org-clock-update-mode-line, org-default-export-plist,
org-infile-export-plist, org-clock-save-markers-for-cut-and-paste,
org-agenda-save-markers-for-cut-and-paste, dired-get-filename,
org-id-store-link, org-agenda-copy-local-variable, org-gnus-follow-link,
org-inlinetask-remove-END-maybe, org-get-current-options, org-agenda-skip,
org-format-agenda-item, org-agenda-new-marker,
org-agenda-change-all-lines, org-columns-number-to-string,
org-columns-get-format-and-top-level, org-columns-compute,
calendar-absolute-from-iso, calendar-iso-from-absolute,
org-id-locations-save, org-id-locations-load, iswitchb-read-buffer,
cdlatex-tab, beginning-of-visual-line, org-agenda-set-restriction-lock,
speedbar-line-directory, org-agenda-maybe-redo
Wrote /home/khave/org-6.29c/lisp/org.elc
emacs -batch -q -no-site-file -eval (progn (add-to-list (quote
load-path) \/usr/local/share/emacs/site-lisp\) (add-to-list (quote
load-path) (expand-file-name \./lisp/\))) -f batch-byte-compile
lisp/org-agenda.el

In org-finalize-agenda:
org-agenda.el:2415:26:Warning: reference to free variable
`org-agenda-overriding-columns-format'

In end of data:
org-agenda.el:6512:1:Warning: the following functions might not be defined at
runtime: calendar-goto-date, calendar-iso-date-string,
calendar-julian-date-string, calendar-astro-date-string,
calendar-hebrew-date-string, calendar-islamic-date-string,
calendar-french-date-string, calendar-bahai-date-string,
calendar-mayan-date-string, calendar-coptic-date-string,
calendar-ethiopic-date-string, calendar-persian-date-string,
calendar-chinese-date-string
org-agenda.el:6512:1:Warning: the following functions are not known to be
defined: org-columns-quit, calendar-iso-from-absolute,
calendar-absolute-from-iso
Wrote /home/khave/org-6.29c/lisp/org-agenda.elc
emacs -batch -q -no-site-file -eval (progn (add-to-list (quote
load-path) \/usr/local/share/emacs/site-lisp\) (add-to-list (quote
load-path) (expand-file-name \./lisp/\))) -f batch-byte-compile
lisp/org-ascii.el
Wrote /home/khave/org-6.29c/lisp/org-ascii.elc
emacs -batch -q -no-site-file -eval (progn (add-to-list (quote
load-path) \/usr/local/share/emacs/site-lisp\) (add-to-list (quote
load-path) (expand-file-name \./lisp/\))) -f batch-byte-compile
lisp/org-attach.el
Wrote /home/khave/org-6.29c/lisp/org-attach.elc
emacs -batch -q -no-site-file -eval (progn (add-to-list (quote
load-path) \/usr/local/share/emacs/site-lisp\) (add-to-list (quote
load-path) (expand-file-name \./lisp/\))) -f batch-byte-compile
lisp/org-archive.el

In end of data:
org-archive.el:436:1:Warning: the function `org-inlinetask-remove-END-maybe'
is not known to be defined.
Wrote /home/khave/org-6.29c/lisp/org-archive.elc
emacs -batch -q -no-site-file -eval (progn (add-to-list (quote
load-path) \/usr/local/share/emacs/site-lisp\) (add-to-list (quote
load-path) (expand-file-name \./lisp/\))) -f batch-byte-compile
lisp/org-bbdb.el

In end of data:
org-bbdb.el:388:1:Warning: the following functions are not known to be
defined: bbdb-record-name, bbdb-current-record, bbdb-record-getprop,
bbdb-name, bbdb-company, bbdb, bbdb-split, bbdb-string-trim, bbdb-records,
calendar-leap-year-p, diary-ordinal-suffix, bbdb-completing-read-record
Wrote /home/khave/org-6.29c/lisp/org-bbdb.elc
emacs -batch -q -no-site-file -eval (progn (add-to-list (quote
load-path) \/usr/local/share/emacs/site-lisp\) (add-to-list (quote
load-path) (expand-file-name 

Re: [Orgmode] Cannot install 6.29c on Ubuntu 8.04 with emacs 22.1.1

2009-08-09 Thread Manish
On Mon, Aug 10, 2009 at 3:31 AM, Charles Howard wrote:
[snip: making 6.29c work (26 lines)]
 Org-mode loads now and mostly works, but I cannot export to latex.
 When I do C-c C-e l
 (or L or p) I get the message `Loading tabify ...done' and emacs
 freezes. No cursor movement,
 no response to input. Doing C-g unfreezes but there is no .tex
 output. HTML export works fine.

 Somebody asked about this problem back in January at
 http://lists.gnu.org/archive/html/emacs-orgmode/2009-01/msg00104.html
 but there was no solution. Does anyone know what causes this?

 The *Message* file follows. Chas
[snip: excerpt from *Message file (40 lines)]


I tested Latex export on the latest git and it works flawlessly; most likely
it's somthing to do with your specific setup.  Again, I don't know the
solution to your problem but I would start with creating a sample .org
file and a minimal .emacs loaded manually after starting Emacs with -Q.  Keep
adding/removing from/to the .emacs till you find the offending setting.  May
be someone more knowledgeable might have a better clue.  Sorry.

-- 
Manish


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode