From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: New implementation of the Org remember process ready for comments and testing Date: Tue, 22 Jun 2010 16:08:51 +0200 Message-ID: <87sk4ftb0s.fsf@mundaneum.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Carsten, Carsten Dominik wrote: > Carsten Dominik wrote: >> On Jun 21, 2010, at 12:24 PM, S=C3=A9bastien Vauban wrote: >>> >>> Whenever collecting tasks (for example, but not limited to that), I wou= ld >>> like one blank line to be inserted before any heading. >> >> this feature is coming soon, with a bunch of others. Waouh. That was fast! > New implementation of the Org remember process > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Installed. Imported my templates. Tested. --8<---------------cut here---------------start------------->8--- (setq org-capture-templates '(("t" "Task" entry (file+headline "~/Personal/refile.org" "Tasks") "* TODO %?\n %U\n %i" :empty-lines 1) ("a" "Appt" entry (file+headline "~/Personal/refile.org" "Appointments") "* %^{Appointment}%?\n %^T\n %i\n" :empty-lines 1) ;; [...] )) --8<---------------cut here---------------end--------------->8--- > 7 Request for comments > ~~~~~~~~~~~~~~~~~~~~~~~ > > None of what I describe is set in stone yet - let me know if you have > comments, change requests or other ideas. > > My feeling right now is that this should become the default capture > system, and that we will keep the current org-remember in the > distribution for quite some time, for compatibility. My comments: - org-capture should be the new name, to avoid any future confusion between old and new system. You know how much old information Google can find. Making an easy way to distinguish between new and obsolete is better, IMH= O. - new properties like `empty-lines' works as advertised. Thank you very muc= h. - the fact that the names of templates doesn't appear anymore in the echo a= rea is MUCH better. Being a user of `idle-require', I sometimes have messages (like "Blah blah... loaded") appearing the echo area while the system is expecting some input from me. Before, the template names often disappeared after a couple of seconds. Now, I don't fear that anymore. No other comments for the moment, except that it functions as I expect it (nothing lost) and the import was a breeze... Best regards, Seb --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode