From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Quickly inputting next actions to specific lists. Date: Thu, 23 Apr 2009 21:32:17 -0400 Message-ID: <87tz4eq1jy.fsf@gollum.intra.norang.ca> References: <1e5bcefd0903051140k5eb3cc80r56165dd229a482c3@mail.gmail.com> <20524da70903051300l3657d1b3wdd3a48f5b3c8de68@mail.gmail.com> <1e5bcefd0903051327m2f33fb27wa6124cdd30a0b067@mail.gmail.com> <20524da70903051340i3e7c3aaex808378c489b9c6cf@mail.gmail.com> <1e5bcefd0903051343u114b691eh34d45e8f1cbdc9fd@mail.gmail.com> <878wnjqp0b.fsf@fastmail.fm> <1e5bcefd0904231114q454679cs2721fe2bd88c5c56@mail.gmail.com> <87prf3172b.fsf@fastmail.fm> <1e5bcefd0904231430y7fa1fc2l99cdd29827bf8402@mail.gmail.com> <1e5bcefd0904231443i62b8dc86ld8cb80da604d204@mail.gmail.com> <1e5bcefd0904231536i4e0c4c53kaf7051198efbb51e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxAHK-000561-3z for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 21:32:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxAHG-00055l-Ee for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 21:32:33 -0400 Received: from [199.232.76.173] (port=58422 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxAHG-00055h-9V for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 21:32:30 -0400 Received: from mx20.gnu.org ([199.232.41.8]:62054) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LxAHF-0001HL-Uj for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 21:32:30 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LxAHF-0000dr-1T for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 21:32:29 -0400 In-Reply-To: <1e5bcefd0904231536i4e0c4c53kaf7051198efbb51e@mail.gmail.com> (Marcelo de Moraes Serpa's message of "Thu\, 23 Apr 2009 17\:36\:24 -0500") 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: Marcelo de Moraes Serpa Cc: emacs-orgmode@gnu.org Marcelo de Moraes Serpa writes: > The only thing that I still didn't get is how to configure the org-refile-targets variable, I tried doing like this: > > (setq org-refile-targets 5) > > But it throws an error. What is the correct param for that? Also, how could I ask emacs the correct param for a specific > var? I suggest you use M-h v org-refile-targets and then click the _customize_ link and set it up that way. This saves me tons of time not configuring the variables incorrectly and then having to debug it later. -Bernt