* info for org not found in emacs
@ 2012-12-07 14:24 Rainer M Krug
2012-12-07 14:39 ` Grégoire Jadi
2012-12-07 22:02 ` Jude DaShiell
0 siblings, 2 replies; 25+ messages in thread
From: Rainer M Krug @ 2012-12-07 14:24 UTC (permalink / raw)
To: emacs-orgmode
-----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: Rainer@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-----
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-07 14:24 info for org not found in emacs Rainer M Krug
@ 2012-12-07 14:39 ` Grégoire Jadi
2012-12-07 22:02 ` Jude DaShiell
1 sibling, 0 replies; 25+ messages in thread
From: Grégoire Jadi @ 2012-12-07 14:39 UTC (permalink / raw)
To: emacs-orgmode
Rainer M Krug <r.m.krug@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: Rainer@krugs.de
>
> Skype: RMkrug
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-07 14:24 info for org not found in emacs Rainer M Krug
2012-12-07 14:39 ` Grégoire Jadi
@ 2012-12-07 22:02 ` Jude DaShiell
2012-12-08 12:26 ` Rainer M Krug
1 sibling, 1 reply; 25+ messages in thread
From: Jude DaShiell @ 2012-12-07 22:02 UTC (permalink / raw)
To: Rainer; +Cc: emacs-orgmode
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: Rainer@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 <jdashiel@shellworld.net>
Adobe fiend for failing to Flash
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-07 22:02 ` Jude DaShiell
@ 2012-12-08 12:26 ` Rainer M Krug
2012-12-08 12:33 ` Jude DaShiell
0 siblings, 1 reply; 25+ messages in thread
From: Rainer M Krug @ 2012-12-08 12:26 UTC (permalink / raw)
To: Jude DaShiell; +Cc: emacs-orgmode
-----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
> <jdashiel@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: Rainer@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-----
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-08 12:26 ` Rainer M Krug
@ 2012-12-08 12:33 ` Jude DaShiell
2012-12-08 13:11 ` Rainer Krug
0 siblings, 1 reply; 25+ messages in thread
From: Jude DaShiell @ 2012-12-08 12:33 UTC (permalink / raw)
To: Rainer; +Cc: emacs-orgmode
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 <jdashiel@shellworld.net> Adobe fiend for failing to Flash
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-08 12:33 ` Jude DaShiell
@ 2012-12-08 13:11 ` Rainer Krug
2012-12-08 20:28 ` Achim Gratz
2012-12-09 5:07 ` Jude DaShiell
0 siblings, 2 replies; 25+ messages in thread
From: Rainer Krug @ 2012-12-08 13:11 UTC (permalink / raw)
To: Jude DaShiell; +Cc: Rainer, emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 463 bytes --]
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 <jdashiel@shellworld.net>wrote:
> 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 <jdashiel@shellworld.net> Adobe fiend for failing to Flash
>
>
>
[-- Attachment #2: Type: text/html, Size: 841 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-08 13:11 ` Rainer Krug
@ 2012-12-08 20:28 ` Achim Gratz
2012-12-09 5:07 ` Jude DaShiell
1 sibling, 0 replies; 25+ messages in thread
From: Achim Gratz @ 2012-12-08 20:28 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-08 13:11 ` Rainer Krug
2012-12-08 20:28 ` Achim Gratz
@ 2012-12-09 5:07 ` Jude DaShiell
2012-12-10 9:26 ` Rainer M Krug
1 sibling, 1 reply; 25+ messages in thread
From: Jude DaShiell @ 2012-12-09 5:07 UTC (permalink / raw)
To: Rainer Krug; +Cc: Rainer, emacs-orgmode
So far as I now know you've run into a situation that's new to me.
---------------------------------------------------------------------------
jude <jdashiel@shellworld.net> Adobe fiend for failing to Flash
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-09 5:07 ` Jude DaShiell
@ 2012-12-10 9:26 ` Rainer M Krug
2012-12-10 16:50 ` Jambunathan K
0 siblings, 1 reply; 25+ messages in thread
From: Rainer M Krug @ 2012-12-10 9:26 UTC (permalink / raw)
To: Jude DaShiell; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 887 bytes --]
Thanks - does anybody else has any ideas on how I can get org into info?
Rainer
On 9 December 2012 06:07, Jude DaShiell <jdashiel@shellworld.net> wrote:
> So far as I now know you've run into a situation that's new to me.
>
>
> ---------------------------------------------------------------------------
> jude <jdashiel@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: Rainer@krugs.de
Skype: RMkrug
Google: R.M.Krug@gmail.com
[-- Attachment #2: Type: text/html, Size: 1508 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-10 9:26 ` Rainer M Krug
@ 2012-12-10 16:50 ` Jambunathan K
2012-12-10 17:32 ` Rainer M Krug
0 siblings, 1 reply; 25+ messages in thread
From: Jambunathan K @ 2012-12-10 16:50 UTC (permalink / raw)
To: Rainer M Krug; +Cc: Jude DaShiell, emacs-orgmode
Rainer M Krug <Rainer@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
--
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-10 16:50 ` Jambunathan K
@ 2012-12-10 17:32 ` Rainer M Krug
2012-12-10 17:43 ` Eric Schulte
2012-12-10 18:11 ` Achim Gratz
0 siblings, 2 replies; 25+ messages in thread
From: Rainer M Krug @ 2012-12-10 17:32 UTC (permalink / raw)
To: Jambunathan K; +Cc: Jude DaShiell, Rainer M Krug, emacs-orgmode
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10/12/12 17:50, Jambunathan K wrote:
> Rainer M Krug <Rainer@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: Rainer@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-----
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-10 17:32 ` Rainer M Krug
@ 2012-12-10 17:43 ` Eric Schulte
2012-12-10 22:15 ` Charles
2012-12-10 18:11 ` Achim Gratz
1 sibling, 1 reply; 25+ messages in thread
From: Eric Schulte @ 2012-12-10 17:43 UTC (permalink / raw)
To: Rainer M Krug; +Cc: Jude DaShiell, Rainer, emacs-orgmode, Jambunathan K
Rainer M Krug <r.m.krug@gmail.com> writes:
> On 10/12/12 17:50, Jambunathan K wrote:
>> Rainer M Krug <Rainer@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
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-10 17:32 ` Rainer M Krug
2012-12-10 17:43 ` Eric Schulte
@ 2012-12-10 18:11 ` Achim Gratz
2012-12-11 8:16 ` Rainer M Krug
1 sibling, 1 reply; 25+ messages in thread
From: Achim Gratz @ 2012-12-10 18:11 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-10 17:43 ` Eric Schulte
@ 2012-12-10 22:15 ` Charles
2012-12-10 22:26 ` Nick Dokos
` (2 more replies)
0 siblings, 3 replies; 25+ messages in thread
From: Charles @ 2012-12-10 22:15 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1808 bytes --]
On 12/10/2012 12:43 PM, Eric Schulte wrote:
> Rainer M Krug <r.m.krug@gmail.com> writes:
>
>> On 10/12/12 17:50, Jambunathan K wrote:
>>> Rainer M Krug <Rainer@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
[-- Attachment #2: Type: text/html, Size: 2926 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-10 22:15 ` Charles
@ 2012-12-10 22:26 ` Nick Dokos
2012-12-10 23:06 ` Charles
2012-12-11 17:07 ` Charles
2012-12-11 8:25 ` Rainer M Krug
2012-12-11 18:10 ` Achim Gratz
2 siblings, 2 replies; 25+ messages in thread
From: Nick Dokos @ 2012-12-10 22:26 UTC (permalink / raw)
To: Charles; +Cc: emacs-orgmode
Charles <millarc@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
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-10 22:26 ` Nick Dokos
@ 2012-12-10 23:06 ` Charles
2012-12-11 17:07 ` Charles
1 sibling, 0 replies; 25+ messages in thread
From: Charles @ 2012-12-10 23:06 UTC (permalink / raw)
To: emacs-orgmode
On 12/10/2012 5:26 PM, Nick Dokos wrote:
> Charles <millarc@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
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-10 18:11 ` Achim Gratz
@ 2012-12-11 8:16 ` Rainer M Krug
2012-12-11 11:23 ` Achim Gratz
0 siblings, 1 reply; 25+ messages in thread
From: Rainer M Krug @ 2012-12-11 8:16 UTC (permalink / raw)
To: Achim Gratz; +Cc: emacs-orgmode
-----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-----
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-10 22:15 ` Charles
2012-12-10 22:26 ` Nick Dokos
@ 2012-12-11 8:25 ` Rainer M Krug
2012-12-11 10:29 ` Jambunathan K
2012-12-11 18:10 ` Achim Gratz
2 siblings, 1 reply; 25+ messages in thread
From: Rainer M Krug @ 2012-12-11 8:25 UTC (permalink / raw)
To: Charles; +Cc: emacs-orgmode
-----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.krug@gmail.com> writes:
>>
>>> On 10/12/12 17:50, Jambunathan K wrote:
>>>> Rainer M Krug <Rainer@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-----
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-11 8:25 ` Rainer M Krug
@ 2012-12-11 10:29 ` Jambunathan K
2012-12-12 11:23 ` Rainer M Krug
0 siblings, 1 reply; 25+ messages in thread
From: Jambunathan K @ 2012-12-11 10:29 UTC (permalink / raw)
To: Rainer M Krug; +Cc: emacs-orgmode, Charles
Rainer M Krug <r.m.krug@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.krug@gmail.com> writes:
>>>
>>>> On 10/12/12 17:50, Jambunathan K wrote:
>>>>> Rainer M Krug <Rainer@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
>>
>>
>
--
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-11 8:16 ` Rainer M Krug
@ 2012-12-11 11:23 ` Achim Gratz
2012-12-11 13:01 ` Jambunathan K
0 siblings, 1 reply; 25+ messages in thread
From: Achim Gratz @ 2012-12-11 11:23 UTC (permalink / raw)
To: emacs-orgmode
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.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-11 11:23 ` Achim Gratz
@ 2012-12-11 13:01 ` Jambunathan K
0 siblings, 0 replies; 25+ messages in thread
From: Jambunathan K @ 2012-12-11 13:01 UTC (permalink / raw)
To: emacs-orgmode
Achim Gratz <Stromeko@NexGo.DE> writes:
> Check the content of those variables and maybe if INFOPATH is set to something
> strange.
M-: (getenv "INFOPATH")
--
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-10 22:26 ` Nick Dokos
2012-12-10 23:06 ` Charles
@ 2012-12-11 17:07 ` Charles
2012-12-11 17:31 ` Nick Dokos
1 sibling, 1 reply; 25+ messages in thread
From: Charles @ 2012-12-11 17:07 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 2292 bytes --]
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 <millarc@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
[-- Attachment #2: Type: text/html, Size: 3179 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-11 17:07 ` Charles
@ 2012-12-11 17:31 ` Nick Dokos
0 siblings, 0 replies; 25+ messages in thread
From: Nick Dokos @ 2012-12-11 17:31 UTC (permalink / raw)
To: Charles; +Cc: emacs-orgmode
Charles <millarc@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
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-10 22:15 ` Charles
2012-12-10 22:26 ` Nick Dokos
2012-12-11 8:25 ` Rainer M Krug
@ 2012-12-11 18:10 ` Achim Gratz
2 siblings, 0 replies; 25+ messages in thread
From: Achim Gratz @ 2012-12-11 18:10 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: info for org not found in emacs
2012-12-11 10:29 ` Jambunathan K
@ 2012-12-12 11:23 ` Rainer M Krug
0 siblings, 0 replies; 25+ messages in thread
From: Rainer M Krug @ 2012-12-12 11:23 UTC (permalink / raw)
To: Jambunathan K; +Cc: emacs-orgmode, Charles
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11/12/12 11:29, Jambunathan K wrote:
> Rainer M Krug <r.m.krug@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.krug@gmail.com> writes:
>>>>
>>>>> On 10/12/12 17:50, Jambunathan K wrote:
>>>>>> Rainer M Krug <Rainer@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: Rainer@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-----
^ permalink raw reply [flat|nested] 25+ messages in thread
end of thread, other threads:[~2012-12-12 11:23 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07 14:24 info for org not found in emacs Rainer M Krug
2012-12-07 14:39 ` Grégoire Jadi
2012-12-07 22:02 ` Jude DaShiell
2012-12-08 12:26 ` Rainer M Krug
2012-12-08 12:33 ` Jude DaShiell
2012-12-08 13:11 ` Rainer Krug
2012-12-08 20:28 ` Achim Gratz
2012-12-09 5:07 ` Jude DaShiell
2012-12-10 9:26 ` Rainer M Krug
2012-12-10 16:50 ` Jambunathan K
2012-12-10 17:32 ` Rainer M Krug
2012-12-10 17:43 ` Eric Schulte
2012-12-10 22:15 ` Charles
2012-12-10 22:26 ` Nick Dokos
2012-12-10 23:06 ` Charles
2012-12-11 17:07 ` Charles
2012-12-11 17:31 ` Nick Dokos
2012-12-11 8:25 ` Rainer M Krug
2012-12-11 10:29 ` Jambunathan K
2012-12-12 11:23 ` Rainer M Krug
2012-12-11 18:10 ` Achim Gratz
2012-12-10 18:11 ` Achim Gratz
2012-12-11 8:16 ` Rainer M Krug
2012-12-11 11:23 ` Achim Gratz
2012-12-11 13:01 ` Jambunathan K
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).