From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Quickly inputting next actions to specific lists. Date: Thu, 23 Apr 2009 17:36:24 -0500 Message-ID: <1e5bcefd0904231536i4e0c4c53kaf7051198efbb51e@mail.gmail.com> 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> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1794265983==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lx7Ws-0001W3-UU for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 18:36:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lx7Ws-0001Vq-B0 for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 18:36:26 -0400 Received: from [199.232.76.173] (port=35267 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lx7Ws-0001Vn-8Y for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 18:36:26 -0400 Received: from yx-out-1718.google.com ([74.125.44.156]:62694) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lx7Wr-0002bh-PK for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 18:36:26 -0400 Received: by yx-out-1718.google.com with SMTP id 3so562626yxi.66 for ; Thu, 23 Apr 2009 15:36:25 -0700 (PDT) In-Reply-To: <1e5bcefd0904231443i62b8dc86ld8cb80da604d204@mail.gmail.com> 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: Matthew Lundin Cc: emacs-orgmode@gnu.org --===============1794265983== Content-Type: multipart/alternative; boundary=0016368e268f9796910468408247 --0016368e268f9796910468408247 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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? Thanks! Marcelo. On Thu, Apr 23, 2009 at 4:43 PM, Marcelo de Moraes Serpa < celoserpa@gmail.com> wrote: > Ah, I got it. I had Ctrl+1..2 to switch desktops configured in gnome, > that's why it was not being captured by emacs. It is working now. Thank you! > > > On Thu, Apr 23, 2009 at 4:30 PM, Marcelo de Moraes Serpa < > celoserpa@gmail.com> wrote: > >> Hi Mat, thanks for replying, >> >> Yes, as the instructions at the top of the remember button indicate, you >>> can use C-1 C-c C-c to "select file and header location interactively." >>> If you want this as the default action, you can set >>> org-remember-store-without-prompt to t. >>> >> >> I tried the C-1 C-c C-c key combo but it is not working -- emacs doesn't >> seem to caputre the first key combo -- C-1. >> >> Also, I have set org-remember-store-without-prompt to t using >> set-variable, but couldn't see any difference. Could you give me an example >> of the workflow or how to properly configure it? >> >> I have org-mode version 6.26trans (directly from the git repo, as a >> submodule). >> >> Thank you! >> >> Marcelo. >> >> >> >> On Thu, Apr 23, 2009 at 2:52 PM, Matthew Lundin wrote: >> >>> Hi Marcelo, >>> >>> Marcelo de Moraes Serpa writes: >>> >>> > So, refiling doesn't do exactly what I would like. Some issues I've >>> > found: >>> >>> > * It only allows you to refile to the root items and doesn't go any >>> > deeper. >>> >>> Check out the variable org-refile-targets. You can indicate how many >>> levels deep you want to be able to refile. >>> >>> > * If I'm processing items in a different file (I've setup org-remember >>> > to save the items in a different file) I don't have access to my >>> > gtd.org file lists (can't refile between different files). -- is there >>> > a way to get the items from another file? >>> >>> Again, check out the variable org-refile-targets. >>> >>> > org-remember is really powerful and I use it a lot when I have ideas >>> > that I want to process later. However, sometimes you have a specific >>> > cristal-clear next-action in your head and you know where it belongs >>> > (i.e the project), but you want to quickly input it and keep working. >>> > This is something I miss from PlannerMode, where you can quickly input >>> > an item and choose which file it will go, so, that's what I would like >>> > org to have, a **quick way to input items interactivelly, all through >>> > the mini-buffer.** >>> >>> Yes, as the instructions at the top of the remember button indicate, you >>> can use C-1 C-c C-c to "select file and header location interactively." >>> If you want this as the default action, you can set >>> org-remember-store-without-prompt to t. >>> >>> Are you perhaps using an older version of org-mode (version 4.xx)? If >>> so, you need to update to a more recent version to get these features. >>> >>> Regards, >>> Matt >>> >> >> > --0016368e268f9796910468408247 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The only thing that I still didn't get is how to configure the org-refi= le-targets variable, I tried doing like this:

(setq org-refile-targe= ts 5)

But it throws an error. What is the correct param for that? Al= so, how could I ask emacs the correct param for a specific var?

Thanks!

Marcelo.

On Thu, Apr 2= 3, 2009 at 4:43 PM, Marcelo de Moraes Serpa <celoserpa@gmail.com> wrote:
Ah, I got it. I had Ctrl+1..2 to switch desktops configured in gnome, that&= #39;s why it was not being captured by emacs. It is working now. Thank you!=


On Thu= , Apr 23, 2009 at 4:30 PM, Marcelo de Moraes Serpa <celoserpa@gmail.com<= /a>> wrote:
Hi Mat, thanks fo= r replying,


Yes, as the instructions at the top of th= e remember button indicate, you
can use C-1 C-c C-c to "select file and header location interactively.= "
If you want this as the default action, you can set
org-remember-store-without-prompt to t.

I = tried the C-1 C-c C-c key combo but it is not working -- emacs doesn't = seem to caputre the first key combo -- C-1.

Also, I have set org-re= member-store-without-prompt to t using set-variable, but couldn't see a= ny difference. Could you give me an example of the workflow or how to prope= rly configure it?

I have org-mode version 6.26trans (directly from the git repo, as a sub= module).

Thank you!

Marcelo.



On Thu, Apr 23, 2009 at 2:52 PM, Mat= thew Lundin <mdl@imapmail.org> wrote:
Hi Marcelo,

Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:

> So, refiling doesn't do exactly what I would like. Some= issues I've
> found:

> =A0* It only allows you to refile to the root items and doe= sn't go any
> deeper.

Check out the variable org-refile-targets. You can indicate how many<= br> levels deep you want to be able to refile.

> =A0* If I'm processing items in a different file (I've setup o= rg-remember
> to save the items in a different file) I don't have access to my > gtd.org file lists (c= an't refile between different files). -- is there
> a way to get the items from another file?

Again, check out the variable org-refile-targets.

> org-remember is really powerful and I use it a lot when I have ideas > that I want to process later. However, sometimes you have a specific > cristal-clear next-action in your head and you know where it belongs > (i.e the project), but you want to quickly input it and keep working.<= br> > This is something I miss from PlannerMode, where you can quickly input=
> an item and choose which file it will go, so, that's what I would = like
> org to have, a **quick way to input items interactivelly, all through<= br> > the mini-buffer.**

Yes, as the instructions at the top of the remember button indicate, = you
can use C-1 C-c C-c to "select file and header location interactively.= "
If you want this as the default action, you can set
org-remember-store-without-prompt to t.

Are you perhaps using an older version of org-mode (version 4.xx)? If
so, you need to update to a more recent version to get these features.

Regards,
Matt



--0016368e268f9796910468408247-- --===============1794265983== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1794265983==--