Re: [O] Insert a heading in every sibling

2013-12-20 Thread Yasushi SHOJI
Hi, At Mon, 28 Oct 2013 06:13:21 +0500, Scot Becker wrote: 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

Re: [O] Insert a heading in every sibling

2013-10-29 Thread John Kitchin
I worked out some emacs-lisp code that does some of what you want. It was a little tricky though to avoid some strange recursion loops. See this post: http://jkitchin.github.io/blog/2013/10/29/Add-subheadings-to-all-headings-in-an-org-file-at-some-level/ j John

Re: [O] Insert a heading in every sibling

2013-10-28 Thread Marcin Borkowski
Dnia 2013-10-28, o godz. 06:13:21 Scot Becker scot.bec...@gmail.com napisał(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

Re: [O] Insert a heading in every sibling

2013-10-28 Thread Sebastien Vauban
Marcin Borkowski wrote: Scot Becker scot.bec...@gmail.com napisał(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,

[O] Insert a heading in every sibling

2013-10-27 Thread Scot Becker
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. *