From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Suggest a new feature for org-remember-templates Date: Wed, 17 Jan 2007 15:30:58 +0100 Message-ID: <87vej5lo7x.fsf@tallis.ilo.ucl.ac.uk> References: <877ivowmkt.fsf@tallis.lumiere.ens.fr> <87irf7rdia.fsf@tallis.lumiere.ens.fr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0582759404==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H7Bol-0006VA-KU for emacs-orgmode@gnu.org; Wed, 17 Jan 2007 09:31:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H7Boj-0006Uj-HA for emacs-orgmode@gnu.org; Wed, 17 Jan 2007 09:31:11 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H7Boj-0006Ug-AU for emacs-orgmode@gnu.org; Wed, 17 Jan 2007 09:31:09 -0500 Received: from [129.199.96.40] (helo=nef2.ens.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H7Boi-0000uz-Mi for emacs-orgmode@gnu.org; Wed, 17 Jan 2007 09:31:09 -0500 In-Reply-To: (Eddward DeVilla's message of "Tue\, 16 Jan 2007 11\:45\:45 -0600") 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: Eddward DeVilla Cc: emacs-orgmode@gnu.org --===============0582759404== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" --=-=-= Content-Transfer-Encoding: quoted-printable "Eddward DeVilla" writes: > Ya. I suppose it would have been useful to do that. :-) Sorry. > Most of my org files have a *projects heading with a template like > the following. I think this template is very specific to the way you organize your project. Maybe you could write your own function like this : (defun my-insert-org-template () "Insert an interactive template." (interactive) (let ((comment (read-from-minibuffer "COMMENT: "))) (insert=20 "*** " comment " Template ***** Quick Info |-----------------+---| | Problem Report | | | Release | | | estimate | | |-----------------+---| | Begin Code | | | Base Code Done | | | Extra Code Done | | | Testing Done | | |-----------------+---| | Code Level | | | Build ENV | | |-----------------+---| ***** Status Log ***** [/] Investigate - [] Question 1 ***** [/] Base Work - [ ] step 1 ***** [/] Extra Credit Work - [*] step 1 ***** Verification - [0/0] Base test set - [ ] Test 1"))) You can interactively prompt for other strings than "COMMENT" and insert them into the template. This is just to give you the idea. Help this helps, =2D-=20 Bastien --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFrjMmFbDrlxHtTA0RAqI0AJ4/QM1VBPLqn3OW37f6RC+sXLQAtACgsKXB ywH1Lkl+bDemRvXUHakqt24= =l1tq -----END PGP SIGNATURE----- --=-=-=-- --===============0582759404== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0582759404==--