emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: org-default-notes-file


From: Eric S Fraga
Subject: Re: [Orgmode] Re: org-default-notes-file
Date: Mon, 18 Oct 2010 18:28:59 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

On Mon, 18 Oct 2010 19:36:18 +0800, Louis Turk <address@hidden> wrote:
> 
>  On 10/18/2010 07:17 PM, Noorul Islam K M wrote:
> > Louis Turk<address@hidden>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]