From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: FILE special property? Date: Sat, 17 May 2014 00:03:36 -0400 Message-ID: <87egztyrtz.fsf@gmail.com> References: <87lhu1zay7.fsf@mailbox.org> <084714CC-7CA7-454A-A0F7-4296EB5E9477@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlVql-0008UM-Op for emacs-orgmode@gnu.org; Sat, 17 May 2014 00:04:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlVqg-00076c-Hb for emacs-orgmode@gnu.org; Sat, 17 May 2014 00:03:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:34110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlVqg-00076W-B4 for emacs-orgmode@gnu.org; Sat, 17 May 2014 00:03:50 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WlVqd-0000I1-Qc for emacs-orgmode@gnu.org; Sat, 17 May 2014 06:03:47 +0200 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 May 2014 06:03:47 +0200 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 May 2014 06:03:47 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Boyan Penkov writes: > Thanks for your help, Alex. > > The backslashes do get the string to evaluate correctly (now the value of org-stuck-projects is indeed set to what you’d think it would be set to, where the first element is a > string), but this does not yield the right output — C-c # still yields no output, and I do know there are projects I define as unfinished in the relevant file. > > When I crop out the +FILE=… part of the string, I get the output I’m expecting, so I’m pretty sure my problem is with the syntax of the FILE selector. > ~ is bash syntax. Try replacing it with the full path of your home directory. > Thanks! > -- > Boyan Penkov > www.boyanpenkov.com > > On May 16, 2014, at 5:10 PM, Alexander Baier wrote: > > On 2014-05-16 22:12 Boyan Penkov wrote: > > (setq org-stuck-projects > ‘(“+FILE="~/todos/myTodos.org"+LEVEL=1" ("NEXT" "TODO") nil "”)) > > I have never used this feature, but this first element look odd to > me. I would try this: “+FILE=\"~/todos/myTodos.org\"+LEVEL=1". > > HTH, > -- > Alexander Baier > -- Nick