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: Andreas Röhler
Subject: Re: [Orgmode] Re: org-default-notes-file
Date: Mon, 18 Oct 2010 21:18:51 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6

Am 18.10.2010 20:16, schrieb David Maus:
At Mon, 18 Oct 2010 13:54:30 +0200,
Andreas Röhler wrote:

same here unfortunatly.
load-path displays the git-org repo, org-mode is loaded from there.

(require 'org-macs) is present there but
org-string-nw-p still unknown.


The only explanation that makes sense to me is a mixup of old and new
Org files: org-string-nw-p is a regular function and org-macs is
required by org.el

It was added Tue Jul 20 07:54:11 2010 +0200 -- do you have a function:

org-not-nil
(C-h f org-not-nil RET)

and, say, org-plist-delete
(C-h f org-plist-delete RET)

If so, the help shows the file where the function is defined.  Can you
verify that this is the file in the clone of the git repository?

Best,
   -- David


Hi,

some good news:

with emacs -Q

and evaluating

  (add-to-list 'load-path "~/org-mode/lisp/")
  (load "~/org-mode/lisp/org.el"))

it's fine.

Thanks all

Andreas



reply via email to

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