From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcin Borkowski Subject: Re: Insert a heading in every sibling Date: Mon, 28 Oct 2013 07:13:19 +0100 Message-ID: <20131028071319.45bb0a26@aga-netbook> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vag4x-000274-WE for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 02:13:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vag4r-0007OA-TT for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 02:13:31 -0400 Received: from msg.wmi.amu.edu.pl ([2001:808:114:2::50]:46815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vag4r-0007NN-MR for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 02:13:25 -0400 Received: from localhost (localhost [127.0.0.1]) by msg.wmi.amu.edu.pl (Postfix) with ESMTP id BABD456500 for ; Mon, 28 Oct 2013 07:13:21 +0100 (CET) Received: from msg.wmi.amu.edu.pl ([127.0.0.1]) by localhost (msg.wmi.amu.edu.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GHHXzZs7QN0h for ; Mon, 28 Oct 2013 07:13:21 +0100 (CET) Received: from aga-netbook (99-52.echostar.pl [213.156.99.52]) by msg.wmi.amu.edu.pl (Postfix) with ESMTPSA id 89402564E6 for ; Mon, 28 Oct 2013 07:13:21 +0100 (CET) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Dnia 2013-10-28, o godz. 06:13:21 Scot Becker napisa=C5=82(a): > I'm using org-mode to keep track of student grades. How can I easily > add a bunch of identical headings at a certain level in my tree? > Specifically,I have a L2 heading for each student, and I want to put > a node (heading, with some properties) under each L2 student heading > for that class. Personally, I'd just write a small Elisp function to do that. (It's easier than you might think - even I could do that;).) Here's a thing that is (remotely) similar: http://mbork.pl/2013-09-23_Automatic_insertion_of_habit_templates_%28en%29 Or, you could record a keyboard macro, and even save it as Elisp. Hth, --=20 Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University