* Non-stop capture? @ 2011-04-07 19:40 Mark S 2011-04-07 18:53 ` Marc-Oliver Ihm ` (2 more replies) 0 siblings, 3 replies; 6+ messages in thread From: Mark S @ 2011-04-07 19:40 UTC (permalink / raw) To: emacs-orgmode@gnu.org Hello! I have the emacs org-protocol setup to capture with a default template. But I still have to C-c C-c and then move back to the browser. Is there a way to make it so that as text is captured it is automatically and continuously sent to the capture location without interruption? Thanks! Mark ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Non-stop capture? 2011-04-07 19:40 Non-stop capture? Mark S @ 2011-04-07 18:53 ` Marc-Oliver Ihm 2011-04-07 18:54 ` Jambunathan K 2011-04-07 22:01 ` Mark S 2 siblings, 0 replies; 6+ messages in thread From: Marc-Oliver Ihm @ 2011-04-07 18:53 UTC (permalink / raw) To: throaway; +Cc: emacs-orgmode@gnu.org Am 07.04.2011 21:40, schrieb Mark S: > Hello! > > I have the emacs org-protocol setup to capture with a default template. > But I still have to C-c C-c and then move back to the browser. Is there > a way to make it so that as text is captured it is automatically and > continuously sent to the capture location without interruption? > > Thanks! > Mark > > Hello, Not sure, if I understand correctly. As far as I know, capture does not set up a seperate buffer (at least with recent versions of org). What you see, is just the destination buffer narrowed down to a single entry. Therefore your input is never sent to the destination buffer, because you already type it there ... regards, Marc-Oliver Ihm ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Non-stop capture? 2011-04-07 19:40 Non-stop capture? Mark S 2011-04-07 18:53 ` Marc-Oliver Ihm @ 2011-04-07 18:54 ` Jambunathan K 2011-04-07 19:16 ` Richard Riley 2011-04-07 22:01 ` Mark S 2 siblings, 1 reply; 6+ messages in thread From: Jambunathan K @ 2011-04-07 18:54 UTC (permalink / raw) To: throaway; +Cc: emacs-orgmode@gnu.org "Mark S" <throaway@yahoo.com> writes: > Hello! > > I have the emacs org-protocol setup to capture with a default > template. But I still have to C-c C-c and then move back to the > browser. Is there a way to make it so that as text is captured it is > automatically and continuously sent to the capture location without > interruption? ,----[ C-h v org-capture-templates RET ] | org-capture-templates is a variable defined in `org-capture.el'. | Its value is shown below. | | Documentation: | Templates for the creation of new entries. | | [...] | | Each entry is a list with the following items: | | :immediate-finish When set, do not offer to edit the information, just | file it away immediately. This makes sense if the | template only needs information that can be added | automatically. | [...] `---- > > Thanks! > Mark > > -- ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Non-stop capture? 2011-04-07 18:54 ` Jambunathan K @ 2011-04-07 19:16 ` Richard Riley 0 siblings, 0 replies; 6+ messages in thread From: Richard Riley @ 2011-04-07 19:16 UTC (permalink / raw) To: emacs-orgmode Jambunathan K <kjambunathan@gmail.com> writes: > "Mark S" <throaway@yahoo.com> writes: > >> Hello! >> >> I have the emacs org-protocol setup to capture with a default >> template. But I still have to C-c C-c and then move back to the >> browser. Is there a way to make it so that as text is captured it is >> automatically and continuously sent to the capture location without >> interruption? > > ,----[ C-h v org-capture-templates RET ] > | org-capture-templates is a variable defined in `org-capture.el'. > | Its value is shown below. > | > | Documentation: > | Templates for the creation of new entries. > | > | [...] > | > | Each entry is a list with the following items: > | > | :immediate-finish When set, do not offer to edit the information, just > | file it away immediately. This makes sense if the > | template only needs information that can be added > | automatically. > | [...] > `---- > Isnt that for "capturing" things like clipboard text? ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Non-stop capture? 2011-04-07 19:40 Non-stop capture? Mark S 2011-04-07 18:53 ` Marc-Oliver Ihm 2011-04-07 18:54 ` Jambunathan K @ 2011-04-07 22:01 ` Mark S 2011-04-08 16:19 ` Bastien 2 siblings, 1 reply; 6+ messages in thread From: Mark S @ 2011-04-07 22:01 UTC (permalink / raw) To: emacs-orgmode@gnu.org Hi Jambunathan, Thanks for pointing out :immediate-finish ! That had eluded my attention. With :immediate-finish setting, org-mode still grabs the focus away from the browser. So I still have to alt-tab back to the browser. I would really like an uninterrupted web-clipping experience. Also, there is a strange message in the emacs status line on the bottom: Org-mode not loaded. I don't get this, since clearly org-mode *is* loaded. Thanks! Mark Note: Using capture with win xp, Emacs 23.2.1 (i386-mingw-nt5.1.2600), org-mode 7.5, and Opera 11.01 --- On Thu, 4/7/11, Jambunathan K <kjambunathan@gmail.com> wrote: > From: Jambunathan K <kjambunathan@gmail.com> > Subject: Re: Non-stop capture? > To: throaway@yahoo.com > Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org> > Date: Thursday, April 7, 2011, 11:54 AM > "Mark S" <throaway@yahoo.com> > writes: >> Hello! > > > > I have the emacs org-protocol setup to capture with a > default > > template. But I still have to C-c C-c and then move > back to the > > browser. Is there a way to make it so that as text is > captured it is > > automatically and continuously sent to the capture > location without > > interruption? >,----[ C-h v org-capture-templates RET ] > | org-capture-templates is a variable defined in > `org-capture.el'. > | Its value is shown below. > || Documentation: > | Templates for the creation of new entries. > | > | [...]| > | Each entry is a list with the following items: > || :immediate-finish When set, do not > offer to edit the information, just > | file it away immediately. This > makes sense if the > | template only needs information that > can be added > | automatically. > | [...] > `---- >> > > Thanks! > > Mark > > > > >-- ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Re: Non-stop capture? 2011-04-07 22:01 ` Mark S @ 2011-04-08 16:19 ` Bastien 0 siblings, 0 replies; 6+ messages in thread From: Bastien @ 2011-04-08 16:19 UTC (permalink / raw) To: throaway; +Cc: emacs-orgmode@gnu.org Hi Mark, "Mark S" <throaway@yahoo.com> writes: > Also, there is a strange message in the emacs status line on the > bottom: > > Org-mode not loaded. > > I don't get this, since clearly org-mode *is* loaded. This message is indeed misleading. I changed it to "Item captured" (or "remembered" when the user is still using remember.) Thanks, -- Bastien ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-04-08 16:19 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-04-07 19:40 Non-stop capture? Mark S 2011-04-07 18:53 ` Marc-Oliver Ihm 2011-04-07 18:54 ` Jambunathan K 2011-04-07 19:16 ` Richard Riley 2011-04-07 22:01 ` Mark S 2011-04-08 16:19 ` Bastien
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).