On Mon, 18 Oct 2010 19:36:18 +0800, Louis Turk <l...@dayspringpublisher.com> 
wrote:
> 
>  On 10/18/2010 07:17 PM, Noorul Islam K M wrote:
> > Louis Turk<l...@dayspringpublisher.com>  writes:
> >
> >>   On 10/18/2010 06:03 PM, Noorul Islam K M wrote:
> >>
> >>> Can you move following line to the beginning for org-mode settings?
> >>>
> >>> (add-to-list 'load-path "~/org-mode/lisp/")
> >>>
> >>> Thanks and Regards
> >>> Noorul
> >> Thanks, you are really trying hard to help me. But I still get the
> >> same error message.

yes but did you move it to the right place?  further, you should also
move the (require 'org-install) to come before anything else, but
after the load-path setting.

I have the following at the start of my org customisations:

: (add-to-list 'load-path "~/git/org-mode/lisp")
: (require 'org-install)

After making the changes, check org-version again.  Are you still
getting 6.33 or are you now in 7.01xxx?

I should also add that I set my default org notes file to a file name
without a path but define org-directory to point to the appropriate
directory:

: (setq org-directory "~/git/notes"
:       org-default-notes-file "notes.org")

HTH,
eric
-- 
Eric S Fraga
GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D

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

Reply via email to