Re: [O] info for org not found in emacs

2012-12-12 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/12/12 11:29, Jambunathan K wrote:
 Rainer M Krug r.m.k...@gmail.com writes:
 
 On 10/12/12 23:15, Charles wrote:
 On 12/10/2012 12:43 PM, Eric Schulte wrote:
 Rainer M Krug r.m.k...@gmail.com writes:
 
 On 10/12/12 17:50, Jambunathan K wrote:
 Rainer M Krug rai...@krugs.de writes:
 
 Thanks - does anybody else has any ideas on how I can get org into info?
 M-x info-display-manual RET ~/src/org-mode/doc/org RET
 
 This definitely works - thanks. But is there a way of adding this 
 permanentely, so that
 I can use the menu entry in the org menu to see the info file?
 
 The following works for me (your mileage may vary)
 
 ;; info paths (add-to-list 'Info-default-directory-list 
 /home/eschulte/.emacs.d/src/org-mode/doc/)
 
 
 
 This did not work.
 
 For my set up (see below) I have tried Eric's suggestion, except 
 /home/Charlie/elisp/org-mode/doc/
 
 I have also tried (expand-file-name ~/elisp/org-mode/doc/) (I found this 
 in the FAQ)
 
 C-h v Info-default-directory-list shows that 
 /home/Charlie/elisp/org-mode/doc loads
 before all other info directories.
 
 Info at the command line and C-h i from Emacs still bring up the manual 
 for 7.9.1 even
 though the 7.9.2 org.doc has been downloaded. . . . . . . . . . . . . After 
 writing the
 above I went back to the FAQ and added the following to my ~/.bash_profile
 
 INFOPATH=/home/Charlie/elisp/org-mode/doc/
 
 How about customizing `Info-additional-directory-list' without touching 
 INFOPATH as suggested
 below?

That is working - thanks. It is the better way then modifying the INFOPATH 
userwide.

Strange that changing the Info-default-directory-list did not work.

Cheers,

Rainer
 
 , | Info-default-directory-list is a variable defined in `info.el'. | Its 
 value is
 (/usr/local/share/info/ /usr/share/info/) | | Documentation: | Default 
 list of directories
 to search for Info | documentation files.  They are searched in the order 
 they are given in |
 the list.  Therefore, the directory of Info files that come with Emacs | 
 normally should come
 last (so that local files override standard | ones), unless Emacs is 
 installed into a
 non-standard directory.  In | the latter case, the directory of Info files 
 that come with
 Emacs | should be first in this list. | | Once Info is started, the list of 
 directories to
 search comes from the | variable `Info-directory-list'.  This variable |
 `Info-default-directory-list' is used as the default for initializing | 
 `Info-directory-list'
 when Info is started, unless the environment | variable INFOPATH is set. | | 
 , | | , |
 | | Although this is a customizable variable, that is mainly for | | | 
 technical reasons.
 Normally, you should either set INFOPATH or | | | customize 
 `Info-additional-directory-list',
 rather than changing | | | this variable. | | ` | ` | | You can 
 customize this
 variable. `
 
 
 
 
 
 
 I added this to the .bashrc and it is working now.
 
 Thanks,
 
 Rainer
 
 
 It works for info from the command line. As a matter of fact the new org 
 info is at the 
 beginning of the info contents. However emacs C-h i only bring up the Org 
 info, even
 though C-h v Info-default-directory-list shows that all info directories 
 are loaded.
 
 Set up: Windows 7 Home Premium, Service Pack 1, 64 bit Cygwin 1.7.17-1 GNU 
 Emacs 
 24.2.1(i686-pc-cygwin, GTK+ Version 2.24.11) of 2012-08-27 on fiona 
 Org-mode version 7.9.2 
 (release_7.9.2-664-gb1f369 @ /home/Charlie/elisp/org-mode/lisp/)
 
 Charlie Millar
 
 
 
 


- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, 
UCT), Dipl. Phys.
(Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax :   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlDIaTIACgkQoYgNqgF2egrpLACfTnzUOidmNH9urOhcOePWTb7T
SUEAn2u3ObN0rX+JkILBKkYaE8PxNMa/
=PxHi
-END PGP SIGNATURE-



Re: [O] info for org not found in emacs

2012-12-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/12/12 19:11, Achim Gratz wrote:
 Rainer M Krug writes:
 This definitely works - thanks. But is there a way of adding this 
 permanentely, so that I can
 use the menu entry in the org menu to see the info file?
 
 As I said before, check that doc/dir is not missing or modified.
 
 
 Regards, Achim.
 

Sorry - must have missed that one. doc/die is fine - I got it from git again, 
and it is the same.

Cheers,

Rainer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlDG6+EACgkQoYgNqgF2egpheQCeKhmmxRxzSYPG7u7b0HDJ2qJl
WnoAnRA2QudKPQRp2y7xJ1G+KJ0cy7Ro
=QEEQ
-END PGP SIGNATURE-



Re: [O] info for org not found in emacs

2012-12-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/12/12 23:15, Charles wrote:
 On 12/10/2012 12:43 PM, Eric Schulte wrote:
 Rainer M Krug r.m.k...@gmail.com writes:
 
 On 10/12/12 17:50, Jambunathan K wrote:
 Rainer M Krug rai...@krugs.de writes:
 
 Thanks - does anybody else has any ideas on how I can get org into info?
 M-x info-display-manual RET ~/src/org-mode/doc/org RET
 
 This definitely works - thanks. But is there a way of adding this 
 permanentely, so that I
 can use the menu entry in the org menu to see the info file?
 
 The following works for me (your mileage may vary)
 
 ;; info paths (add-to-list 'Info-default-directory-list 
 /home/eschulte/.emacs.d/src/org-mode/doc/)
 
 

This did not work.

 For my set up (see below) I have tried Eric's suggestion, except
 /home/Charlie/elisp/org-mode/doc/
 
 I have also tried (expand-file-name ~/elisp/org-mode/doc/) (I found this in 
 the FAQ)
 
 C-h v Info-default-directory-list shows that 
 /home/Charlie/elisp/org-mode/doc loads before
 all other info directories.
 
 Info at the command line and C-h i from Emacs still bring up the manual for 
 7.9.1 even though
 the 7.9.2 org.doc has been downloaded. . . . . . . . . . . . . After writing 
 the above I went
 back to the FAQ and added the following to my ~/.bash_profile
 
 INFOPATH=/home/Charlie/elisp/org-mode/doc/

I added this to the .bashrc and it is working now.

Thanks,

Rainer

 
 It works for info from the command line. As a matter of fact the new org info 
 is at the
 beginning of the info contents. However emacs C-h i only bring up the Org 
 info, even though
 C-h v Info-default-directory-list shows that all info directories are 
 loaded.
 
 Set up: Windows 7 Home Premium, Service Pack 1, 64 bit Cygwin 1.7.17-1 GNU 
 Emacs
 24.2.1(i686-pc-cygwin, GTK+ Version 2.24.11) of 2012-08-27 on fiona Org-mode 
 version 7.9.2
 (release_7.9.2-664-gb1f369 @ /home/Charlie/elisp/org-mode/lisp/)
 
 Charlie Millar
 
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlDG7f0ACgkQoYgNqgF2egqkEQCfa6DulBOOee6MLoA7ULliKB1B
XewAn08znkb7wEF9q3n/aECV+1AXD/Ny
=ZJE3
-END PGP SIGNATURE-



Re: [O] info for org not found in emacs

2012-12-11 Thread Jambunathan K
Rainer M Krug r.m.k...@gmail.com writes:

 On 10/12/12 23:15, Charles wrote:
 On 12/10/2012 12:43 PM, Eric Schulte wrote:
 Rainer M Krug r.m.k...@gmail.com writes:
 
 On 10/12/12 17:50, Jambunathan K wrote:
 Rainer M Krug rai...@krugs.de writes:
 
 Thanks - does anybody else has any ideas on how I can get org into info?
 M-x info-display-manual RET ~/src/org-mode/doc/org RET
 
 This definitely works - thanks. But is there a way of adding this
 permanentely, so that I
 can use the menu entry in the org menu to see the info file?
 
 The following works for me (your mileage may vary)
 
 ;; info paths (add-to-list 'Info-default-directory-list 
 /home/eschulte/.emacs.d/src/org-mode/doc/)
 
 

 This did not work.

 For my set up (see below) I have tried Eric's suggestion, except
 /home/Charlie/elisp/org-mode/doc/
 
 I have also tried (expand-file-name ~/elisp/org-mode/doc/) (I
 found this in the FAQ)
 
 C-h v Info-default-directory-list shows that
 /home/Charlie/elisp/org-mode/doc loads before
 all other info directories.
 
 Info at the command line and C-h i from Emacs still bring up the
 manual for 7.9.1 even though
 the 7.9.2 org.doc has been downloaded. . . . . . . . . . . . . After
 writing the above I went
 back to the FAQ and added the following to my ~/.bash_profile
 
 INFOPATH=/home/Charlie/elisp/org-mode/doc/

How about customizing `Info-additional-directory-list' without touching
INFOPATH as suggested below?

,
| Info-default-directory-list is a variable defined in `info.el'.
| Its value is (/usr/local/share/info/ /usr/share/info/)
| 
| Documentation: 
| Default list of directories to search for Info
| documentation files.  They are searched in the order they are given in
| the list.  Therefore, the directory of Info files that come with Emacs
| normally should come last (so that local files override standard
| ones), unless Emacs is installed into a non-standard directory.  In
| the latter case, the directory of Info files that come with Emacs
| should be first in this list.
| 
| Once Info is started, the list of directories to search comes from the
| variable `Info-directory-list'.  This variable
| `Info-default-directory-list' is used as the default for initializing
| `Info-directory-list' when Info is started, unless the environment
| variable INFOPATH is set.
| 
| ,
| | ,
| | | Although this is a customizable variable, that is mainly for
| | | technical reasons.  Normally, you should either set INFOPATH or
| | | customize `Info-additional-directory-list', rather than changing
| | | this variable.
| | `
| `
| 
| You can customize this variable.
`






 I added this to the .bashrc and it is working now.

 Thanks,

 Rainer

 
 It works for info from the command line. As a matter of fact the new
 org info is at the
 beginning of the info contents. However emacs C-h i only bring up
 the Org info, even though
 C-h v Info-default-directory-list shows that all info directories are 
 loaded.
 
 Set up: Windows 7 Home Premium, Service Pack 1, 64 bit Cygwin 1.7.17-1 GNU 
 Emacs
 24.2.1(i686-pc-cygwin, GTK+ Version 2.24.11) of 2012-08-27 on fiona
 Org-mode version 7.9.2
 (release_7.9.2-664-gb1f369 @ /home/Charlie/elisp/org-mode/lisp/)
 
 Charlie Millar
 
 


-- 



Re: [O] info for org not found in emacs

2012-12-11 Thread Achim Gratz
Rainer M Krug r.m.krug at gmail.com writes:
 Sorry - must have missed that one. doc/die is fine

Then you must have changed something else in your setup.


Once Info is started, the list of directories to search
comes from the variable `Info-directory-list'.
This variable `Info-default-directory-list' is used as the default
for initializing `Info-directory-list' when Info is started, unless
the environment variable INFOPATH is set.

Although this is a customizable variable, that is mainly for technical
reasons.  Normally, you should either set INFOPATH or customize
`Info-additional-directory-list', rather than changing this variable.


Check the content of those variables and maybe if INFOPATH is set to something
strange.


Regards,
Achim.




Re: [O] info for org not found in emacs

2012-12-11 Thread Jambunathan K
Achim Gratz strom...@nexgo.de writes:

 Check the content of those variables and maybe if INFOPATH is set to something
 strange.

M-: (getenv INFOPATH)

-- 



Re: [O] info for org not found in emacs

2012-12-11 Thread Charles
N.B. I am resending this message; I only replied to Nick and did not 
send it to the list.


On 12/10/2012 5:26 PM, Nick Dokos wrote:

Charles mill...@verizon.net wrote:


Info at the command line and C-h i from Emacs still bring up the manual for 
7.9.1 even though the 7.9.2 org.doc has been downloaded.

Have you done ``make doc'' after downloading?

Nick

believe the problem is that the /elisp/org-mode/doc is not loaded into 
the general Cygwin info files and the problem is not updating the 
manual, guide, etc.


I pulled from git and the manuals were updated during the pull. As you 
suggested I also ran make doc while in elisp/org-mode and essentially 
make stated that all files were up to date.


I checked the html, pdf and emacs versions of the manual and all of them 
are 7.9.2 (release 7.9.2-664-gb1f369). By tghe way I had already 
commented out any changes to my innit.el file and bash_profile that I 
made last evening.


When I call info from the command line and also from within emacs 
version 7.9.1 shows. So does manual corrsepond with the latest org 
version that was included in the emacs package? Also, even though I use 
Eric's suggestion and add ~/elsip/org-mode/doc to the 
Info-default-directory-list, when I call C-h i the 7.9.1 version is in 
the info tree, even though ~/elisp/org-mode/doc is loaded.


As I described earlier my earlier attempt, i.e. added 
INFOPATH=/home/Charlie/elisp/org-mode/doc/ to my bash_profile loaded the 
latest org manual into the general info tree but so was org manual 
version 7.9.1; however, when I was in emacs (the bash_profile was still 
modified) and called info, only the latest org manual was shown; none of 
the rest of the info tree was shown and I could not access it.


For users as myself, i.e. one laptop, one user, no network, should 
INFOPATH be further modified in bash_profile so that the outdated 
version of Org doc is removed from the info tree and the current one 
replaces it and at the same time the entire info tree is accessed from 
emacs?


Set up:
Windows 7 Home Premium, Service Pack 1, 64 bit
Cygwin 1.7.17-1
GNU Emacs 24.2.1(i686-pc-cygwin, GTK+ Version 2.24.11) of 2012-08-27 on 
fiona
Org-mode version 7.9.2 (release_7.9.2-664-gb1f369 @ 
/home/Charlie/elisp/org-mode/lisp/)


Charlie


Re: [O] info for org not found in emacs

2012-12-11 Thread Nick Dokos
Charles mill...@verizon.net wrote:

 ... 
 As I described earlier my earlier attempt, i.e. added 
 INFOPATH=/home/Charlie/elisp/org-mode/doc/ to
 my bash_profile loaded the latest org manual into the general info tree but 
 so was org manual
 version 7.9.1; however, when I was in emacs (the bash_profile was still 
 modified) and called info,
 only the latest org manual was shown; none of the rest of the info tree was 
 shown and I could not
 access it.
 

The doc for Info-default-directory-list says:

,
| Once Info is started, the list of directories to search
| comes from the variable `Info-directory-list'.
| This variable `Info-default-directory-list' is used as the default
| for initializing `Info-directory-list' when Info is started, unless
| the environment variable INFOPATH is set.
`

IIUC, this implies that INFOPATH has to encompass *all* the places where
info files should be searched for. In my case, I have the following in
my .profile:

- --8---cut here---start-8---
# standard places
INFOPATH=/usr/local/info:/usr/local/share/info:/usr/info:/usr/share/info
...
# org info dir
INFOPATH=/home/nick/src/emacs/org/org-mode/doc:$INFOPATH
export INFOPATH
- --8---cut here---end---8---

Nick



Re: [O] info for org not found in emacs

2012-12-11 Thread Achim Gratz
Charles writes:
 The following works for me (your mileage may vary)

   ;; info paths
   (add-to-list 'Info-default-directory-list
/home/eschulte/.emacs.d/src/org-mode/doc/)

You should not change this variable at all, the variable to customize is
`Info-additional-directory-list´.  But it is by far easier to simply
install Org.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds




Re: [O] info for org not found in emacs

2012-12-10 Thread Rainer M Krug
Thanks - does anybody else has any ideas on how I can get org into info?

Rainer


On 9 December 2012 06:07, Jude DaShiell jdash...@shellworld.net wrote:

 So far as I now know you've run into a situation that's new to me.


 ---
 jude jdash...@shellworld.net Adobe fiend for failing to Flash





-- 
NEW GERMAN FAX NUMBER!!!

Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Cell:   +27 - (0)83 9479 042
Fax:+27 - (0)86 516 2782
Fax:+49 - (0)321 2125 2244
email:  rai...@krugs.de

Skype:  RMkrug
Google: r.m.k...@gmail.com


Re: [O] info for org not found in emacs

2012-12-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/12/12 17:50, Jambunathan K wrote:
 Rainer M Krug rai...@krugs.de writes:
 
 Thanks - does anybody else has any ideas on how I can get org into info?
 
 M-x info-display-manual RET ~/src/org-mode/doc/org RET
 

This definitely works - thanks. But is there a way of adding this permanentely, 
so that I can use
the menu entry in the org menu to see the info file?

Rianer


- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, 
UCT), Dipl. Phys.
(Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax :   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlDGHKwACgkQoYgNqgF2egrGfgCfT/Kfok/MJHewAaYKauZvNNel
2GEAn0bCTRjuQgEu+hKsKAzZtio9SjdR
=uPej
-END PGP SIGNATURE-



Re: [O] info for org not found in emacs

2012-12-10 Thread Eric Schulte
Rainer M Krug r.m.k...@gmail.com writes:

 On 10/12/12 17:50, Jambunathan K wrote:
 Rainer M Krug rai...@krugs.de writes:
 
 Thanks - does anybody else has any ideas on how I can get org into info?
 
 M-x info-display-manual RET ~/src/org-mode/doc/org RET
 

 This definitely works - thanks. But is there a way of adding this 
 permanentely, so that I can use
 the menu entry in the org menu to see the info file?


The following works for me (your mileage may vary)

  ;; info paths
  (add-to-list 'Info-default-directory-list
   /home/eschulte/.emacs.d/src/org-mode/doc/)

Best,

-- 
Eric Schulte
http://cs.unm.edu/~eschulte



Re: [O] info for org not found in emacs

2012-12-10 Thread Achim Gratz
Rainer M Krug writes:
 This definitely works - thanks. But is there a way of adding this
 permanentely, so that I can use the menu entry in the org menu to see
 the info file?

As I said before, check that doc/dir is not missing or modified.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables




Re: [O] info for org not found in emacs

2012-12-10 Thread Jambunathan K
Rainer M Krug rai...@krugs.de writes:

 Thanks - does anybody else has any ideas on how I can get org into
 info?

M-x info-display-manual RET ~/src/org-mode/doc/org RET

-- 



Re: [O] info for org not found in emacs

2012-12-10 Thread Charles

On 12/10/2012 12:43 PM, Eric Schulte wrote:

Rainer M Krug r.m.k...@gmail.com writes:


On 10/12/12 17:50, Jambunathan K wrote:

Rainer M Krug rai...@krugs.de writes:


Thanks - does anybody else has any ideas on how I can get org into info?

M-x info-display-manual RET ~/src/org-mode/doc/org RET


This definitely works - thanks. But is there a way of adding this permanentely, 
so that I can use
the menu entry in the org menu to see the info file?


The following works for me (your mileage may vary)

   ;; info paths
   (add-to-list 'Info-default-directory-list
/home/eschulte/.emacs.d/src/org-mode/doc/)


For my set up (see below) I have tried Eric's suggestion, except 
/home/Charlie/elisp/org-mode/doc/


I have also tried (expand-file-name ~/elisp/org-mode/doc/) (I found 
this in the FAQ)


C-h v Info-default-directory-list shows that 
/home/Charlie/elisp/org-mode/doc loads before all other info directories.


Info at the command line and C-h i from Emacs still bring up the 
manual for 7.9.1 even though the 7.9.2 org.doc has been downloaded.

. . . . . . . . . . . .
After writing the above I went back to the FAQ and added the following 
to my ~/.bash_profile


INFOPATH=/home/Charlie/elisp/org-mode/doc/

It works for info from the command line. As a matter of fact the new org 
info is at the beginning of the info contents. However emacs C-h i only 
bring up the Org info, even though C-h v Info-default-directory-list 
shows that all info directories are loaded.


Set up:
Windows 7 Home Premium, Service Pack 1, 64 bit
Cygwin 1.7.17-1
GNU Emacs 24.2.1(i686-pc-cygwin, GTK+ Version 2.24.11) of 2012-08-27 on 
fiona
Org-mode version 7.9.2 (release_7.9.2-664-gb1f369 @ 
/home/Charlie/elisp/org-mode/lisp/)


Charlie Millar




Re: [O] info for org not found in emacs

2012-12-10 Thread Nick Dokos
Charles mill...@verizon.net wrote:

 Info at the command line and C-h i from Emacs still bring up the manual for 
 7.9.1 even though the 7.9.2 org.doc has been downloaded.

Have you done ``make doc'' after downloading?

Nick



Re: [O] info for org not found in emacs

2012-12-10 Thread Charles

On 12/10/2012 5:26 PM, Nick Dokos wrote:

Charles mill...@verizon.net wrote:


Info at the command line and C-h i from Emacs still bring up the manual for 
7.9.1 even though the 7.9.2 org.doc has been downloaded.

Have you done ``make doc'' after downloading?

Nick



-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2013.0.2805 / Virus Database: 2634/5948 - Release Date: 12/09/12


As I recall, I have tried this, but will try again after the next 
download. Before doing so I'll comment out the changes I mentioned.


Charlie



Re: [O] info for org not found in emacs

2012-12-08 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/12/12 23:02, Jude DaShiell wrote:
 Try /usr/local/info, when I had that problem with org-mode that's where the 
 file would end
 up.On Fri, 7 Dec 2012, Rainer M Krug wrote:

Well - it is in the directory .emacs.d/org-mode/doc/ but emacs does not find it.

I added

(setq Info-default-directory-list
(append '(~/.emacs.d/.emacs.d/org-mode/doc ~/.emacs.d/ess/doc/info)
Info-default-directory-list))

to my .emacs file, but this doesn't change anything. Actually, I don't even 
have a org.info file?
make.info does return:

:~/.emacs.d/org-mode$ make info
make -C doc info
make[1]: Entering directory `/home/rkrug/.emacs.d/org-mode-git/org-mode/doc'
make[1]: Nothing to be done for `info'.
make[1]: Leaving directory `/home/rkrug/.emacs.d/org-mode-git/org-mode/doc'

Any suggestions?

Rainer


 
 Hi
 
 I am using org from git using the following commands (in a script):
 
 ## cd ~/.emacs.d/org-mode-git/org-mode git checkout 
 master git fetch --tags
 origin git pull git gc git checkout master make clean make make autoloads 
 make doc make info 
 ##
 
 But I can't find the info file and get the error message Info-find-file: 
 Info file org does
 not exist.
 
 How can I tell where emacs can find the info file (I assume it is in the doc/ 
 subdirectory?)?
 
 Thanks,
 
 Rainer
 
 
 
 
 --- 
 jude
 jdash...@shellworld.net Adobe fiend for failing to Flash
 
 

- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, 
UCT), Dipl. Phys.
(Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax :   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlDDMfcACgkQoYgNqgF2egoz4ACdEfHJhiHk0ge3nxlNBG7FZ2L4
DrcAnipJDEG61OjfbXyH6UQRmkQLPLOe
=I06o
-END PGP SIGNATURE-



Re: [O] info for org not found in emacs

2012-12-08 Thread Jude DaShiell
Check out the local.mk file in the root of the org-mode file system, it 
could be some value in that file is messed up.


--- 
jude jdash...@shellworld.net Adobe fiend for failing to Flash





Re: [O] info for org not found in emacs

2012-12-08 Thread Rainer Krug
There is prefix=/usr/share, but I am not installing - only compiling, and
it was working for a long time.

On Sat, Dec 8, 2012 at 1:33 PM, Jude DaShiell jdash...@shellworld.netwrote:

 Check out the local.mk file in the root of the org-mode file system, it
 could be some value in that file is messed up.


 ---
 jude jdash...@shellworld.net Adobe fiend for failing to Flash





Re: [O] info for org not found in emacs

2012-12-08 Thread Achim Gratz
Rainer Krug writes:
 There is prefix=/usr/share, but I am not installing - only compiling,
 and it was working for a long time.

Try

git checkout doc/dir


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada




Re: [O] info for org not found in emacs

2012-12-08 Thread Jude DaShiell
So far as I now know you've run into a situation that's new to me.


--- 
jude jdash...@shellworld.net Adobe fiend for failing to Flash





[O] info for org not found in emacs

2012-12-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

I am using org from git using the following commands (in a script):

##
cd ~/.emacs.d/org-mode-git/org-mode
git checkout master
git fetch --tags origin
git pull
git gc
git checkout master
make clean
make
make autoloads
make doc
make info
##

But I can't find the info file and get the error message Info-find-file: Info 
file org does not
exist.

How can I tell where emacs can find the info file (I assume it is in the doc/ 
subdirectory?)?

Thanks,

Rainer

- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, 
UCT), Dipl. Phys.
(Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax :   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlDB/CAACgkQoYgNqgF2egoT5wCePFG8JfsokJ6Vyc+/+C3qo2BY
jvgAnjlyZV2yenyrVDj+1HwMRsd+fhfm
=AtFN
-END PGP SIGNATURE-



Re: [O] info for org not found in emacs

2012-12-07 Thread Grégoire Jadi
Rainer M Krug r.m.k...@gmail.com writes:

 Hi

 I am using org from git using the following commands (in a script):

 ##
 cd ~/.emacs.d/org-mode-git/org-mode
 git checkout master
 git fetch --tags origin
 git pull
 git gc
 git checkout master
 make clean
 make
 make autoloads
 make doc
 make info
 ##

 But I can't find the info file and get the error message Info-find-file: 
 Info file org does not
 exist.

 How can I tell where emacs can find the info file (I assume it is in the doc/ 
 subdirectory?)?

(add-to-list 'Info-default-directory-list
 (expand-file-name ~/.emacs.d/org-mode-git/org-mode/doc))


 Thanks,

 Rainer

 --
 Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, 
 UCT), Dipl. Phys.
 (Germany)

 Centre of Excellence for Invasion Biology
 Stellenbosch University
 South Africa

 Tel :   +33 - (0)9 53 10 27 44
 Cell:   +33 - (0)6 85 62 59 98
 Fax :   +33 - (0)9 58 10 27 44

 Fax (D):+49 - (0)3 21 21 25 22 44

 email:  rai...@krugs.de

 Skype:  RMkrug




Re: [O] info for org not found in emacs

2012-12-07 Thread Jude DaShiell
Try /usr/local/info, when I had that problem with org-mode that's where 
the file would end up.On Fri, 7 Dec 2012, Rainer M Krug wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi
 
 I am using org from git using the following commands (in a script):
 
 ##
 cd ~/.emacs.d/org-mode-git/org-mode
 git checkout master
 git fetch --tags origin
 git pull
 git gc
 git checkout master
 make clean
 make
 make autoloads
 make doc
 make info
 ##
 
 But I can't find the info file and get the error message Info-find-file: 
 Info file org does not
 exist.
 
 How can I tell where emacs can find the info file (I assume it is in the doc/ 
 subdirectory?)?
 
 Thanks,
 
 Rainer
 
 - -- 
 Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, 
 UCT), Dipl. Phys.
 (Germany)
 
 Centre of Excellence for Invasion Biology
 Stellenbosch University
 South Africa
 
 Tel :   +33 - (0)9 53 10 27 44
 Cell:   +33 - (0)6 85 62 59 98
 Fax :   +33 - (0)9 58 10 27 44
 
 Fax (D):+49 - (0)3 21 21 25 22 44
 
 email:  rai...@krugs.de
 
 Skype:  RMkrug
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.11 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
 
 iEYEARECAAYFAlDB/CAACgkQoYgNqgF2egoT5wCePFG8JfsokJ6Vyc+/+C3qo2BY
 jvgAnjlyZV2yenyrVDj+1HwMRsd+fhfm
 =AtFN
 -END PGP SIGNATURE-
 
 

---
jude jdash...@shellworld.net
Adobe fiend for failing to Flash