Re: [O] org-drill installation problem

2012-12-13 Thread Sanjib Sikder
Dear Yagnesh,

I installed the emacs-snapshot manually as was instructed on the site of
ppa.

There is no contrib directory in my .emacs.d folder.

Thanks

-
*Sanjib Sikder
*Ph.D. Fellow
Chemical Engineering
IIT Bombay*

*



On Thu, Dec 13, 2012 at 11:43 AM, Yagnesh Raghava Yakkala 
h...@yagnesh.orgwrote:


 Hello Sanjib,

 On 12月 13 2012, Sanjib Sikder sanjibju2...@gmail.com wrote:

  Dear Yagnesh,
 
  I receive the newsletters regularly with heading for example,
  Emacs-orgmode Digest, Vol 82, Issue 18.

 I think you can change to regular mails instead of digested ones.

 - log in the GNU mailman
   https://lists.gnu.org/mailman/options/emacs-orgmode
 - Look for the section marked Set Digest Mode.
   Set it to off

 - (optionally) you can filter all org list in your gmail so that you can
 avoid
   clutter in your inbox.

  Can you please guide me in adding that contrib/lisp path please ? As i
 do not
  also know how to reply to Anon's message as that reply is not there in
 my mail
  box.

 how did you install org mode in the first place.?

 contrib/lisp is a folder with in the org mode directory

 For example in my .emacs[1] I have following setting to add the contrib
 directory
 to emacs load path.

 --8---cut here---start-8---
 (add-to-list 'load-path
  (expand-file-name ~/.emacs.d/el-get/org-mode/contrib/lisp))
 --8---cut here---end---8---

 correct the path name according to your directory structure.

 Thanks.,

 Footnotes:
 [1] you can study my .emacs (~/.emacs.d) at
 https://github.com/yyr/emacs.d

 --
 ఎందరో మహానుభావులు అందరికి వందనములు
 YYR



Re: [O] org-drill installation problem

2012-12-13 Thread Yagnesh Raghava Yakkala

Hello Sanjib,

On 12月 13 2012, Sanjib Sikder sanjibju2...@gmail.com wrote:

 Dear Yagnesh,

 I installed the emacs-snapshot manually as was instructed on the site of ppa.

 There is no contrib directory in my .emacs.d folder.

The contrib directory should be in org-mode directory *not* in .emacs.d
folder.

For eg. if you download org-mode 7.9.2 from http://orgmode.org/org-7.9.2.zip 
and unzip it you should see contrib folder in there.


Thanks.,
-- 
ఎందరో మహానుభావులు అందరికి వందనములు
YYR


Re: [O] org-drill installation problem

2012-12-12 Thread Sanjib Sikder
anybody there to rescue me ? :-|

-
*Sanjib Sikder
*Ph.D. Fellow
Chemical Engineering
IIT Bombay*

*



On Tue, Dec 11, 2012 at 3:34 PM, Sanjib Sikder sanjibju2...@gmail.comwrote:

 hi,

 I downloaded the org-drill package and put the org-drill.el file
 in.emacs.d folder. Then I added

 (require 'org-drill)

 in my .emacs file where the load path

 (add-to-list 'load-path ~/.emacs.d/)

 is there before it.

 After restarting, when i open a org-mode file to be used in org-drill
 mode, it gives a warning :

 Warning (initialization): An error occurred while loading
 `/home/ss/.emacs':

 File error: Cannot open load file, org-learn

 Also when I do

 M-x org-drill

 It cannot find org-drill

 I am using emacs-snapshot. What am I doing wrong ?

 Thanks.
 -
 *Sanjib Sikder
 *Ph.D. Fellow
 Chemical Engineering
 IIT Bombay*

 *




Re: [O] org-drill installation problem

2012-12-12 Thread Yagnesh Raghava Yakkala

Hello Sanjib,

have subscribed to this mailing list.?
(https://lists.gnu.org/mailman/listinfo/emacs-orgmode)

Memnon Anon has replied to you with a solution. did you try that.?

Thanks.,
-- 
ఎందరో మహానుభావులు అందరికి వందనములు
YYR


[O] org-drill installation problem

2012-12-11 Thread Sanjib Sikder
hi,

I downloaded the org-drill package and put the org-drill.el file in.emacs.d
folder. Then I added

(require 'org-drill)

in my .emacs file where the load path

(add-to-list 'load-path ~/.emacs.d/)

is there before it.

After restarting, when i open a org-mode file to be used in org-drill mode,
it gives a warning :

Warning (initialization): An error occurred while loading `/home/ss/.emacs':

File error: Cannot open load file, org-learn

Also when I do

M-x org-drill

It cannot find org-drill

I am using emacs-snapshot. What am I doing wrong ?

Thanks.
-
*Sanjib Sikder
*Ph.D. Fellow
Chemical Engineering
IIT Bombay*

*


Re: [O] org-drill installation problem

2012-12-11 Thread Memnon Anon
Sanjib Sikder sanjibju2...@gmail.com writes:

 (require 'org-drill) 
 (add-to-list 'load-path ~/.emacs.d/) 
[...]
 File error: Cannot open load file, org-learn

,[ org-drill.org/Installation ]
| For manual installation, put the following in your =.emacs=. You will also 
need
| to make sure that Org's contrib/lisp directory is in the emacs load-path.
`

org-learn.el is part of contrib.

hth
Memnon