From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Subject: Re: Re: org-default-notes-file Date: Mon, 18 Oct 2010 10:45:02 +0200 Message-ID: <4CBC090E.50503@easy-emacs.de> References: <4CBBEC97.5000402@dayspringpublisher.com> <878w1wotrh.fsf@noorul.maa.corp.collab.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=45539 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7lM1-00056s-AC for emacs-orgmode@gnu.org; Mon, 18 Oct 2010 04:46:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7lLz-0006dK-Uu for emacs-orgmode@gnu.org; Mon, 18 Oct 2010 04:46:01 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:52556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7lLz-0006cH-JF for emacs-orgmode@gnu.org; Mon, 18 Oct 2010 04:45:59 -0400 In-Reply-To: <878w1wotrh.fsf@noorul.maa.corp.collab.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Noorul Islam K M Am 18.10.2010 09:16, schrieb Noorul Islam K M: > Louis Turk writes: > >> Hi everyone, >> >> I trying to set up capture to use refile.org as the default notes file. >> >> lat-a-ws% locate refile.org >> /home/lat/org/refile.org >> lat-a-ws% >> >> (setq org-default-notes-file "~/org/refile.org") >> >> But I get: >> >> Debugger entered--Lisp error: (void-function org-string-nw-p) >> (org-string-nw-p file) >> (or (org-string-nw-p file) org-default-notes-file (error "No notes >> file specified, and no default available")) >> (setq file (or (org-string-nw-p file) org-default-notes-file (error >> "No notes file specified, and no default available"))) >> org-capture-target-buffer("~/org/refile.org") >> (set-buffer (org-capture-target-buffer (nth 1 target))) >> >> How do I fix this? >> > > This function is defined in org-macs.el. I think you should have in your > .emacs. > > (require 'org-macs) > > Thanks and Regards > Noorul > Hi Noorul, would this not indicate a bug anyway? IMHO functions needed should be available, if org-mode is activated. BTW at my machine org-string-nw-p is defined in the git-repo only, not in the installed org-macs.el. HTH Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-components https://code.launchpad.net/s-x-emacs-werkstatt/